|
|
@@ -0,0 +1,67 @@
|
|
|
+@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;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|