| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* product/newbornZone/newbornZone.wxss */
- page{
- background: #6254EB;
- }
- .banner{
- height: 475rpx;
- }
- .background {
- width: 100%;
- position:absolute;
- background-size:100% 100%;
- z-index: -1;
- /* background-attachment:fixed; */
- }
- .conunt {
- width: 710rpx;
- margin: 0 auto;
- position: absolute;
- /* position: fixed; */
- top: 380rpx;
- /* left: 20rpx; */
- left: 50%;
- transform: translateX(-50%);
- }
- .conunt .li {
- height: 240rpx;
- padding: 20rpx;
- border-radius: 25rpx;
- background-color: #FFFFFF;
- margin-bottom: 16rpx;
- overflow: hidden;
- display: flex;
- justify-content: space-between;}
- .conunt .li .flex {overflow: hidden;margin-left: 20rpx;}
- .proimg {width: 220rpx;height: 220rpx;border-radius: 12rpx;margin-top: 10rpx;}
- .proname {font-size: 28rpx;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
- .endtime {display: inline-block;height: 32rpx;line-height: 32rpx;border-radius: 6rpx;font-size: 24rpx;margin: 16rpx 0 0 0; letter-spacing:2rpx}
- .black{font-size: 24rpx;color: #333333;}
- .red{color: #FE0419; font-size: 26rpx;}
- .operate {justify-content: space-between;align-items: center;}
- .price {font-size: 24rpx; color: red;}
- .price .pce {font-size: 38rpx;color: red;font-weight: bold;}
- .price .del {font-weight: normal;font-size: 24rpx;color: #999999;margin-left: 12rpx;text-decoration: line-through;}
- .add-cart {width: 150rpx;height: 50rpx;border-radius: 25rpx;background-image: linear-gradient(to right, #FE934C, #FD3A31);text-align: center;line-height: 50rpx;color: #FFFFFF;font-size: 24rpx;}
- .progress-box {justify-content: left;display: flex;color: #999999;font-size: 24rpx;margin-top: 13rpx;}
- .progress-box text{color: #999999;font-size: 24rpx;margin-left: 10rpx;}
- .progress {width: 230rpx;}
- .tp{margin: 16rpx 0 70rpx;}
- .add-cart .order{float:left;margin-left: 8rpx;}
- .add-cart .or{margin-left: 28rpx;color: #FE0419;}
- .add-cart1{width: 150rpx;height: 50rpx;border-radius: 25rpx;border: 2rpx solid #FE0419;text-align: center;line-height: 50rpx;color: #FE0419;font-size: 24rpx;}
- .nosp{color: #FFFFFF;}
- .add-cart image{width: 24rpx;height: 24rpx;margin-left: 35rpx;margin-top: 13rpx;float: left;}
- .yuyue{margin: 90rpx 0 0 0;}
- .noyuyue{margin: 50rpx 0 0 0;}
- .nosp text{color: #FFFFFF !important;}
|