| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .swiper,.swiper image{width: 100%;height: 300rpx;border-radius: 20rpx;}
- .swiper1{width: 100%;height: 400rpx;}
- .sat{padding-top: 1rpx;}
- .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% !important;text-align: center;font-size: 28rpx;color: #333;margin-top: 35rpx !important;/* height: 41%; */}
- .nav .li button{font-size: 28rpx !important;color: #333 !important;}
- .nav .li image{width: 80rpx;height: 80rpx;margin: 0 auto 10rpx;}
- .li3{width: 33% !important;text-align: center;font-size: 28rpx;margin-top: 30rpx !important;position: relative;}
- .li3 button{font-size: 28rpx !important;color: #333 !important;}
- .li5{width: 20% !important;text-align: center;font-size: 28rpx;margin-top: 30rpx !important;position: relative;}
- .li5 button{font-size: 28rpx !important;color: #333 !important;}
- .btn-tag{height: 27rpx;background: #F68461;border-radius: 10rpx 10rpx 10rpx 0rpx;font-size: 18rpx;color: #fff;padding: 0 8rpx;line-height: 27rpx;position: absolute;top: -13rpx;right: 0;}
- .nav .li3 image{width: 140rpx;height: 140rpx;margin: 0 auto 10rpx;}
- .nav .li5 image{width: 75rpx;height: 75rpx;margin: 0 auto 10rpx;}
- .swiper2{width: 100%;height: 240rpx;}/*一行三个*/
- .swiper3{width: 100%;height: 432rpx;}/*两行三个*/
- .swiper4{width: 100%;height: 200rpx;}/*一行四个*/
- .swiper5{width: 100%;height: 160rpx;}/*一行五个*/
- .grid{flex-wrap: wrap;}
- .column{padding: 10rpx 10rpx 30rpx;}
- .column .li{width: 332rpx !important;height: 150rpx !important;border-radius: 10rpx !important;box-shadow: 0rpx 3rpx 6rpx 1rpx rgba(0,0,0,0.05);margin: 26rpx 26rpx 0 0 !important;}
- .column .li:nth-child(2n){margin-right: 0 !important;}
- .column .li image{width: 100%;height: 100%;border-radius: 10rpx;}
- /* 套餐 */
- .box{padding: 0 0 20rpx;position: relative;overflow: hidden;z-index: 5;}
- .b-titles{justify-content: space-between;padding: 25rpx 10rpx;}
- .b-title{font-size: 36rpx;color: #333;font-weight: bold;position: relative;display: inline-block;}
- .b-title text{position: relative;z-index: 5;}
- .product-list{margin: 0 10rpx;align-items: flex-start;}
- .product-list .li{background: #fff;border-radius: 10rpx;width: 220rpx;margin: 0 calc((100% - 660rpx)/2) 0 0;}
- .product-list .li:nth-child(3n){margin-right: 0;}
- .pro-img{width: 100%;height: 220rpx;border-radius: 10rpx 10rpx 0;}
- .pro-info{padding: 20rpx 10rpx 0;}
- .pro-tit{font-size: 28rpx;color: #333;overflow : hidden;line-height: 36rpx;height: 72rpx;}
- .yishou {font-size: 24rpx;color: #999;clear: both;overflow: hidden;margin-top: 10rpx;}
- .pro-sta{justify-content: space-between;margin-top: 15rpx;}
- .money{font-size: 36rpx;color: #F21211;font-weight: bold;}
- .money text{font-size: 24rpx;}
- .money text.pro-del{color: #999;margin-left: 10rpx;text-decoration: line-through;}
- .pro-cart{width: 38rpx;height: 38rpx;}
- .more{font-size: 24rpx;color: #999;}
- .more image{width: 16rpx;height: 27rpx;margin-left: 8rpx;}
|