1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- *{
- box-sizing: border-box;
- }
- body{
- background-color: #f3f3f3;
- }
- .div-img{width: 320px; height: 184px;background: url(../../../images/shujuweikong_img.png) no-repeat center top; background-size: 320px 184px;margin: 0px auto;}
- .div-tishi-info{vertical-align: middle; margin: 15px auto 30px;text-align: center;font-size: 16px;}
- .div-no-info{
- padding-top: 120px;
- display: none;
- }
- .mm-card-list{
- padding: 0px 15px 20px 15px;
- }
- .mm-card-list li{
- width: 100%;
- margin-top: 15px;
- }
- .mm-card-list li .up{
- height: 30px;
- line-height: 30px;
- color: #FFF;
- font-size: 14px;
- background-color: #ff9526;
- padding:0px 10px;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- .mm-card-list li .down{
- background-color: #fff;
- padding:10px;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- padding-right: 79px;
- color: #333;
- }
- .mm-card-list li .waiting{
- background: url('../images/dengdailingyao_icon.png') no-repeat;
- background-size: 63px 48px;
- background-position:calc(100% - 5px) center;
- background-color: #fff;
- }
- .mm-card-list li .transport{
- background: url('../images/peisongzhong_icon.png') no-repeat;
- background-size: 63px 48px;
- background-position:calc(100% - 5px) center;
- background-color: #fff;
- }
- .mm-card-list li .finish{
- background: url('../images/yiwancheng_icon.png') no-repeat;
- background-size: 63px 48px;
- background-position:calc(100% - 5px) center;
- background-color: #fff;
- }
- .mm-card-list li .down .title{
- font-size: 16px;
- }
- .mm-card-list li .down .name{
- font-size: 14px;
- }
- .mm-card-list li .down .name td{
- padding-top: 10px;
- font-size: 14px;
- }
- .mm-card-list li .down .name tr td:first-child{
- width: calc(100% - 65px);
- }
- .mm-card-list li .down .name tr td:last-child{
- width: 60px;
- text-align: right;
- vertical-align: middle;
- padding-right: 5px;
- }
- .mm-card-list li .down .address{
- font-size: 12px;
- color: #909090;
- margin-top: 10px;
- padding-left: 18px;
- background: url('../images/yiyuanjianzhu_icon.png') no-repeat;
- background-size: 13px 13px;
- background-position:left center;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
|