1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- *{
- 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-bottom: 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:0px 10px;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- color: #333;
- }
- .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;
- width: 50%;
- display: inline-block;
- }
- .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: left;
- vertical-align: middle;
- padding-right: 5px;
- }
- .mm-card-list li .down .address{
- font-size: 12px;
- color: #909090;
- padding: 25px 20px 0px 0px;
- float: right;
- display:inline-block;
- }
- .Record{
- padding: 10px;
- text-indent: 10px;
- }
- #footer{position: absolute;z-index: 3; bottom: 30px;width: 50px;height: 48px;padding: 0;right: 30px;}
- .add-icon{ width: 50px; height: 50px;background: url(../images/xuanfu_btn.png) no-repeat center top; background-size: 50px;}
|