other.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. page {
  13. height: 100%;
  14. background-color: #fefefe;
  15. }
  16. .content {
  17. background-color: #fefefe;
  18. line-height: 1;
  19. padding-top: 25rpx;
  20. padding: 24rpx 24rpx 90rpx;
  21. }
  22. .content .top {
  23. -webkit-box-align: center;
  24. -webkit-align-items: center;
  25. align-items: center;
  26. width: 100%;
  27. }
  28. .content .top image {
  29. width: 64rpx;
  30. height: 64rpx;
  31. border-radius: 50%;
  32. }
  33. .content .top .font {
  34. margin-left: 20rpx;
  35. }
  36. .content .top .font .china-font {
  37. font-size: 27rpx;
  38. font-family: PingFang SC;
  39. font-weight: bold;
  40. color: #101010;
  41. letter-spacing: 20rpx;
  42. }
  43. .content .top .font .english-font {
  44. margin-top: 6rpx;
  45. font-size: 12rpx;
  46. font-family: PingFang SC;
  47. color: #101010;
  48. }
  49. .content .cross {
  50. margin-left: 6rpx;
  51. height: 76rpx;
  52. line-height: 76rpx;
  53. color: #444444;
  54. border-bottom: 1rpx solid #cccccc;
  55. }
  56. .content .image {
  57. margin-top: 44rpx;
  58. margin-bottom: 48rpx;
  59. height: 404rpx;
  60. width: 100%;
  61. }
  62. .content .image image {
  63. width: 100%;
  64. height: 100%;
  65. }
  66. .content .box {
  67. padding: 20rpx 0 24rpx;
  68. }
  69. .content .box .title {
  70. margin-top: 60rpx;
  71. font-size: 28rpx;
  72. font-family: PingFang SC;
  73. font-weight: bold;
  74. color: #101010;
  75. }
  76. .content .box .detail {
  77. padding-top: 10rpx;
  78. font-size: 28rpx;
  79. line-height: 40rpx;
  80. }
  81. .content .box .detail .detail-spe {
  82. margin-top: 10rpx;
  83. line-height: 46rpx;
  84. overflow: hidden;
  85. text-overflow: ellipsis;
  86. display: -webkit-box;
  87. -webkit-line-clamp: 2;
  88. -webkit-box-orient: vertical;
  89. }
  90. .content .box .detail .detail-spe .copyband {
  91. display: -webkit-box;
  92. display: -webkit-flex;
  93. display: flex;
  94. float: right;
  95. -webkit-box-pack: center;
  96. -webkit-justify-content: center;
  97. justify-content: center;
  98. background-color: #f1f1f1;
  99. border-radius: 10rpx;
  100. line-height: 34rpx;
  101. font-size: 24rpx;
  102. color: #333;
  103. width: 168rpx;
  104. height: 34rpx;
  105. margin-top: 8rpx;
  106. }
  107. .content .box .detail .detail-item {
  108. display: -webkit-box;
  109. display: -webkit-flex;
  110. display: flex;
  111. -webkit-box-pack: justify;
  112. -webkit-justify-content: space-between;
  113. justify-content: space-between;
  114. -webkit-box-align: center;
  115. -webkit-align-items: center;
  116. align-items: center;
  117. line-height: 46rpx;
  118. color: #000;
  119. margin-top: 10rpx;
  120. }
  121. .content .box .detail .detail-item .copy {
  122. width: 168rpx;
  123. display: -webkit-box;
  124. display: -webkit-flex;
  125. display: flex;
  126. -webkit-box-pack: center;
  127. -webkit-justify-content: center;
  128. justify-content: center;
  129. background-color: #f1f1f1;
  130. border-radius: 10rpx;
  131. line-height: 34rpx;
  132. font-size: 24rpx;
  133. color: #333;
  134. padding: 0 24rpx;
  135. height: 34rpx;
  136. }
  137. .content .box .detail .phone {
  138. margin-left: 138rpx;
  139. height: 40rpx;
  140. color: #000;
  141. }
  142. .content .box .erweima {
  143. width: 362rpx;
  144. height: 362rpx;
  145. background: #0b9edd;
  146. margin: 26rpx auto;
  147. }
  148. .content .box .erweima image {
  149. height: 100%;
  150. width: 100%;
  151. }
  152. .content .box .zfb {
  153. font-size: 30rpx;
  154. font-family: PingFang SC;
  155. font-weight: bold;
  156. color: #0b9edd;
  157. margin-top: 36rpx;
  158. text-align: center;
  159. }
  160. .content .box .weixin {
  161. font-size: 30rpx;
  162. font-family: PingFang SC;
  163. font-weight: bold;
  164. color: #02974a;
  165. margin-top: 36rpx;
  166. text-align: center;
  167. }