|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- /**index.wxss**/
- page{
- height: 100%;
- }
- .container{
- width: 100%;
- height: 100%;
- }
- .swiper1{
- width: 750rpx;
- height: 260rpx;
- }
- .swiper2{
- width: 750rpx;
- height: 370rpx;
- }
- .swiper2-item{
- width: 218rpx;
- height: 360rpx;
- text-align: center;
- }
- .banner_title{
- margin-top: 24rpx;
- }
- .swiperImg2{
- width: 218rpx;
- height: 290rpx;
- }
- .item2{
- height: 370rpx;
- }
-
- .swiperImg{
- width: 750rpx;
- height: 260rpx;
- }
- .fiery{
- margin:59rpx 0;
- width: 100%;
- }
- .fiery-top{
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-bottom: 24rpx;
- padding: 0 24rpx;
- }
- .fiery-top text{
- font-size:30rpx;
- font-family:Source Han Sans CN;
- font-weight:500;
- color:rgba(51,51,51,1);
- margin-right: 19rpx;
- }
- .fiery-top image{
- width: 11rpx;
- height: 21rpx;
- }
-
- .fiery-content{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
-
- .bigPic image:nth-child(1){
- width: 100%;
- height: 350rpx;
- vertical-align: bottom;
- }
- .bigPic image:nth-child(2){
- width: 686rpx;
- height: 169rpx;
- margin: 51rpx 32rpx;
- }
|