record.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /* pages/record/record.wxss */
  2. page{
  3. background: #F7F7F7;
  4. }
  5. .top{
  6. background: #fff;
  7. padding: 30rpx;
  8. }
  9. .name{
  10. font-size: 32rpx;
  11. font-weight: 500;
  12. margin-bottom: 20rpx;
  13. }
  14. .name>text{
  15. color: #AAAAAA;
  16. font-size: 22rpx;
  17. border: 1px solid #AAAAAA;
  18. border-radius: 4rpx;
  19. font-weight: 400;
  20. padding: 0 4rpx;
  21. position: relative;
  22. top: -3rpx;
  23. }
  24. .name view{
  25. float: right;
  26. color: #CE994F;
  27. font-size: 22rpx;
  28. text-align: center;
  29. position: relative;
  30. top: -5rpx;
  31. }
  32. .info{
  33. font-size: 30rpx;
  34. padding: 10rpx 0;
  35. display: flex;
  36. }
  37. .info view{
  38. color: #666;
  39. width: 85%;
  40. vertical-align: top;
  41. }
  42. .info label{
  43. font-weight: 500;
  44. color: #333;
  45. }
  46. .info .tag{
  47. font-size: 28rpx;
  48. color: #CE994F;
  49. border: 1px solid #CE994F;
  50. border-radius: 8rpx;
  51. margin-right: 8rpx;
  52. font-weight: 400;
  53. padding: 0 8rpx;
  54. }
  55. .player{
  56. border-bottom: 1px solid #F5F5F5;
  57. padding: 30rpx 0;
  58. }
  59. .name view{
  60. float: right;
  61. color: #CE994F;
  62. font-size: 22rpx;
  63. text-align: center;
  64. position: relative;
  65. top: -5rpx;
  66. }
  67. .name view text{
  68. display: block;
  69. font-size: 32rpx;
  70. color: #CE994F;
  71. position: relative;
  72. top: -8rpx;
  73. }
  74. .imgs{
  75. margin-bottom: 20rpx;
  76. background: #fff;
  77. padding: 30rpx 0;
  78. }
  79. .img{
  80. display: inline-block;
  81. width: 224rpx;
  82. height: 224rpx;
  83. border-radius: 8rpx;
  84. margin-right: 8rpx;
  85. margin-bottom: 8rpx;
  86. }
  87. .content{
  88. background: #fff;
  89. padding: 30rpx;
  90. margin-top: 20rpx;
  91. font-size: 30rpx;
  92. line-height: 48rpx;
  93. }
  94. .content text{
  95. color: #D94B24;
  96. width: 128rpx;
  97. line-height: 48rpx;
  98. display: inline-block;
  99. text-align: center;
  100. background: #FFF5F2;
  101. margin-right: 20rpx;
  102. font-size: 28rpx;
  103. border-radius: 4rpx;
  104. }
  105. .comment text{
  106. background: #F2F9FF;
  107. color: #2383E5;
  108. }