card.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .center {
  12. border: 20rpx solid #e01a1c;
  13. min-height: 600px;
  14. }
  15. .flex {
  16. display: -webkit-box;
  17. display: -webkit-flex;
  18. display: flex;
  19. -webkit-box-pack: justify;
  20. -webkit-justify-content: space-between;
  21. justify-content: space-between;
  22. -webkit-box-align: center;
  23. -webkit-align-items: center;
  24. align-items: center;
  25. }
  26. page {
  27. width: 100%;
  28. height: 100%;
  29. margin: 0;
  30. padding: 0;
  31. }
  32. .bg {
  33. width: 100%;
  34. height: 100%;
  35. position: absolute;
  36. left: 0;
  37. top: 0;
  38. padding: 20rpx;
  39. }
  40. .bg .imgBox {
  41. width: 100%;
  42. }
  43. .top {
  44. -webkit-box-orient: vertical;
  45. -webkit-box-direction: normal;
  46. -webkit-flex-direction: column;
  47. flex-direction: column;
  48. width: 100%;
  49. }
  50. .top image {
  51. width: 312rpx;
  52. height: 312rpx;
  53. border-color: linear-gradient(0deg, #e01a1c, #e01a1c);
  54. border-radius: 50%;
  55. margin-top: 85rpx;
  56. }
  57. .top .china-font {
  58. z-index: 0;
  59. width: 100%;
  60. font-size: 62rpx;
  61. padding-left: 20rpx;
  62. letter-spacing: 20rpx;
  63. font-family: Swei Fist Leg CJK SC;
  64. font-weight: bold;
  65. color: #e01a1c;
  66. line-height: 1;
  67. margin-top: 19rpx;
  68. text-align: center;
  69. }
  70. .top .english-font {
  71. margin-top: 14rpx;
  72. z-index: 0;
  73. letter-spacing: -1.9rpx;
  74. width: 100%;
  75. font-size: 20rpx;
  76. font-weight: bold;
  77. color: #e01a1c;
  78. text-align: center;
  79. }
  80. .top .fgx {
  81. margin-top: 25rpx;
  82. z-index: 0;
  83. width: 625rpx;
  84. border-bottom: 1rpx dashed #e01a1c;
  85. }
  86. .buttom {
  87. -webkit-box-orient: vertical;
  88. -webkit-box-direction: normal;
  89. -webkit-flex-direction: column;
  90. flex-direction: column;
  91. }
  92. .buttom .item {
  93. z-index: 0;
  94. margin: 0 auto;
  95. margin-top: 20rpx;
  96. width: 532rpx;
  97. border: 1rpx solid #e01a1c;
  98. border-radius: 38rpx;
  99. -webkit-box-pack: start;
  100. -webkit-justify-content: flex-start;
  101. justify-content: flex-start;
  102. }
  103. .buttom .item .home_img {
  104. height: 58rpx;
  105. width: 58rpx;
  106. margin: 8rpx 13rpx;
  107. }
  108. .buttom .item .text {
  109. display: inline-block;
  110. padding-left: 75rpx;
  111. letter-spacing: 1.2rpx;
  112. font-size: 25rpx;
  113. font-weight: bold;
  114. text-align: center;
  115. }
  116. .buttom .item .text .text1 {
  117. padding-left: 60rpx;
  118. }
  119. .buttom .map {
  120. margin-top: 25rpx;
  121. background-color: #ffffff;
  122. z-index: 0;
  123. width: 517rpx;
  124. border: 2rpx solid #ea3638;
  125. line-height: 0;
  126. }
  127. .buttom .map .map-box {
  128. width: 513rpx;
  129. height: 286rpx;
  130. background: #ffffff;
  131. }
  132. .buttom .map .map-font {
  133. height: 90rpx;
  134. padding: 0 20rpx;
  135. -webkit-box-pack: justify;
  136. -webkit-justify-content: space-between;
  137. justify-content: space-between;
  138. }
  139. .buttom .map .map-font .font-left {
  140. font-family: PingFang SC;
  141. font-weight: bold;
  142. font-size: 29rpx;
  143. color: #333333;
  144. line-height: 1;
  145. }
  146. .buttom .map .map-font .font-right {
  147. border-radius: 10rpx;
  148. overflow: hidden;
  149. background-color: #1593ff;
  150. }
  151. .buttom .map .map-font .font-right image {
  152. width: 120rpx;
  153. height: 45rpx;
  154. }
  155. .buttom .qrcode {
  156. width: 517rpx;
  157. }
  158. .buttom .qrcode image {
  159. width: 517rpx;
  160. margin: 20rpx 0 36rpx;
  161. }
  162. .popup_row {
  163. width: 100%;
  164. height: 500rpx;
  165. background-color: #FFFFFF;
  166. border-radius: 20rpx 20rpx 0 0;
  167. display: -webkit-box;
  168. display: -webkit-flex;
  169. display: flex;
  170. -webkit-box-pack: center;
  171. -webkit-justify-content: center;
  172. justify-content: center;
  173. -webkit-box-align: center;
  174. -webkit-align-items: center;
  175. align-items: center;
  176. }
  177. .popup_row .rows {
  178. width: 100%;
  179. padding: 0 24rpx;
  180. }
  181. .popup_row .rows .rows-item {
  182. height: 80rpx;
  183. line-height: 80rpx;
  184. text-align: center;
  185. width: 100%;
  186. font-size: 32rpx;
  187. color: #303133;
  188. }