@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ .seckill-section .s-header .tit { font-size: 34rpx; color: #303133; line-height: 1; font-weight: bold; } /*功能栏左侧小图标*/ .seckill-section .s-header .f-left-icon { height: 34rpx; width: 8rpx; background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbc7c), to(#71d094)); background-image: -webkit-linear-gradient(#5dbc7c, #71d094); background-image: linear-gradient(#5dbc7c, #71d094); margin-right: 10rpx; -webkit-border-radius: 10rpx; border-radius: 10rpx; } /* 秒杀专区 */ .seckill-section { padding: 4rpx 30rpx 24rpx; } .seckill-section .s-header { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; height: 92rpx; line-height: 1; } .seckill-section .s-header .tit-box { -webkit-flex-shrink: 0; flex-shrink: 0; } .seckill-section .s-header .textNav { line-height: 1; padding: 15rpx 0; -webkit-flex-shrink: 0; flex-shrink: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; flex-grow: 1; min-width: 100rpx; } .seckill-section .s-header .tip-box { -webkit-box-flex: 1; -webkit-flex-grow: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .seckill-section .s-header .tip { font-size: 24rpx; color: #909399; padding-left: 10rpx; padding-right: 10rpx; } .seckill-section .s-header .timer { display: inline-block; width: 40rpx; height: 36rpx; text-align: center; line-height: 36rpx; margin-right: 14rpx; font-size: 26rpx; color: #fff; -webkit-border-radius: 2px; border-radius: 2px; background: rgba(0, 0, 0, 0.8); } .seckill-section .s-header .iconenter { font-size: 24rpx; color: #909399; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-align: right; } .seckill-section .floor-list { white-space: nowrap; background-color: white; padding: 20rpx; -webkit-border-radius: 5rpx; border-radius: 5rpx; -webkit-box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3; box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3; } .seckill-section .scoll-wrapper { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start; } .seckill-section .scoll-wrapper .noGoodsBg { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; height: 100%; position: absolute; top: 0; left: 0; width: 100%; color: #909399; } .seckill-section .scoll-wrapper .floor-item { width: 150rpx; margin-right: 20rpx; font-size: 26rpx; color: #303133; line-height: 1.8; } .seckill-section .scoll-wrapper .floor-item .list-image { width: 150rpx; height: 150rpx; -webkit-border-radius: 6rpx; border-radius: 6rpx; } .seckill-section .scoll-wrapper .floor-item .price { color: #dd524d; }