12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- @import "../../static/unread.wxss";
- @import "../../components/My_card/index.scss";
- @import "./wxss/detePicker.scss";
- page {
- padding: 0 !important;
- overflow: hidden !important;
- }
- .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;
- }
- }
- }
- }
|