123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- @import "/icon.wxss";
- @import "/common.wxss";
- .head .little-img {
- width: 230rpx;
- height: 120rpx;
- }
- .back-img-wrap {
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- }
- .back-img-wrap .back-img {
- width: 100%;
- height: 340rpx;
- }
- .to-pay-wrap {
- text-align: center;
- padding: 46rpx 0;
- color: white;
- }
- .to-get-wrap {
- display: flex;
- justify-content: space-between;
- padding: 50rpx 50rpx 0 50rpx;
- color: white;
- }
- .trade-cancel-wrap {
- padding: 50rpx 76rpx;
- color: white;
- text-align: center;
- }
- .cancel-box {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .cancel-img {
- margin-right: 10rpx;
- width: 40rpx;
- height: 40rpx;
- }
- .font-bold-20 {
- font-size: 40rpx;
- font-weight: 500;
- }
- .content {
- padding: 0 20rpx;
- padding-bottom: 80rpx;
- }
- .header {
- display: flex;
- justify-content: space-between;
- padding: 20rpx 30rpx;
- color: #444;
- font-size: 28rpx;
- font-weight: 500;
- }
- .header .goods-num {
- color: #aaa;
- }
- .header .goods-done {
- color: #aaa;
- }
- .header .goods-ready {
- color: #ff5344;
- }
- .header .goods-cancel {
- color: #aaa;
- }
- .bold-text {
- font-weight: 500;
- }
- .show-img {
- float: left;
- width: 120rpx;
- height: 120rpx;
- }
- .name {
- margin-top: -8rpx;
- width: 510rpx;
- font-size: 26rpx;
- color: #444;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .mount {
- font-size: 22rpx;
- color: #aaa;
- margin-top: 10rpx;
- }
- .bottom-info {
- justify-content: space-between;
- font-size: 28rpx;
- color: #444;
- margin-top: 18rpx;
- }
- .middle .middle-line {
- height: 0.1rpx;
- background: #efefef;
- }
- .middle .each-item {
- box-sizing: border-box;
- display: flex;
- width: 100%;
- padding: 32rpx 30rpx;
- }
- .content-wrap {
- padding-bottom: 20rpx;
- }
- .content-wrap .item {
- display: flex;
- justify-content: space-between;
- font-size: 26rpx;
- padding: 16rpx 30rpx;
- padding-bottom: 0;
- }
- .content-wrap .item .title {
- color: #aaa;
- min-width: 120rpx;
- }
- .content-wrap .item .detail {
- color: #444;
- }
- .content-wrap .item .detail .phone {
- margin-left: 20rpx;
- padding: 0 20rpx;
- height: 44rpx;
- display: flex;
- align-items: center;
- border: 0.1rpx solid #efefef;
- border-radius: 26rpx;
- }
- .content-wrap .item .detail .phone .icon-phone {
- width: 20rpx;
- height: 20rpx;
- margin-right: 10rpx;
- }
- .footerContorl {
- justify-content: flex-end;
- margin-top: 20rpx;
- }
- .footerContorl .btn {
- padding: 6rpx 15rpx;
- margin-left: 20rpx;
- border-radius: 10rpx;
- color: #fff;
- }
- .exp-modal {
- width: 80%;
- overflow: hidden;
- }
- .btn {
- position: relative;
- }
- .btn:last-child::before {
- content: "";
- position: absolute;
- left: 0;
- bottom: 0;
- top: 0;
- border-left: 1px solid #e5e5e5;
- transform-origin: 0 0;
- transform: scaleX(0.5);
- }
- .exp-modal .ipt {
- border: 1rpx solid #e5e5e5;
- padding: 10rpx;
- }
|