yydb.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .content,
  12. page {
  13. min-height: 100%;
  14. height: auto;
  15. background: #f8f8f8;
  16. }
  17. .top {
  18. position: relative;
  19. z-index: 0;
  20. width: 750rpx;
  21. height: 287rpx;
  22. }
  23. .top .top-bg {
  24. width: 750rpx;
  25. height: 287rpx;
  26. }
  27. .main {
  28. background: #ffffff;
  29. }
  30. .info-item {
  31. padding: 40rpx 0 38rpx;
  32. margin: 0 24rpx;
  33. border-bottom: 1px solid #ececec;
  34. }
  35. .info-item .info-left {
  36. width: 300rpx;
  37. font-size: 30rpx;
  38. font-family: PingFang SC;
  39. font-weight: 500;
  40. color: #222222;
  41. }
  42. .info-item .info-right {
  43. font-size: 28rpx;
  44. font-family: PingFang SC;
  45. font-weight: 500;
  46. color: #999999;
  47. }
  48. .list-input {
  49. text-align: right;
  50. font-size: 28rpx;
  51. font-family: PingFang SC;
  52. font-weight: 500;
  53. color: #999999;
  54. }
  55. .info-type-title {
  56. font-size: 30rpx;
  57. font-family: PingFang SC;
  58. font-weight: 500;
  59. color: #222222;
  60. }
  61. .info-type-title .info-type-title-right {
  62. display: flex;
  63. align-items: center;
  64. }
  65. .info-type-title .info-type-title-right .info-type-title-right-font {
  66. font-size: 24rpx;
  67. font-family: PingFang SC;
  68. font-weight: 500;
  69. color: #d0cece;
  70. margin-right: 10rpx;
  71. }
  72. .info-type-title .info-type-title-right .info-type-title-right-icon {
  73. width: 18rpx;
  74. height: 22rpx;
  75. }
  76. .info-type-title .info-type-tip {
  77. font-size: 24rpx;
  78. font-family: PingFang SC;
  79. font-weight: 500;
  80. color: #666666;
  81. }
  82. .info-type {
  83. padding: 38rpx 24rpx 50rpx;
  84. }
  85. .info-type .info-type-main {
  86. display: flex;
  87. flex-wrap: wrap;
  88. }
  89. .info-type .info-type-main .current {
  90. background: #24a17d !important;
  91. color: #ffffff !important;
  92. }
  93. .info-type .info-type-main .current text {
  94. color: #ffffff !important;
  95. }
  96. .info-type .info-type-main .info-type-main-item {
  97. margin: 30rpx 10rpx 0 0;
  98. padding: 10rpx 20rpx;
  99. background: #ffffff;
  100. border: 2rpx solid #e7e7e7;
  101. border-radius: 15rpx;
  102. font-size: 26rpx;
  103. font-family: PingFang SC;
  104. font-weight: 500;
  105. color: #333333;
  106. }
  107. .info-type .info-type-main .info-type-main-item text {
  108. color: #ff6f0f;
  109. }
  110. .info-bz {
  111. margin: 15rpx 0 0;
  112. padding: 40rpx 30rpx;
  113. background: #ffffff;
  114. }
  115. .info-bz .text-box {
  116. margin: 10rpx 0 0;
  117. width: 690rpx;
  118. height: 100rpx;
  119. font-size: 30rpx;
  120. font-family: PingFang SC;
  121. font-weight: 500;
  122. color: #666666;
  123. }
  124. .btn {
  125. position: absolute;
  126. bottom: 40rpx;
  127. left: 50%;
  128. margin-left: -311rpx;
  129. width: 622rpx;
  130. height: 85rpx;
  131. background: #24a17d;
  132. border-radius: 15rpx;
  133. text-align: center;
  134. line-height: 85rpx;
  135. font-size: 32rpx;
  136. font-family: PingFang SC;
  137. font-weight: bold;
  138. color: #ffffff;
  139. }
  140. .scrollList {
  141. padding-bottom: 150rpx;
  142. }