C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 regels
1.8 KiB

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