You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
107
static/app/css/setting.css
Executable file
107
static/app/css/setting.css
Executable file
@ -0,0 +1,107 @@
|
||||
body .header1{
|
||||
z-index: 11;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
background: rgba(255,255,255,1);
|
||||
border: none;
|
||||
box-shadow: 0 0 0;
|
||||
height: 66px;
|
||||
border-bottom: 1px solid #efefef;
|
||||
}
|
||||
.mui-bar-nav.mui-bar .mui-icon {
|
||||
margin-left: 0;
|
||||
}
|
||||
.mui-title{
|
||||
color: #909090;
|
||||
}
|
||||
.header1 .on{
|
||||
border-bottom: 3px solid #ff0000;
|
||||
color: #e61329;
|
||||
}
|
||||
.nav{
|
||||
padding: 0 50px;
|
||||
height: 66px;
|
||||
text-align: center;
|
||||
}
|
||||
.p1{
|
||||
color: #000;
|
||||
display: block;
|
||||
line-height: 46px;
|
||||
font-size: 18px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
.header1 .mui-action-back {
|
||||
margin-top: 20px;
|
||||
margin-left: 0;
|
||||
color: #848484;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.footer{
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background: white;
|
||||
height: 49px;
|
||||
border-top: 1px solid #e6e6e6;
|
||||
}
|
||||
|
||||
.z{
|
||||
width: 100%;
|
||||
height: 66px;
|
||||
}
|
||||
.block{
|
||||
margin-top: 36px;
|
||||
padding-left: 12px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.row{
|
||||
background: white;
|
||||
width: 100%;
|
||||
height: 42px;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
position: relative;
|
||||
}
|
||||
.row:last-child{
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.row .img{
|
||||
width: 15.6px;
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
left: 2px;
|
||||
}
|
||||
.r1{
|
||||
font-size: 13.2px;
|
||||
color: black;
|
||||
line-height: 42px;
|
||||
position: absolute;
|
||||
left: 25px;
|
||||
}
|
||||
.r2{
|
||||
font-size: 12px;
|
||||
color: #909090;
|
||||
line-height: 42px;
|
||||
position: absolute;
|
||||
right: 25px;
|
||||
}
|
||||
.row img.youjiantou{
|
||||
width: 6px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 15px;
|
||||
}
|
||||
.loginout{
|
||||
width: 100%;
|
||||
height: 42px;
|
||||
line-height: 42px;
|
||||
text-align: center;
|
||||
margin-top: 36px;
|
||||
background: white;
|
||||
color: #e51329;
|
||||
}
|
Reference in New Issue
Block a user