抖音c端
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.ttss 2.3 KiB

há 2 anos
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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: rgba(2, 192, 255, 1);
  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. font-size: 30rpx;
  63. }
  64. .content>view:nth-of-type(2n+1) text:nth-of-type(2) {
  65. margin-top: 10rpx;
  66. font-size: 26rpx;
  67. font-family: PingFang-SC-Bold;
  68. color: rgba(153, 153, 153, 1);
  69. }
  70. .content>view:nth-of-type(2n+1) {
  71. float: left;
  72. width: 60%;
  73. height: 150rpx;
  74. overflow: hidden;
  75. }
  76. .content>view:nth-of-type(2n) {
  77. width: 38%;
  78. float: right;
  79. text-align: right;
  80. height: 145rpx;
  81. line-height: 145rpx;
  82. overflow: hidden;
  83. }
  84. .title {
  85. display: block;
  86. text-align: center;
  87. font-size: 30rpx;
  88. font-family: PingFang-SC-Regular;
  89. font-weight: 400;
  90. color: rgba(51, 51, 51, 1);
  91. }
  92. .fr text{
  93. color: #FF3535;
  94. font-size: 30rpx;
  95. }
  96. .loading {
  97. text-align: center;
  98. height: 80rpx;
  99. line-height: 80rpx;
  100. font-size: 26rpx;
  101. color: #999;
  102. }
  103. .loading image {
  104. width: 60rpx;
  105. height: 60rpx;
  106. vertical-align: middle;
  107. margin-right: 10rpx;
  108. }
  109. .nonecontent{
  110. text-align: center;
  111. font-size: 30rpx;
  112. color: #999;
  113. margin-top: 30rpx;
  114. }