28 lines
456 B
CSS
28 lines
456 B
CSS
.wevicon-wea-license {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.wevicon-wea-license:before {
|
|
content: "\e9b1";
|
|
}
|
|
|
|
.wea-license-group {
|
|
padding: 20px 20px;
|
|
}
|
|
|
|
.wea-license-group .wea-form-item {
|
|
margin: 15px 0;
|
|
}
|
|
|
|
.wea-license-tip-msg {
|
|
width: 380px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin: 40px auto 10px auto;
|
|
color: #ff9200;
|
|
text-align: center;
|
|
border: 1px solid #ffd073;
|
|
border-radius: 5px;
|
|
background-color: #fff3dc;
|
|
}
|