You've already forked qlg.tsgz.moe
更新资源
This commit is contained in:
194
static/app2/css/setting_address.css
Executable file → Normal file
194
static/app2/css/setting_address.css
Executable file → Normal file
@ -1,86 +1,110 @@
|
||||
.con .block{
|
||||
width: 100%;
|
||||
height: 117px;
|
||||
background: white;
|
||||
border-bottom: 5px solid #ebebeb;
|
||||
position: relative;
|
||||
}
|
||||
.pname{
|
||||
position: absolute;
|
||||
font-size: 14.4px;
|
||||
color: black;
|
||||
left: 15px;
|
||||
top: 15px;
|
||||
}
|
||||
.con .block{
|
||||
width: 100%;
|
||||
height: 125px;
|
||||
background: white;
|
||||
border-bottom: 5px solid #ebebeb;
|
||||
position: relative;
|
||||
}
|
||||
.pname{
|
||||
position: absolute;
|
||||
font-size: 17px;
|
||||
color: black;
|
||||
left: 15px;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
.pphone{
|
||||
position: absolute;
|
||||
font-size: 14.4px;
|
||||
color: black;
|
||||
right: 15px;
|
||||
top: 15px;
|
||||
}
|
||||
.paddress{
|
||||
position: absolute;
|
||||
font-size: 10.8px;
|
||||
color: black;
|
||||
left: 15px;
|
||||
top: 40px;
|
||||
}
|
||||
.block hr{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 60px;
|
||||
border: none;
|
||||
border-top: 1px dotted #909090;
|
||||
}
|
||||
.btnout{
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
padding: 12px;
|
||||
left: 5px;
|
||||
}
|
||||
.btn{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #909090;
|
||||
}
|
||||
.btnout .on{
|
||||
border: none;
|
||||
background: #e7172f;
|
||||
}
|
||||
.block .p1{
|
||||
position: absolute;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
left: 40px;
|
||||
bottom: 0px;
|
||||
height: 42px;
|
||||
padding: 0;
|
||||
line-height: 42px;
|
||||
}
|
||||
button{
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
}
|
||||
.bj{
|
||||
right: 100px;
|
||||
}
|
||||
.del{
|
||||
right: 15px;
|
||||
}
|
||||
.footer_btn{
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
border: none;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
background: #E5122B;
|
||||
color: white;
|
||||
border-radius: 0;
|
||||
}
|
||||
.pphone{
|
||||
position: absolute;
|
||||
font-size: 17px;
|
||||
color: black;
|
||||
right: 15px;
|
||||
top: 15px;
|
||||
}
|
||||
.paddress{
|
||||
position: absolute;
|
||||
font-size: 17px;
|
||||
color: black;
|
||||
left: 15px;
|
||||
top: 40px;
|
||||
}
|
||||
.block hr{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 75px;
|
||||
border: none;
|
||||
border-top: 1px dotted #909090;
|
||||
}
|
||||
.btnout{
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
position: absolute;
|
||||
top:82px;
|
||||
bottom: 0;
|
||||
padding: 12px;
|
||||
left: 5px;
|
||||
}
|
||||
.btn{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #909090;
|
||||
}
|
||||
.btnout .on{
|
||||
border: none;
|
||||
background: #e7172f;
|
||||
}
|
||||
.block .p1{
|
||||
position: absolute;
|
||||
font-size: 17px;
|
||||
color: black;
|
||||
left: 40px;
|
||||
top:82px;
|
||||
bottom: 0px;
|
||||
height: 42px;
|
||||
padding: 0;
|
||||
line-height: 42px;
|
||||
}
|
||||
button{
|
||||
/* padding-left: 20px;
|
||||
padding-right: 20px; */
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
top:88px;
|
||||
padding: 2px 20px;
|
||||
font-size: 17px;
|
||||
}
|
||||
.bj{
|
||||
right: 100px;
|
||||
|
||||
}
|
||||
.del{
|
||||
right: 15px;
|
||||
|
||||
}
|
||||
.footer_btn{
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
border: none;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
background: #E5122B;
|
||||
color: white;
|
||||
border-radius: 0;
|
||||
}
|
||||
.footer{
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
background: -moz-linear-gradient(left, #f5354b, #ff005a);
|
||||
/*Mozilla*/
|
||||
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f5354b), to(#ff005a));
|
||||
/*Old gradient for webkit*/
|
||||
background: -webkit-linear-gradient(left, #f5354b, #ff005a);
|
||||
/*new gradient for Webkit*/
|
||||
background: -o-linear-gradient(left, #f5354b, #ff005a);
|
||||
/*Opera11*/
|
||||
color: #fff;
|
||||
}
|
Reference in New Issue
Block a user