qlg.tsgz.moe/static/app/css/ect_index.css
2019-09-06 23:53:10 +08:00

96 lines
1.7 KiB
CSS
Executable File

body {
background: white;
}
.num {
margin-top: 66px;
width: 100%;
height: 123px;
background: -moz-linear-gradient(left, #f5364c, #e51329);
/*Mozilla*/
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f5364c), to(#e51329));
/*Old gradient for webkit*/
background: -webkit-linear-gradient(left, #f5364c, #e51329);
/*new gradient for Webkit*/
background: -o-linear-gradient(left, #f5364c, #e51329);
/*Opera11*/
position: relative;
}
.num p {
text-align: center;
width: 100%;
position: absolute;
top: 40%;
color: white;
transform: translateY(-40%);
font-size: 48px;
}
.row {
width: 100%;
height: 67.6px;
position: relative;
border-bottom: 1px solid #e6e6e6;
}
.row .icon {
width: 39.6px;
height: 39.6px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 15px;
}
.row p {
width: calc(100% - 120px);
position: absolute;
color: #525252;
top: 50%;
transform: translateY(-50%);
left: 70px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.row .img{
width: 24px;
height: 24px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
}
.row span{
position: absolute;
color: #222222;
top: 50%;
transform: translateY(-50%);
left: 24px;
}
.row #select{
position: absolute;
top: 50%;
transform: translateY(-50%);
width: calc(100% - 128px);
right: 18px;
border: 1px solid #a0a0a0!important;
}
.row input{
position: absolute;
top: 50%;
transform: translateY(-50%);
width: calc(100% - 128px);
right: 18px;
}
.btn_ture{
width: 90%;
margin: 18px 5% ;
height: 42px;
border: none;
background: #F02C43;
color: white;
border-radius: 0;
}