page { background: #F3F3F3; color: #333; } view,text{ box-sizing: border-box; color:#333; font-size: 34rpx; } .receipt-top{ width: 750rpx; height: 190rpx; background: #FFFFFF; padding:32rpx 34rpx 28rpx; } .receipt-top .head{ font-weight: bold; color: #09AFFF; line-height: 70rpx; height: 70rpx; font-size: 46rpx; margin-bottom:6rpx; } .receipt-top .slogan{ height: 54rpx; font-size: 36rpx; font-weight: 400; color: #979694; } .modal-list{ position: relative; width:702rpx; height:508rpx; background:transparent; margin:0 24rpx; } .modal-block{ width: 678rpx; /* height: 478rpx; */ background: #FFFFFF; /* box-shadow: 0px 2rpx 4rpx 0px rgba(0,0,0,0.5); */ border-radius: 18rpx; } .modal-block-bottom{ position:absolute; top:32rpx; left:24rpx; z-index:999; } .modal-block-top{ position:absolute; top:0; left:0; z-index:1000; } .modal-block .content{ padding:38rpx 24rpx 40rpx 12rpx; } .modal-block .title{ display: flex; height: 50rpx; align-items: center; justify-content: space-between; margin-bottom:28rpx; } .modal-block .left{ display: flex; height: 50rpx; align-items: center; overflow: hidden; white-space: nowrap; } .modal-block .title image{ width:55rpx; height:50rpx; margin-right:6rpx; } .title .left view{ height: 50rpx; font-size: 38rpx; font-weight: 500; color: #333333; } .content .line{ /* height:55rpx; */ line-height: 55rpx; margin-bottom:7rpx; padding-left:24rpx; } .tiket-num text{ color: #2A8DE2; text-decoration: underline; } .content .line-two{ height:110rpx; line-height: 55rpx; overflow: hidden; -webkit-line-clamp: 2; display:-webkit-box; -webkit-box-orient:vertical; padding-left:24rpx; } .operate{ height:84rpx; border-top: 2rpx solid #EFEFEF; display: flex; padding:0 10rpx 0 24rpx; align-items: center; justify-content: space-between; } .operate view{ color: #4E4E4E; font-size: 38rpx; } .operate image{ width:70rpx; height:70rpx; } .message-item.modal-block{ width:702rpx; margin:26rpx 24rpx; } .receipt-content{ width: 702rpx; background: #FFFFFF; border-radius: 18rpx; padding:30rpx 24rpx; margin:0 24rpx; } .receipt-content .title{ height:48rpx; } .receipt-content .title text{ color: #BF2B2B; } .receipt-content .textarea{ height: 174rpx; border-radius: 12rpx; border: 2rpx solid #DADADA; margin:18rpx 0 22rpx; width:654rpx; padding:16rpx 22rpx; box-sizing: border-box; } .van-icon-cross.van-icon{ color:#fff; } .submit-btn{ width:702rpx; margin:0 24rpx; height: 100rpx; background: #3D7FFF linear-gradient(270deg, rgba(0,202,255,0.5) 0%, rgba(9,175,255,0.5) 100%); border-radius: 100rpx; text-align: center; font-size: 40rpx; line-height: 100rpx; color:#fff; margin-top:80rpx; }