| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- view {
- width: auto;
- }
- .container {
- position: relative;
- overflow-y: auto;
- height: 100vh;
- padding: 3vw;
- background-color: #f5f5f5;
- font-size: 32rpx;
- }
- .info,
- .before,
- .process {
- padding: 20rpx;
- border-radius: 10rpx;
- background-color: #fff;
- }
- .before,
- .process {
- width: 100%;
- margin-top: 20rpx;
- }
- .mapSee {
- float: right;
- color: #418cff;
- }
- .top {
- padding-bottom: 20rpx;
- border-bottom: 1px solid #e7e7e7;
- margin-bottom: 10rpx;
- }
- .title {
- display: flex;
- line-height: 50rpx;
- }
- .title text {
- color: #418cff;
- }
- .title image {
- width: 50rpx;
- height: 50rpx;
- margin-right: 10rpx;
- }
- .info-top {
- display: flex;
- justify-content: space-between;
- }
- .info-top-state {
- line-height: 50rpx;
- color: #34c65c;
- font-size: 28rpx;
- }
- .info-list-item {
- display: flex;
- line-height: 60rpx;
- font-size: 28rpx;
- }
- .info-list-item .lf {
- flex: 1;
- color: #999999;
- }
- .info-list-item .rt {
- flex: 3;
- color: #333333;
- }
- .pic {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .pic-list {
- overflow: hidden;
- width: 300rpx;
- height: 230rpx;
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- float: left;
- text-align: center;
- font-size: 28rpx;
- }
- .pic-list image {
- width: 80%;
- height: 100%;
- }
- .history {
- display: flex;
- justify-content: space-between;
- margin: 10rpx;
- }
- .historyTop {
- border-top: 2px solid #e7e7e7;
- width: 98%;
- margin: 0rpx auto;
- padding: 15rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- overflow: hidden;
- }
- .fontcolor {
- color: #333;
- }
- .statusStyles {
- padding: 0rpx 15rpx;
- background-color: #359e0b;
- color: #fff;
- border-radius: 5rpx;
- }
- .statusStyles1 {
- padding: 0rpx 15rpx;
- background-color: #359e0b;
- color: #fff;
- border-radius: 5rpx;
- height: 50rpx;
- line-height: 50rpx;
- }
- .historyTop:first-child .statusStyles1 {
- background-color: #de1212;
- }
- .arriveTop {
- width: 140rpx;
- height: 140rpx;
- position: fixed;
- right: 40rpx;
- bottom: 40rpx;
- }
- .showdows {
- box-shadow: 0rpx 5rpx 15rpx #e7e7e7;
- }
- .overflowerLine {
- width: 50%;
- overflow: hidden;
- text-align: left;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 5;
- -webkit-box-orient: vertical;
- }
- .mapSize {
- height: 30vh;
- width: 100%;
- }
- .viewGD {
-
- padding: 10rpx 20rpx;
- background-color: skyblue;
- color: #fff;
- border-radius: 20rpx;
- text-align: center;
- font-size: 24rpx;
- width: 44%;
- margin: 10rpx auto;
-
- }
|