luyj-tree.scss
1.87 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
.flex_between_center {
display: flex;
justify-content: space-between;
align-items: center;
}
.checkbox {
position: relative;
height: 36rpx;
margin-left: 10rpx;
margin-right: 0px;
width: 36rpx;
.color {
color: #00aaff;
background-color: #00aaff;
}
.txt {
// font-size: 30rpx;
line-height: 36rpx;
width: 100%;
height: 100%;
display: flex;
}
}
.checkBorder {
border: 1px solid #ecdee4;
}
.header {
width: 100%;
position: fixed;
background-color: #fff;
z-index: 9999;
.title {
height: 90rpx;
padding: 0 32rpx;
line-height: 90rpx;
font-size: 30rpx;
background-color: #f5f5f5;
color: #606064;
.iconclass {
display: inline-block;
margin: 0 12rpx;
color: #d0d4db;
font-size: 28rpx;
}
}
}
.container-list {
overflow-y: scroll;
overflow-x: hidden;
.common {
background-color: #fff;
border-bottom: 1rpx solid #f4f4f4;
padding-left: 10rpx;
.content {
display: flex;
align-items: center;
min-height: 60rpx;
width: 100%;
padding: 15rpx 0;
position: relative;
font-size: 32rpx;
.right {
position: absolute;
right: 30rpx;
color: #babdc3;
font-size: 32rpx;
}
}
}
// item的数字样式
.word {
font-size: 30rpx;
color: #5b5757;
width: 500rpx;
word-break: break-all;
}
}
.active {
color: #4297ed !important;
}
.none {
color: #666666;
}
.icon-selected {
color: #0095f2 !important;
font-size: 40rpx !important;
}
.icons {
color: #0095f2 !important;
font-size: 40rpx !important;
}
.inline-item {
display: inline-block;
}
.content-item {
display: flex;
position: relative;
align-items: center;
}
.box_sizing {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn {
position: fixed;
bottom: 0rpx;
padding: 10px;
background-color: #fff;
width: 100%;
.sureBtn {
background-color: #377dff;
color: #fff;
border-radius: 48px;
width: 500rpx;
}
}