weaver_trunk_cli/pc4mobx/portal4public/components/wea-plugin/WeaPlugin.less

38 lines
607 B
Plaintext

.wea-plugin {
&-body {
position: relative;
width: 100%;
}
&-chk-msg {
padding-left: 25px;
}
&-tip-msg {
width: 220px;
line-height: 25px;
padding: 0 10px;
margin: 10px auto;
color: #ff9200;
border: 1px solid #ffd073;
border-radius: 5px;
background-color: #fff3dc;
}
&-step {
line-height: 30px;
&-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;
}
}
}