index.wxss 732 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* pages/match/details/index.wxss */
  2. .match-details-container {
  3. min-height: calc(100vh - 4rpx);
  4. background: #ffffff;
  5. /* padding-bottom: 140rpx; */
  6. box-sizing: border-box;
  7. }
  8. /* 页面头部信息 */
  9. .header-info {
  10. background: #ffffff;
  11. padding: 40rpx 30rpx 30rpx;
  12. border-bottom: 1rpx solid #f0f0f0;
  13. }
  14. .title {
  15. font-size: 34rpx;
  16. font-weight: bold;
  17. color: #1a1a1a;
  18. margin-bottom: 20rpx;
  19. text-align: center;
  20. }
  21. .publish-info {
  22. display: flex;
  23. align-items: center;
  24. justify-content: center;
  25. /* gap: 20rpx; */
  26. font-size: 24rpx;
  27. color: #666666;
  28. }
  29. .author {
  30. margin-right: 15rpx;
  31. }
  32. .publish-info .iconfont1{
  33. font-size: 30rpx;
  34. margin-right: 5rpx;
  35. }
  36. .content-section {
  37. padding: 30rpx 40rpx;
  38. }