popupdetail.wxss 716 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. page {
  2. background-color: white;
  3. padding: 0 30rpx;
  4. box-sizing: border-box;
  5. }
  6. .title {
  7. font-size: 35rpx;
  8. font-family: PingFang SC, PingFang SC-Bold;
  9. font-weight: 700;
  10. color: #1a1a1a;
  11. text-align: center;
  12. margin-top: 47rpx;
  13. }
  14. .time-box {
  15. display: flex;
  16. justify-content: center;
  17. margin-top: 10rpx;
  18. font-size: 24rpx;
  19. font-family: PingFang SC, PingFang SC-Medium;
  20. font-weight: 500;
  21. color: #999999;
  22. border-bottom: 1px solid #E6E6E6;
  23. padding-bottom: 20rpx;
  24. width: 690rpx;
  25. }
  26. .time {
  27. margin-left: 8rpx;
  28. }
  29. .icon-time {
  30. color: #20A634;
  31. font-size: 30rpx;
  32. }
  33. .content {
  34. margin-top: 30rpx;
  35. font-size: 28rpx;
  36. font-family: PingFang SC, PingFang SC-Regular;
  37. font-weight: 400;
  38. color: #666666;
  39. width: 690rpx;
  40. }