55 lines
757 B
CSS
55 lines
757 B
CSS
* {
|
||
margin: 0;
|
||
padding: 0
|
||
}
|
||
.big_box{
|
||
margin-top:20px;
|
||
border-top:2px #3c8dbc solid;
|
||
}
|
||
.left_div {
|
||
width: 45%;
|
||
margin-left:10px;
|
||
display:inline-block;
|
||
}
|
||
.right_div{
|
||
position:absolute;
|
||
top:45px;
|
||
left:800px;
|
||
}
|
||
.big_box p{
|
||
font-weight:bold;
|
||
font-size:16px;
|
||
}
|
||
.big_box .check{/* ��ѡ */
|
||
margin-left:15px;
|
||
}
|
||
.big_box .layui-input-block{/* input�����߾� */
|
||
margin: 0px;
|
||
}
|
||
.big_box .h2{
|
||
display:inline-block;
|
||
}
|
||
.big_box .layui-form-item{
|
||
margin-bottom:0px
|
||
}
|
||
.layui-input{
|
||
width:85%;
|
||
}
|
||
.layui-form-select .layui-edge{
|
||
right:130px;
|
||
}
|
||
.layui-form-select dl{
|
||
min-width:85%;
|
||
}
|
||
/* #weight_result{
|
||
position: absolute;
|
||
left:10px;
|
||
} */
|
||
.layui-form-checkbox span{
|
||
color:black
|
||
}
|
||
.right_div p {
|
||
font-weight:normal;
|
||
font-size:20px;
|
||
}
|