| 1234567891011121314151617181920212223242526272829303132333435 |
- /* components/banner/banner.wxss */
- .banner{overflow: hidden;position: relative;margin-top: 0;}
- .banner .swiper, .banner .swiper image,.banner-img,.banner-img image { width: 690rpx;height: 280rpx;overflow: hidden;border-radius: 0;}/*广联高度460*/
- .swiper1{width: 100%;height: 400rpx;}
- .sat{padding-top: 0rpx;}
- .dotse,.dots1{position: absolute;left: 0;right: 0;bottom: 11rpx;align-items: center;justify-content: center;}
- .dot{background: #fff;width: 10rpx;height: 10rpx;border-radius: 5rpx;margin: 0 3rpx;}
- .dot.active{width: 30rpx;}
- .dot1{background: var(--mina);width: 10rpx;height: 10rpx;border-radius: 5rpx;margin: 0 3rpx;}
- .dot1.active{width: 30rpx;}
- .nav{flex-wrap: wrap;margin-top: 30rpx;position: relative;}
- .nav .li{width: 25%;text-align: center;font-size: 28rpx;margin-bottom: 35rpx;/* height: 41%; */}
- .nav .li image{width: 80rpx;height: 80rpx;margin: 0 auto 10rpx;}
- .grid{flex-wrap: wrap;}
- .notice{background: #fff;color: #f00;font-size: 28rpx;margin: 20rpx;border-radius: 10rpx;padding: 20rpx;}
- .gy-nav{padding: 20rpx 0 30rpx;flex-wrap: wrap;}
- .gy-nav .li{width: 350rpx;height: 175rpx;margin-right: 10rpx;margin-bottom: 10rpx;}
- .gy-nav .li:nth-child(2n){margin-right: 0;}
- .gy-nav .li image{display: block;width: 100%;height: 100%;}
- .idx-wechat{padding: 30rpx 20rpx 0;background-color: #f5f6f7;}
- .idx-wechat image{width: 116rpx;height: 116rpx;margin-right: 20rpx;}
- .idx-wechat-tit{font-size: 30rpx;color: #333;font-weight: bold;}
- .idx-wechat text{font-size: 24rpx;color: #999;display: block;margin-top: 10rpx;}
- .idx-wechat-btn{height: 60rpx;line-height: 60rpx;border-radius: 8rpx;font-size: 24rpx;color: #fff;padding: 0 15rpx;font-weight: normal;background-color: var(--mina);}
- .pop-ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.8);z-index: 99;}
- .pop-wechat{position: fixed;width: 515rpx;border-radius: 20rpx;background-color: #fff;left: 50%;transform: translate(-50%,-50%);top: 50%;box-sizing: border-box;padding: 50rpx;z-index: 100;}
- .wechat-img{width: 415rpx;height: 415rpx;}
- .changan{margin-top: 30rpx;font-size: 28rpx;color: #323232;}
- .changan image{width: 80rpx;height: 80rpx;margin-right: 20rpx;}
- .pdlr30{
- margin: 30rpx;
- }
|