Files
SinoGYS/webapp/css/newCss/orderDetail.css
2018-07-12 18:40:21 +08:00

136 lines
2.1 KiB
CSS

@charset "utf-8";
body {
background: #f3f4f5;
}
.orderInfoWrapper {
/*padding-top: 0.53rem;*/
}
.orderInfoUl {
font-size: 1rem;
margin-bottom: 0.3rem;
background: #fff;
padding-top: 0.53rem;
}
.orderInfoItem {
display: flex;
line-height: 3.55rem;
padding: 0 1.35rem;
position: relative;
background: #FFFFFF;
}
.infoTitle {
width: 5rem;
padding-right: 0.5rem;
}
.infoCon {
flex: 1;
text-align: right;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.orderInfoUl li:after {
height: 1px;
content: '';
width: 100%;
border-top: 1px solid #eaeaea;
position: absolute;
bottom: -1px;
right: 0;
transform: scaleY(0.5);
-webkit-transform: scaleY(0.5);
}
.addrWrapper img{
width: 1.24rem;
margin-top: 0.5rem;
margin-left: 0.5rem;
}
.orderInfoDriver {
line-height: 3.55rem;
padding: 0 1.35rem;
position: relative;
background: #FFFFFF;
color: #1589f9;
}
.driverArrow img {
width: 0.5rem;
margin-top: 0.5rem;
margin-left: 0.5rem;
}
.fl {
float: left;
}
.driverArrow {
float: right;
}
.loginFormSubmit {
width: 100%;
height: 2.8rem;
background: none;
color: #fff;
font-size: 1rem;
border-radius: 3px;
font-weight: bold;
border-radius: 1.4rem;
border: 1px solid #1589f9;
color: #1589f9;
/*margin: 3.44rem 1.55rem 0 1.55rem;*/
}
.loginBtnActive {
background: #1589f9;
color: #ffffff;
}
.mt7 {
margin-top: 0.7rem;
}
.mt35 {
margin-top: 3.5rem;
}
.noPadding {
padding-top:0 ;
}
.newOrderAsk {
height: 5.22rem;
line-height: 5.22rem;
text-align: center;
font-size: 1.4rem;
color: #1589f9;
background: #ffffff;
}
.pd17 {
padding-top: 1.4rem;
}
/*弹框样式*/
.check-busy {
width: 1.11rem;
height: 1.11rem;
display: inline-block;
vertical-align: middle;
float: right;
color: #d1d2d4;
}
.carType_list {
padding: 1.2rem;
}
.border1px {
height: 1px;
content: '';
width: 100%;
border-top: 1px solid #eaeaea;
position: absolute;
bottom: -1px;
right: 0;
transform: scaleY(0.5);
-webkit-transform: scaleY(0.5);
}
.marTop1 {
margin-top:1rem
}
a {
color:#1589f9;
}