30 lines
489 B
Plaintext
30 lines
489 B
Plaintext
.wea-license {
|
|
&-form-group {
|
|
padding: 20px 40px;
|
|
|
|
.wea-form-item {
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
|
|
&-form-change {
|
|
display: inline-block;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin-left: 20px;
|
|
color: #4d7ad8;
|
|
cursor: pointer;
|
|
}
|
|
|
|
&-tip-msg {
|
|
width: 385px;
|
|
line-height: 25px;
|
|
padding: 0 10px;
|
|
margin: 40px auto 0 auto;
|
|
color: #ff9200;
|
|
border: 1px solid #ffd073;
|
|
border-radius: 5px;
|
|
background-color: #fff3dc;
|
|
}
|
|
}
|