index.acss 3.8 KB
Newer Older
D
v1.2.0  
devil_gong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/**
 * 搜索
 */
.search {
  left: 0;
  top: 20rpx;
  box-sizing: border-box; 
  padding: 20rpx;
  background: #d2364c;
}
.search-content {
  border-radius: 6rpx;
  position: relative;
  opacity: 0.8;
}
.search icon {
  position: absolute;
  left: 15rpx;
D
devil 已提交
19
  top: calc(50% - 8px);
D
v1.2.0  
devil_gong 已提交
20 21 22 23 24 25
}
.search input {
  font-size: 28rpx;
  padding-left: 60rpx;
  box-sizing: border-box;
  height: 70rpx;
D
devil 已提交
26
  line-height: 90rpx;
D
v1.2.0  
devil_gong 已提交
27 28
}

G
gongfuxiang 已提交
29 30 31 32 33 34 35 36 37 38 39 40 41
/**
 * 导航固定
 */
.search-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.search-fixed-seat {
  padding-top: 110rpx;
}

D
wx  
devil_gong 已提交
42
/**
D
v1.2.0  
devil_gong 已提交
43 44
 * 楼层数据
 */
D
wx  
devil_gong 已提交
45 46 47
.floor-list {
  overflow: hidden;
  position: relative;
D
v1.2.0  
devil_gong 已提交
48
}
D
wx  
devil_gong 已提交
49
.floor-list .word {
G
gongfuxiang 已提交
50
  padding: 30rpx 20rpx 0 20rpx;
D
wx  
devil_gong 已提交
51 52 53 54 55 56 57 58 59 60
}
.floor-list .word .vice-name {
  color: #fff;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
G
gongfuxiang 已提交
61
  padding: 30rpx;
D
v1.2.0  
devil_gong 已提交
62
}
D
wx  
devil_gong 已提交
63 64 65 66 67 68 69 70 71 72 73 74 75
.floor-list .word .word-icon {
  margin: 10rpx;
  width: calc(33% - 24rpx);
  height: 64rpx;
  line-height: 64rpx;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 6rpx;
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
  overflow: hidden;
D
v1.2.0  
devil_gong 已提交
76
}
D
wx  
devil_gong 已提交
77 78
.floor-list .word image {
  max-width: 100%;
G
gongfuxiang 已提交
79
  margin: 0 auto;
D
v1.2.0  
devil_gong 已提交
80
}
D
wx  
devil_gong 已提交
81 82 83 84 85
.floor-list .goods-list .goods {
  width: calc(50% - 2rpx);
  float: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 10rpx;
D
v1.2.0  
devil_gong 已提交
86
}
D
wx  
devil_gong 已提交
87 88
.floor-list .goods-list .goods:nth-of-type(2n + 1) {
  border-right: 1px solid #eee;
D
v1.2.0  
devil_gong 已提交
89
}
D
wx  
devil_gong 已提交
90 91 92
.floor-list .goods-list .goods image {
  width: 100%;
  height: 380rpx;
D
v1.2.0  
devil_gong 已提交
93
}
D
wx  
devil_gong 已提交
94 95
.floor-list .goods-list .goods-base {
  padding: 0 10rpx;
D
v1.2.0  
devil_gong 已提交
96
}
D
wx  
devil_gong 已提交
97 98
.floor-list .goods-list .goods-base .sales-price {
  font-size: 30rpx;
G
gongfuxiang 已提交
99 100 101 102
}


/*
D
devil_gong 已提交
103
 * 限时秒杀 - 插件
G
gongfuxiang 已提交
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
 */
 .limitedtimediscount {
  background: #fff;
  padding: 5rpx 10rpx 20rpx 10rpx;
  margin-bottom: 20rpx;
}
.limitedtimediscount .nav-title {
  overflow: hidden;
  padding: 10rpx 0;
}
.limitedtimediscount .nav-title .nav-icon {
  width: 45rpx;
  height: 45rpx;
  vertical-align: sub;
  margin-right: 10rpx;
}
.limitedtimediscount .text-wrapper {
  color: #d2364c;
  font-size: 36rpx;
  font-weight: bold;
}
.limitedtimediscount .countdown {
  line-height: 50rpx;
  float: right;
}
.limitedtimediscount .countdown view {
  margin-right: 0;
  float: right;
}
.limitedtimediscount .countdown .timer-title {
  color: #666;
  margin-right: 10rpx;
}
.limitedtimediscount .countdown .timer-hours {
  padding: 0 12rpx;
  -moz-border-radius: 8rpx;
  border-radius: 8rpx;
  background-color: #3A4145;
  color: #fff;
  min-width: 35rpx;
  text-align: center;
}
.limitedtimediscount .countdown .ds {
  color: #4B5459;
  padding: 0 8rpx;
  font-weight: 700;
}

.limitedtimediscount .goods-list {
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  margin-top: 5rpx;
}
.limitedtimediscount .goods-list .item {
  width: 460rpx;
  height: 605rpx;
  border: 1px solid #f5f5f5;
  background: white;
  display: inline-block;
  position: relative;
}
.limitedtimediscount .goods-list .item:not(:last-child) {
  margin-right: 10px;
}
.limitedtimediscount .goods-list .item image {
  width: 460rpx;
  height: 460rpx;
}
.limitedtimediscount .goods-list .item .goods-base {
  padding: 0 10rpx;
  margin-top: 10rpx;
}
.limitedtimediscount .goods-list .goods-base .goods-title {
  font-size: 32rpx;
  margin-bottom: 10rpx;
}
.limitedtimediscount .goods-list .goods-base .goods-price {
  color: #f40;
  font-weight: bold;
  font-size: 32rpx;
}
.limitedtimediscount .goods-list .goods-base .goods-original-price {
  color: #999;
  text-decoration: line-through;
  font-size: 24rpx;
}
.limitedtimediscount .goods-list .goods-base button {
  background: #d2364c;
  border: 0;
  color: #fff;
  padding: 0 30rpx;
D
devil_gong 已提交
196
  height: 65rpx;
G
gongfuxiang 已提交
197 198 199 200 201 202
  line-height: 65rpx;
  font-size: 30rpx;
  border-radius: 6rpx;
  position: absolute;
  right: 15rpx;
  bottom: 15rpx;
D
v1.2.0  
devil_gong 已提交
203
}