123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .swiper-wrap{
- display: flex;
- flex-direction: column;
- height: calc(100vh - var(--window-top));
- width: 100%;
- .swiper-box {
- flex: 1;
- }
- }
- .page-box{
- margin: 25rpx 40rpx;
- .message{
- overflow: hidden;
- margin-bottom: 20rpx;
- background-color: #fff;
- border-radius: 15rpx;
- .message-top{
- margin-bottom: 20rpx;
- padding: 25rpx 40rpx;
- .car{
- font-size: 32rpx;
- font-weight: 600;
- color: #3A3A3A;
- line-height: 45rpx;
- letter-spacing: 1px
- }
- .addr{
- color: #858585;
- font-size: 26rpx;
- line-height: 37rpx;
- }
- .message-top-right{
- padding: 0 15rpx;
- height: 50rpx;
- line-height: 48rpx;
- border-radius: 5rpx;
- border: 1px solid #FA6400;
- color: #FA6400;
- }
- }
- .message-center{
- padding: 0 40rpx 25rpx;
- border-bottom: 1px solid #DFDFDF;
- .message-center-item{
- margin-bottom: 9rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: #595959;
- line-height: 37rpx;
- letter-spacing: 1px;
- overflow : hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- }
- .u-cell_title{
- color: "#008CFF" ;
- }
- }
- }
- .time{
- margin-left: 115px;
- margin-top: 10px;
- }
|