qlg.tsgz.moe/static/app2/css/trade_rule.css
2020-06-10 13:23:50 +08:00

77 lines
928 B
CSS
Executable File

.row {
background: white;
width: 100%;
height: 62px;
border-bottom: 1px solid #ebebeb;
position: relative;
margin-bottom: 5px;
}
.block{
margin-top: 36px;
padding: 0 2%;
}
.z{
width: 100%;
height: 50px;
}
.name {
font-size: 18px;
color: black;
line-height: 42px;
padding-left: 5px;
}
[v-cloak] {
display: none;
}
.left {
float: left;
margin-left: 5px;
}
.right {
float: right;
margin-left: 5px;
}
.youjiantou{
width: 6px;
position: absolute;
right: 10px;
top: 25px;
}
.small_title,
.created_time,
.updated_time {
font-size: 0.9rem;
}
.operation {
font-size: 1rem;
line-height: 42px;
padding-right: 10px;
padding-left: 10px;
display: block;
}
.edit {
background: yellowgreen;
}
.delete {
background: red;
}
.footer{
position: fixed;
bottom: 0;
width: 100%;
background: white;
height: 50px;
line-height: 50px;
text-align: center;
border-top: 1px solid #e6e6e6;
}