trunk/pc4public/portal/wea-plugin/style/index.css

56 lines
903 B
CSS

.wevicon-wea-plugin {
font-size: 14px;
}
.wevicon-wea-plugin:before {
content: "\e9ab";
}
.wea-plugin-body {
position: relative;
width: 100%;
height: 480px;
}
.wea-plugin-body .anticon-search {
color: #00a9ff;
}
.wea-plugin-chk-msg {
height: 25px;
line-height: 25px;
padding-left: 25px;
}
.wea-plugin-tip-msg {
position: absolute;
bottom: 20px;
left: 50%;
width: 220px;
height: 30px;
line-height: 30px;
margin-left: -110px;
color: #ff9200;
text-align: center;
border: 1px solid #ffd073;
border-radius: 5px;
background-color: #fff3dc;
}
.wea-plugin-step {
line-height: 30px;
}
.wea-plugin-step-num {
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
margin-right: 10px;
color: #333;
text-align: center;
border-radius: 10px;
background-color: #d8d8d8;
}