You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
103
static/app2/css/qrrz.css
Executable file
103
static/app2/css/qrrz.css
Executable file
@ -0,0 +1,103 @@
|
||||
.con{
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
.con .block{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 15px 10px;
|
||||
color: #fff;
|
||||
background:#10B5AF;
|
||||
margin: 5px auto;
|
||||
border: 1px solid #10B5AF;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.pname{
|
||||
|
||||
width: 80%;
|
||||
color: #fff;
|
||||
}
|
||||
.guanxi {
|
||||
width: 37%;
|
||||
color: #242424;
|
||||
text-align: right;
|
||||
}
|
||||
.caozuo {
|
||||
width: 20%;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
.caozuo span {
|
||||
display: inline-block;
|
||||
width: 25%;
|
||||
}
|
||||
.caozuo span img{
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
.add1{
|
||||
width: 96%;
|
||||
margin: 5px auto;
|
||||
height: 63px;
|
||||
background:#C9C9C9;
|
||||
border:1px solid #C9C9C9;
|
||||
border-radius: 5px;
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
align-items:center ;
|
||||
/* margin-top: 10px; */
|
||||
}
|
||||
.addimg{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.add1 img {
|
||||
/* position: absolute; */
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.footer_btn{
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
border: none;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
background: #E5122B;
|
||||
color: white;
|
||||
border-radius: 0;
|
||||
}
|
||||
.lxy_zz{
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
top:40%;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
background: #fff;
|
||||
}
|
||||
.lxy_zz h3{
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: 200;
|
||||
|
||||
}
|
||||
.lxy_zz input{
|
||||
/* position: absolute; */
|
||||
width: 88%;
|
||||
display:block;
|
||||
/* top:50%;
|
||||
left: 10%; */
|
||||
margin: 10px auto;
|
||||
height: 35px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.lxy_zz_btn{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
}
|
Reference in New Issue
Block a user