index.wxss
1.0 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
/* custom-pages/custom-product/index.wxss */
page {
background: #F7F7F9;
height: 100vh;
/* align-items: center; */
display: flex;
justify-content: flex-start;
}
.container_box{
margin-left: 28rpx;
margin-top: 56rpx;
display: flex;
height: 80%;
/* width: 45%; */
}
.cates_scroll{
width: 70rpx;
/* height: 1160rpx; */
height: 100%;
/* border: 1px solid red; */
}
.tab_box{
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
min-height: 100%;
}
.tab_item {
width: 100%;
font-weight: 500;
font-size: 22rpx;
color: #666666;
padding: 14rpx 0;
writing-mode:vertical-lr;
display: flex;
justify-content: center;
align-items: center;
word-wrap: break-word;
/* transform: rotate(180deg); */
}
.tab_active{
display: flex;
justify-content: center;
align-items: flex-start;
font-weight: bold;
font-size: 30rpx;
color: #004487;
letter-spacing: 0;
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
display: none;
}