index.scss 1.5 KB

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