You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
75
static/app/css/ect_address.css
Executable file
75
static/app/css/ect_address.css
Executable file
@ -0,0 +1,75 @@
|
||||
.add{
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
padding: 3px 8px;
|
||||
top: 30px;
|
||||
font-size: 13.2px;
|
||||
color: #f02a40;
|
||||
}
|
||||
.header1 .mui-action-back{
|
||||
color: #f02a40;
|
||||
}
|
||||
.con{
|
||||
|
||||
}
|
||||
.con .row{
|
||||
width: 100%;
|
||||
height: 111px;
|
||||
background: white;
|
||||
border-bottom: 13.2px solid #ebebeb;
|
||||
}
|
||||
.r_con{
|
||||
width: 100%;
|
||||
height: 61px;
|
||||
border-bottom: 1px solid #dcdcdc;
|
||||
line-height: 60px;
|
||||
padding: 0 25px;
|
||||
}
|
||||
.r_con p{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 13.2px;
|
||||
color: black;
|
||||
}
|
||||
.r_bottom{
|
||||
width: 100%;
|
||||
height: 37px;
|
||||
position: relative;
|
||||
}
|
||||
.check{
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
border: 1px solid #989898;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
left: 25px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.r_bottom .on{
|
||||
background: #F02C43;
|
||||
border: 1px solid #F02C43;
|
||||
}
|
||||
.r_bottom p{
|
||||
position: absolute;
|
||||
left: 54px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
}
|
||||
.del{
|
||||
position: absolute;
|
||||
right: 18px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
font-size: 12px;
|
||||
color: #f02a40;
|
||||
width: 50px;
|
||||
height: 22px;
|
||||
text-align: center;
|
||||
border: 1px solid #f02a40;
|
||||
border-radius: 5px;
|
||||
}
|
Reference in New Issue
Block a user