index.scss 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. @import "../../static/unread.wxss";
  2. @import "../../components/My_card/index.scss";
  3. @import "./wxss/detePicker.scss";
  4. page {
  5. padding: 0 !important;
  6. overflow: hidden !important;
  7. }
  8. .item {
  9. padding: 20rpx 30rpx;
  10. .first-line {
  11. height: 40rpx;
  12. .line-1 {
  13. float: left;
  14. width: 530rpx;
  15. font-size: 28rpx;
  16. font-family: PingFang SC-Bold, PingFang SC;
  17. font-weight: bold;
  18. color: #333333;
  19. }
  20. .time {
  21. float: right;
  22. font-size: 24rpx;
  23. font-family: PingFang SC-Regular, PingFang SC;
  24. color: #999999;
  25. margin-top: 4rpx;
  26. }
  27. }
  28. .state {
  29. display: flex;
  30. justify-content: space-between;
  31. height: 78rpx;
  32. width: 100%;
  33. margin-top: 16rpx;
  34. .explian {
  35. display: flex;
  36. flex-direction: column;
  37. justify-content: space-between;
  38. font-size: 24rpx;
  39. font-family: PingFang SC-Regular, PingFang SC;
  40. color: #999999;
  41. }
  42. .but {
  43. display: flex;
  44. align-items: center;
  45. .base {
  46. width: 80rpx !important;
  47. height: 40rpx !important;
  48. border-radius: 20rpx;
  49. padding: 0 !important;
  50. font-size: 20rpx;
  51. font-family: PingFang SC-Regular, PingFang SC;
  52. color: #999999;
  53. background-color: #EEEEEE;
  54. }
  55. .unread {
  56. background-color: #FFE3E1 !important;
  57. border: none !important;
  58. color: #FF3B30 !important;
  59. font-size: 20rpx;
  60. }
  61. }
  62. }
  63. }