myGiftBox.less
2.94 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.my_gift_box {
width: 100%;
// height: calc(100vh-25px);
background-color: #fff;
// padding-top: 25px;
.gift_top{
width: 100%;
height: auto;
background-color: #fff;
position: fixed;
left: 0;
top: 0;
z-index: 100;
}
.top_box {
z-index: 10;
display: flex;
justify-content: space-between;
height: 45px;
margin: 0 30px;
// padding-top: 30px;
img {
width: 37px;
height: 37px;
margin: 4px 0;
}
.tabs {
flex: 1;
margin: 0 134px 0 200px;
// tab边框
.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
border-width: 0;
}
.van-tabs__line {
width: 26px !important;
height: 5px;
background: rgba(208, 2, 27, 1);
border-radius: 3px;
}
.van-tab {
font-size: 32px;
font-weight: 400;
color: rgba(153, 153, 153, 1);
height: 45px;
line-height: 32px;
}
.van-tab--active{
color: #D0021B;
}
}
.desc {
width: 114px;
height: 45px;
font-size: 26px;
font-weight: 400;
color: rgba(153, 153, 153, 1);
line-height: 45px;
}
}
.item_box{
// height: 100vh;
padding-bottom: 40px;
overflow-y: auto;
box-sizing: border-box;
overflow: hidden;
// padding-top: 120px;
.giftItem_box:first-child{
margin-top: 20px;
}
}
.tab_btn_list{
height: 50px;
margin: 30px 30px 10px 30px;
// tab边框
.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
border-width: 0;
}
.van-tabs__nav--line{
padding-bottom: 0;
}
.van-tabs{
width: 100%;
}
.van-tab{
margin-right: 30px;
}
.van-tab:first-child{
padding-left: 0px;
}
.van-tabs--line .van-tabs__wrap{
height:100%;
}
.van-tab span{
display: block;
width: auto;
font-size: 26px;
color: #999999;
background-color: #F9F9F9;
border-radius: 8px;
}
.van-tab--active span{
font-weight:400;
color:rgba(208,2,27,1);
}
.van-tabs__line{
display: none;
}
}
.tip_text{
text-align: center;
margin-top: 20px;
font-size: 26px;
color: #999;
}
.van-picker__cancel, .van-picker__confirm{
font-size: 30px;
}
.van-picker-column{
font-size: 28px;
}
}