page { background: #F3F3F3; color: #333; padding-bottom:80rpx; } view,text{ box-sizing: border-box; color:#333; font-size: 34rpx; } .van-tab--active view.van-ellipsis{ color:#1677FF; } .message-list{ margin:40rpx 24rpx 0; width:702rpx; } .message-item{ /* background: #FFFFFF; border-radius: 18rpx; min-height:200rpx; margin-bottom:16rpx; padding:30rpx 24rpx 28rpx; */ } .message-item .title{ height: 36rpx; display: flex; align-self: center; } .message-item .title image{ width:36rpx; height:36rpx; margin-right:10rpx; } .message-item .title view{ /* font-size: 32rpx; line-height: 32rpx; */ } /* .message-item view.content{ margin:56rpx 0 46rpx; line-height: 38rpx; color:#666; font-size: 26rpx; } */ view.content.warn-text{ font-weight: 600; color: #DC0000; } .message-bottom { display: flex; align-items: center; justify-content: flex-end; height: 40rpx; line-height: 40rpx; } .message-bottom image{ width:30rpx; height: 30rpx; margin-right:8rpx; } .message-bottom view{ color: #0EAEFC; } .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:8; } .modal-block-top{ position:absolute; top:0; left:0; z-index:9; } .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-bottom:16rpx; } .drop-block{ display: flex; height: 74rpx; align-items: center; margin-top:4rpx; background:#fff; justify-content: space-between; padding:0 28rpx; } .van-dropdown-menu{ height:74rpx!important; box-shadow:none!important; padding-right:50rpx; } .after-wrapper{ margin-left:-56rpx; } .date-wrapper{ height: 74rpx; display: flex; align-items: center; } .after-wrapper .arrow{ width: 0; height: 0; border: 12rpx solid; border-color: #000 transparent transparent transparent ; margin:16rpx 0 0 8rpx; } .after-wrapper{ flex:1; display: flex; align-items: center; justify-content: space-between; } .van-dropdown-menu__title:after { /* border-width:8rpx!important; margin:16rpx 0 0 8rpx!important; */ display:none!important } .modal-block.modal-block-top{ width:702rpx!important; } .no-msg{ text-align: center; margin-top:200rpx; color:#999; font-size: 28rpx; }