You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
135 lines
2.2 KiB
135 lines
2.2 KiB
10 months ago
|
body{
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
.mui-bar,.mui-bar-nav{
|
||
|
background-color: #1463c7;
|
||
|
}
|
||
|
.mui-title{
|
||
|
color:#ffffff;
|
||
|
}
|
||
|
|
||
|
.main_div2{
|
||
|
width: 30%;
|
||
|
float:left;
|
||
|
height: 160px;
|
||
|
background-size: 100% 100% !important;
|
||
|
margin:2.5% 0 0 2.5%;
|
||
|
}
|
||
|
.clear{
|
||
|
clear:both;
|
||
|
}
|
||
|
.layui-m-layermain .layui-m-layersection{
|
||
|
background: rgba(255, 255, 255, -0.05);
|
||
|
}
|
||
|
|
||
|
.layui-m-layer0 .layui-m-layerchild{
|
||
|
background: rgba(255, 255, 255, 0.9);
|
||
|
border-radius: 15px 15px 15px 15px;
|
||
|
box-shadow: 3px 3px 3px 3px rgba(0,0,0,.6);
|
||
|
}
|
||
|
.layui-m-layershade{
|
||
|
background-color: rgba(0,0,0,.35) !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.m-layer-open{
|
||
|
height: 101px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.m-layer-open div{
|
||
|
float: left;
|
||
|
}
|
||
|
.m-layer-open-left{
|
||
|
width: 29%
|
||
|
}
|
||
|
.m-layer-open-right{
|
||
|
width: 71%
|
||
|
}
|
||
|
|
||
|
.m-layer-open-left label{
|
||
|
display:block;
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.m-layer-open input[type=text]{
|
||
|
width: 86%;
|
||
|
height:8px;
|
||
|
}
|
||
|
.layui-m-layercont{
|
||
|
width:85%;
|
||
|
margin:0 auto;
|
||
|
padding: 5px 13px !important;
|
||
|
line-height:18px !important;
|
||
|
text-align: left !important;
|
||
|
}
|
||
|
.layui-m-layercont div button{
|
||
|
width:70%;
|
||
|
border-radius: 50px 50px 50px 50px !important;
|
||
|
margin: 20px 0;
|
||
|
}
|
||
|
.layui-m-layerchild h3{
|
||
|
font-size: 20px !important;
|
||
|
margin: 20px 0;
|
||
|
}
|
||
|
|
||
|
.mui-input-group .mui-input-row {
|
||
|
height: 50px;
|
||
|
}
|
||
|
.mui-input-row label{
|
||
|
line-height: 1.7;
|
||
|
}
|
||
|
.mui-input-row select{
|
||
|
height: 48px;
|
||
|
}
|
||
|
select, textarea, input[type='text'], input[type='search'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='tel'], input[type='color']{
|
||
|
height: 50px;
|
||
|
}
|
||
|
.mui-select:before{
|
||
|
top: 15px;
|
||
|
}
|
||
|
.mui-radio input[type='radio']{
|
||
|
top: 10px;
|
||
|
}
|
||
|
.index_title{
|
||
|
height:30px;
|
||
|
background-color: #F7F7FC;
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
.index_title .index_title_blue{
|
||
|
width: 3px;
|
||
|
height: 16px;
|
||
|
background-color: #0080FF;
|
||
|
float: left;
|
||
|
margin-top: 7px;
|
||
|
margin-left: 7px;
|
||
|
}
|
||
|
.index_title .index_title_p{
|
||
|
width: 80%;
|
||
|
margin-left: 21px;
|
||
|
float: left;
|
||
|
margin-top: 6px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.addRedStar:before {
|
||
|
content: '*';
|
||
|
color: red;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.mui-input-group:after{
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|