baseInfo.scss
1.37 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
.base_info_wrap{
position: relative;
.top_bg {
width: 100%;
}
.info_wrap {
position: absolute;
top: 4rem;
width: 100%;
.template_btn {
position: absolute;
top: -2.5rem;
right: 20px;
color: #ffffff;
}
}
.business_licence {
position: relative;
margin: 0 10px 10px;
padding: 20px;
background-color: #ffffff;
text-align: center;
.bg_wrap {
position: relative;
.licence{
width: 100%;
position: absolute;
top: 0px;
z-index: 21;
left: 0px;
height: 100%;
}
}
.upload_wrap {
color: #ffffff;
background-color: #F4F7FF;
border-radius: 8px;
.upload_btn {
height: 34px;
background: #556AD5;
border-radius: 0px 0px 8px 8px;
line-height: 34px;
}
}
}
.info_form {
margin: 0 10px 10px;
padding: 20px;
background-color: #ffffff;
.info_form_item {
padding-top: 20px;
border-top: 1px #E9E9E9 solid;
}
.info_form_item:nth-child(1) {
border: 0px;
padding-top: 10px;
}
.el-input{
width: 100%;
border: 0px;
}
.el-input__wrapper {
box-shadow: none;
padding: 0px;
}
.el-select{
width: 100%;
}
}
.info_btn_wrap {
margin: 0 10px;
.info_btn {
margin: 50px auto 0;
}
}
}