Sanakey
2021-06-04 355a84d740a2a9dfa1d67cb2d2e11843d42809ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* pages/detail/detail.wxss */
@import "/templates/detail/detail.skeleton.wxss";
page{
  background-color: var(--container-bgcolor);
  height: 100%;
}
.container {
  padding: 0 10rpx 210rpx;
}
 
.my-cell .van-cell {
  padding: 10rpx 20rpx;
  background-color: transparent;
}
 
.my-cell-group .van-cell-group {
  margin-bottom: 10rpx;
  border-radius: 15rpx;
  background-color: #fff;
}
 
.price-text {
  color: #fd0003;
}
 
.price {
  font-weight: bold;
  font-size: 32rpx;
}
 
.original-price {
  color: #858585;
  font-size: 24rpx;
  text-decoration: line-through;
}
 
.seller .van-cell__value {
  text-align: left;
}
 
.padding {
  padding: 10rpx 20rpx;
}
.cell-padding .van-cell{
  padding: 0rpx 20rpx;
}
.notice-bar{
  position: fixed;
  bottom: 60px;
  width: 100%;
}
.notice-bar .van-notice-bar__wrap {
  text-align: center;
}
.notice-bar .van-notice-bar__content {
  position: static;
  font-size: 24rpx;
}
 
.last-cell image{
  display: inline-block;
  vertical-align: top;
}
.last-cell .van-hairline--top-bottom{
  padding-bottom: 20rpx;
}
 
.count-down-div {
  background-color: #fff;
  border-radius: 25rpx;
  padding: 0 35rpx;
  margin-bottom: 10rpx;
}
 
.count-down .van-count-down {
  color: #f23232;
  font-size: 26rpx;
 
}
.detail-title .van-cell__title{
  font-size: 30rpx;
  font-weight: bold;
}