|
@@ -109,5 +109,25 @@
|
|
|
box-shadow: 0px 2rpx 14rpx -4rpx #5772ff;text-align: center;color: #fff;
|
|
|
}
|
|
|
}
|
|
|
+.phone-common-dialog.birthday-dialog{width: unset;}
|
|
|
|
|
|
-.phone-common-dialog.birthday-dialog{width: unset;}
|
|
|
+// card
|
|
|
+.notice-list-card{
|
|
|
+ margin: 0 15px;padding: 25px 0;border-bottom: 1px solid #f2f1f2;
|
|
|
+ .notice-list-title{
|
|
|
+ display: flex;align-items: center;margin: 0 0 10px;
|
|
|
+ font-size: 32rpx;
|
|
|
+ .notice-title{@include single-line-ellipsis();}
|
|
|
+ }
|
|
|
+ // 已读未读
|
|
|
+ .notice-list-read,.notice-list-unread{
|
|
|
+ width: 32px;height: 16px;line-height:16px;display: inline-block;text-align: center;
|
|
|
+ border: 1px solid;margin-right: 10px;flex-shrink: 0;
|
|
|
+ border-radius: 2px;font-size: 12px;font-style: normal;}
|
|
|
+ .notice-list-read{border-color: #0220d6;color: #0220d6;background: #dee9ff;}
|
|
|
+ .notice-list-unread{border-color: #BD1F00;color: #b71e00;background: #ffdad8;}
|
|
|
+
|
|
|
+ // 内容
|
|
|
+ .news-page-word{font-size: 12px;color: #333333;}
|
|
|
+}
|
|
|
+
|