123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- @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: linear-gradient(#5dbc7c, #71d094);
- margin-right: 10rpx;
- border-radius: 10rpx;
- }
- /* 秒杀专区 */
- .seckill-section {
- padding: 4rpx 30rpx 24rpx;
- }
- .seckill-section .s-header {
- display: flex;
- align-items: center;
- height: 92rpx;
- line-height: 1;
- }
- .seckill-section .s-header .tit-box {
- flex-shrink: 0;
- }
- .seckill-section .s-header .textNav {
- line-height: 1;
- padding: 15rpx 0;
- flex-shrink: 0;
- flex-grow: 1;
- min-width: 100rpx;
- }
- .seckill-section .s-header .tip-box {
- flex-grow: 1;
- display: flex;
- justify-content: flex-start;
- 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;
- border-radius: 2px;
- background: rgba(0, 0, 0, 0.8);
- }
- .seckill-section .s-header .iconenter {
- font-size: 24rpx;
- color: #909399;
- flex: 1;
- text-align: right;
- }
- .seckill-section .floor-list {
- white-space: nowrap;
- background-color: white;
- padding: 20rpx;
- border-radius: 5rpx;
- box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
- }
- .seckill-section .scoll-wrapper {
- display: flex;
- align-items: flex-start;
- }
- .seckill-section .scoll-wrapper .noGoodsBg {
- display: flex;
- align-items: 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;
- border-radius: 6rpx;
- }
- .seckill-section .scoll-wrapper .floor-item .price {
- color: #dd524d;
- }
|