C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

129 satır
2.0 KiB

  1. /* pages/czdetail/czdetail.wxss */
  2. .head {
  3. height: 232rpx;
  4. padding-top: 20rpx;
  5. background: #fc5b24;
  6. position: relative;
  7. }
  8. .rule {
  9. position: absolute;
  10. right: 0;
  11. top: 0;
  12. bottom: 0;
  13. margin: auto;
  14. width: 124rpx;
  15. height: 48rpx;
  16. line-height: 48rpx;
  17. text-align: center;
  18. background: #fff;
  19. font-size: 28rpx;
  20. font-weight: 400;
  21. color: #fc5b24;
  22. border-bottom-left-radius: 50rpx;
  23. border-top-left-radius: 50rpx;
  24. }
  25. .head text {
  26. display: block;
  27. text-align: center;
  28. color: #fff;
  29. }
  30. .head text:nth-of-type(1) {
  31. font-size: 28rpx;
  32. font-family: PingFang-SC-Regular;
  33. font-weight: 400;
  34. color: rgba(255, 255, 255, 1);
  35. }
  36. .head text:nth-of-type(2) {
  37. font-size: 70rpx;
  38. font-family: PingFang-SC-Bold;
  39. font-weight: bold;
  40. color: rgba(255, 255, 255, 1);
  41. }
  42. .bg {
  43. position: absolute;
  44. bottom: 0;
  45. left: 0;
  46. right: 0;
  47. width: 100%;
  48. height: 55rpx;
  49. z-index: 100;
  50. }
  51. .content {
  52. position: relative;
  53. padding: 0 35rpx;
  54. height: 155rpx;
  55. border-bottom: 1px solid #eaeaea;
  56. }
  57. .content>view:nth-of-type(2n+1) text {
  58. display: block;
  59. }
  60. .content>view:nth-of-type(2n+1) text:nth-of-type(1) {
  61. margin-top: 24rpx;
  62. }
  63. .content>view:nth-of-type(2n+1) text:nth-of-type(2) {
  64. margin-top: 10rpx;
  65. font-size: 26rpx;
  66. font-family: PingFang-SC-Bold;
  67. color: rgba(153, 153, 153, 1);
  68. }
  69. .content>view:nth-of-type(2n+1) {
  70. float: left;
  71. width: 60%;
  72. height: 150rpx;
  73. overflow: hidden;
  74. }
  75. .content>view:nth-of-type(2n) {
  76. width: 38%;
  77. float: right;
  78. text-align: right;
  79. height: 145rpx;
  80. line-height: 145rpx;
  81. overflow: hidden;
  82. }
  83. .title {
  84. display: block;
  85. text-align: center;
  86. font-size: 30rpx;
  87. font-family: PingFang-SC-Regular;
  88. font-weight: 400;
  89. color: rgba(51, 51, 51, 1);
  90. }
  91. .fr text {
  92. color: #FF3535;
  93. }
  94. .loading {
  95. text-align: center;
  96. height: 80rpx;
  97. line-height: 80rpx;
  98. font-size: 26rpx;
  99. color: #999;
  100. }
  101. .loading image {
  102. width: 60rpx;
  103. height: 60rpx;
  104. vertical-align: middle;
  105. margin-right: 10rpx;
  106. }
  107. .nonecontent {
  108. text-align: center;
  109. font-size: 30rpx;
  110. color: #999;
  111. margin-top: 30rpx;
  112. }