first commit

This commit is contained in:
2025-02-20 15:14:38 +08:00
commit 70e3764011
1113 changed files with 107789 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
* {
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;
}