index.scss 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. @import '../../components/My_card/index.scss';
  2. /* 附件 */
  3. .accessory {
  4. display: flex;
  5. align-items: center;
  6. height: 122rpx;
  7. background: #FFFFFF;
  8. border: 1rpx solid #CCCCCC;
  9. .icon {
  10. width: 58rpx;
  11. height: 58rpx;
  12. margin-left: 30rpx;
  13. .iconfont {
  14. font-size: 58rpx;
  15. color: var(--assist);
  16. }
  17. }
  18. .explian {
  19. display: flex;
  20. flex-direction: column;
  21. justify-content: space-between;
  22. margin-left: 30rpx;
  23. height: 80rpx;
  24. .title {
  25. width: 380rpx;
  26. font-size: 28rpx;
  27. font-family: PingFang SC-Bold, PingFang SC;
  28. font-weight: bold;
  29. color: #333333;
  30. }
  31. .time {
  32. font-size: 20rpx;
  33. font-family: PingFang SC-Regular, PingFang SC;
  34. color: #999999;
  35. }
  36. }
  37. .v-but {
  38. width: 140rpx;
  39. height: 60rpx;
  40. border-radius: 30rpx;
  41. margin-left: 30rpx;
  42. }
  43. }