12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- @import "../../static/unread.wxss";
- @import "../../components/My_card/index.scss";
- .item {
- padding: 20rpx 30rpx;
- .first-line {
- height: 40rpx;
- .line-1 {
- float: left;
- width: 380rpx;
- 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: 20rpx;
- .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: flex-end;
- .but-base {
- height: 40rpx !important;
- border-radius: 8rpx !important;
- padding: 0 !important;
- font-size: 20rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #FFFFFF;
- }
- .state-but {
- width: 100rpx !important;
- }
- .read-but {
- width: 80rpx;
- margin-right: 10rpx;
- }
- }
- }
- }
|