65 lines
869 B
CSS
65 lines
869 B
CSS
.wevicon-wea-version {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.wevicon-wea-version:before {
|
|
content: "\e9af";
|
|
}
|
|
|
|
.wea-version-body {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 420px;
|
|
padding: 20px 40px;
|
|
}
|
|
|
|
.wea-version-logo {
|
|
width: 100%;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
}
|
|
|
|
.wea-version-split {
|
|
margin: 20px 0;
|
|
border-top: 1px dashed #e2e2e2;
|
|
}
|
|
|
|
.wea-version-label1,
|
|
.wea-version-label2,
|
|
.wea-version-label3,
|
|
.wea-version-label4 {
|
|
height: 25px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.wea-version-label1 {
|
|
color: #4d7ad8;
|
|
}
|
|
|
|
.wea-version-label2 {
|
|
color: #333;
|
|
}
|
|
|
|
.wea-version-label3 {
|
|
color: #333;
|
|
}
|
|
|
|
.wea-version-label4 {
|
|
position: absolute;
|
|
bottom: 20px;
|
|
color: #999;
|
|
}
|
|
|
|
.wea-version-msg {
|
|
margin-top: 15px;
|
|
color: #333;
|
|
}
|
|
|
|
.wea-version-msg > p {
|
|
line-height: 20px;
|
|
}
|
|
|
|
.wea-version-warning {
|
|
margin-top: 15px;
|
|
}
|