You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
961 B
47 lines
961 B
5 years ago
|
@charset "utf-8";
|
||
|
body,
|
||
|
.mui-content {
|
||
|
background: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
h3{
|
||
|
font-size: .24rem;
|
||
|
color: #333333;
|
||
|
margin-left: .2rem;
|
||
|
padding: .3rem;
|
||
|
}
|
||
|
p{
|
||
|
font-size: .2rem;
|
||
|
color: #999999;
|
||
|
margin-left: .2rem;
|
||
|
padding-left: .3rem;
|
||
|
}
|
||
|
|
||
|
.mui-table-view {
|
||
|
padding: .2rem 0;
|
||
|
&:before {
|
||
|
height: 0;
|
||
|
}
|
||
|
&:after {
|
||
|
height: 0;
|
||
|
}
|
||
|
.mui-table-view-cell {
|
||
|
width: 83%;
|
||
|
height: 2rem;
|
||
|
background: #A6A9B2;
|
||
|
margin: .2rem auto;
|
||
|
border-radius: .1rem;
|
||
|
color: #FFFFFF;
|
||
|
span{
|
||
|
width: 100%;
|
||
|
display: block;
|
||
|
padding: .2rem 0;
|
||
|
}
|
||
|
label{
|
||
|
float: right;
|
||
|
}
|
||
|
}
|
||
|
.bg-active {
|
||
|
background: #0272A4;
|
||
|
}
|
||
|
}
|