123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- @import "./wxss/detePicker.scss";
- /* 未读 */
- .unread {
- width: 750rpx;
- height: 34rpx;
- text-align: center;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- margin: 12rpx 0 -5rpx 0;
- }
- .my-card {
- width: 690rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- margin: 0 auto;
- margin-top: 20rpx;
- box-sizing: border-box;
- overflow: hidden;
- .mtitle {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- height: 90rpx;
- padding: 0 20rpx 0 30rpx;
- border-bottom: 1px solid #EEEEEE;
- box-sizing: border-box;
- .title-l {
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- }
- }
- .hover:hover {
- opacity: .95;
- // background: #f4f5f7;
- }
- page {
- height: 100vh;
- overflow: hidden;
- }
- .item {
- padding: 20rpx 30rpx;
- .first-line {
- height: 40rpx;
- .line-1 {
- float: left;
- width: 530rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .time {
- float: right;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- margin-top: 4rpx;
- }
- }
- .state {
- display: flex;
- justify-content: space-between;
- height: 78rpx;
- width: 100%;
- margin-top: 16rpx;
- .explian {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- }
- .but {
- display: flex;
- align-items: center;
- .base {
- width: 80rpx !important;
- height: 40rpx !important;
- border-radius: 20rpx;
- padding: 0 !important;
- font-size: 20rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- background-color: #EEEEEE;
- }
- .unread {
- background-color: #FFE3E1 !important;
- border: none !important;
- color: #FF3B30 !important;
- font-size: 20rpx;
- }
- }
- }
- }
|