vip-login.scss
2.5 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';
.page {
padding-bottom: $pageBottom;
.bgc {
background-color: #f0f0f0;
}
.bg {}
.main {
.top-space {
height: 40px;
}
.content {
position: relative;
// 表单
.form {
&-item {
@extend .bb;
padding: 24px 30px;
background: #fff;
font-size: 28px;
display: flex;
align-items: center;
margin-bottom: 20px;
.label {
min-width: 150px;
}
.cont {
flex: 1;
@extend .bb;
padding-left: 20px;
}
.address {
display: flex;
.area {
width: 220px;
color: #333333;
@include ellipsis(1);
}
.line {
width: 2px;
height: 40px;
background: #D8D8D8;
margin: 0 40px;
}
}
.exts {
@extend .fcc;
@extend .bb;
// padding: 20px 0px 20px 20px;
.icon {
width: 16px;
height: 28px;
}
.code {
font-size: 28px;
color: #3680EB;
}
}
}
&-item-textarea {
align-items: flex-start;
.cont {
margin-top: 4px;
height: auto;
min-height: 120px;
}
}
}
// 上传
.upload {
background: #fff;
&-tit {
@extend .bb;
padding: 24px 30px;
font-size: 24px;
color: #666666;
}
&-wrap {
display: flex;
justify-content: space-between;
@extend .bb;
padding: 48px 66px 24px;
&-item {
text-align: center;
.image {
width: 240px;
height: 152px;
}
.tips {
font-size: 24px;
color: #666666;
margin-top: 24px;
}
}
}
}
// 提交按钮
.submit-btn {
@include cb(320px, 84px);
margin: 40px auto 0;
}
.submit-tips {
padding: 24px 0;
width: 100%;
color: #333333;
text-align: center;
line-height: 24px;
.text {
font-size: 20px;
}
}
}
}
.modify{
color: #888888 !important;
}
}