user_relevance.less
1.89 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
/**
* name : zzf
* info :
*/
.m-hide{
display:none;
}
#relevance {
.relevance-msg {
text-align: center;
margin-top: 25px;
img {
width: 75px;
height: 75px;
border-radius: 50%;
}
span {
margin: 0 20px;
}
.info {
line-height: 25px;
margin-top: 15px;
.name {
font-size: 16px;
color: #333;
}
font-size: 14px;
color: #999;
}
}
.relevance-bound {
margin: 10px;
background: #fff;
border: 1px solid #ddd;
padding-bottom: 10px;
.head {
display: block;
height: 43px;
p {
width: 50%;
line-height: 43px;
float: left;
border-bottom: 1px solid #ddd;
font-size: 16px;
border-top:2px solid #fff;
color: #999;
border-right: 1px solid #ddd;
margin-right: -1px;
&.on {
color: #23ac38;
border-top:2px solid #23ac38;
border-bottom: 1px solid #fff;
}
}
}
.relevance-form {
li {
border: 1px solid #ddd;
margin: 15px 15px 0 15px;
position: relative;
input {
box-sizing: border-box;
width:100%;
font-size: 16px;
color: #bbb;
&:focus {
color: #333;
}
}
}
.code_input{
position:relative;
img{
position:absolute;
right:0px;
top:0px;
}
}
.m-btn {
display: block;
margin: 15px 15px 0;
}
.firm-reg-reg {
width:auto;
background: #fff;
border: 1px solid #FF9D2C;
color: #FF9D2C;
margin-top: 10px;
padding:0 5px;
position: absolute;
right: -9px;
top: 0px;
}
}
}
.other{
padding: 10px;
margin-top: 10px;
}
.other a{
color:#23ac38;
}
}