60 lines
712 B
Plaintext
60 lines
712 B
Plaintext
.wea-version {
|
|
&-body {
|
|
position: relative;
|
|
width: 100%;
|
|
padding: 20px 40px;
|
|
}
|
|
|
|
&-logo {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
}
|
|
|
|
&-split {
|
|
position: relative;
|
|
margin: 20px 0;
|
|
border-top: 1px dashed #e2e2e2;
|
|
}
|
|
|
|
&-label1,
|
|
&-label2,
|
|
&-label3,
|
|
&-label4 {
|
|
position: relative;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
&-label1 {
|
|
color: #4d7ad8;
|
|
}
|
|
|
|
&-label2 {
|
|
color: #333;
|
|
}
|
|
|
|
&-label3 {
|
|
color: #333;
|
|
}
|
|
|
|
&-label4 {
|
|
color: #999;
|
|
}
|
|
|
|
&-msg {
|
|
position: relative;
|
|
margin-top: 15px;
|
|
color: #333;
|
|
|
|
> p {
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
|
|
&-msg4 {
|
|
margin-top: 15px;
|
|
}
|
|
}
|