userInfo.wxss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .container {
  13. height: auto;
  14. min-height: 100%;
  15. background-color: #ff9ba7;
  16. }
  17. .container {
  18. padding-top: 50rpx;
  19. padding-bottom: 130rpx;
  20. position: relative;
  21. }
  22. .alertChargeBox .alertCharge {
  23. justify-content: flex-start;
  24. flex-wrap: wrap;
  25. padding: 30rpx;
  26. }
  27. .alertChargeBox .alertCharge .chargeItem {
  28. width: 25%;
  29. text-align: center;
  30. position: relative;
  31. height: 180rpx;
  32. padding: 40rpx;
  33. margin: 20rpx 0;
  34. }
  35. .alertChargeBox .alertCharge .chargeItem.actionCharge {
  36. border: 1px solid #d7272b;
  37. border-radius: 10rpx;
  38. }
  39. .alertChargeBox .alertCharge .chargeItem .chargeImgIcon {
  40. position: absolute;
  41. top: 10rpx;
  42. right: 10rpx;
  43. font-size: 18rpx;
  44. font-weight: bold;
  45. color: #ffffff;
  46. border-top-right-radius: 90rpx;
  47. border-top-left-radius: 90rpx;
  48. border-bottom-right-radius: 90rpx;
  49. padding: 5rpx 15rpx;
  50. background-color: #d7272b;
  51. }
  52. .alertChargeBox .alertCharge .chargeItem .chargeTextBox {
  53. position: absolute;
  54. bottom: 10rpx;
  55. right: 0;
  56. left: 0;
  57. justify-content: center;
  58. color: #223438;
  59. font-size: 24rpx;
  60. text-align: center;
  61. }
  62. .alertChargeBox .alertCharge .chargeItem .chargeTextBox .chargeIcon {
  63. width: 35rpx;
  64. height: 35rpx;
  65. margin-right: 10rpx;
  66. }
  67. .alertChargeBox .alertCharge .chargeItem .chargeImgBox .chargeImg {
  68. width: 77rpx;
  69. }
  70. .alertChargeBox .chargeButtom {
  71. padding: 30rpx;
  72. background-color: #fff6f6;
  73. }
  74. .alertChargeBox .chargeButtom .left {
  75. font-weight: bold;
  76. flex-grow: 1;
  77. justify-content: flex-start;
  78. }
  79. .alertChargeBox .chargeButtom .left .chargeIcon {
  80. width: 40rpx;
  81. height: 40rpx;
  82. }
  83. .alertChargeBox .chargeButtom .left .num {
  84. margin-left: 10rpx;
  85. color: #16363a;
  86. font-size: 30rpx;
  87. }
  88. .alertChargeBox .chargeButtom .left .tip {
  89. margin-left: 10rpx;
  90. color: #d82a2e;
  91. font-size: 24rpx;
  92. }
  93. .alertChargeBox .chargeButtom .right {
  94. background-color: #d7272b;
  95. color: #ffffff;
  96. border-radius: 99rpx;
  97. padding: 5rpx 40rpx;
  98. font-size: 26rpx;
  99. }
  100. .alertAddBox {
  101. background: #ff9ba7;
  102. position: fixed;
  103. bottom: 0;
  104. left: 0;
  105. right: 0;
  106. padding: 20rpx 30rpx;
  107. z-index: 1;
  108. }
  109. .alertAddBox .textAlertBox {
  110. flex-shrink: 0;
  111. text-align: center;
  112. font-size: 28rpx;
  113. color: #ffffff;
  114. padding-right: 20rpx;
  115. }
  116. .alertAddBox .textAlertBox .psBox {
  117. font-size: 40rpx;
  118. font-weight: bold;
  119. }
  120. .alertAddBox .textAlertBox .psBox .psImgIcon {
  121. margin-right: 10rpx;
  122. width: 30rpx;
  123. }
  124. .alertAddBox .addUser {
  125. flex-grow: 1;
  126. background: #d7272b;
  127. border: 1px solid #170911;
  128. border-radius: 7px;
  129. line-height: 1;
  130. font-size: 31rpx;
  131. font-weight: bold;
  132. color: #ffffff;
  133. text-align: center;
  134. padding: 30rpx;
  135. line-height: 24rpx;
  136. }
  137. .topImg {
  138. width: 100%;
  139. }
  140. .contentBox {
  141. position: relative;
  142. width: 0px;
  143. min-width: 100%;
  144. margin-bottom: 32rpx;
  145. }
  146. .contentBox .btoomBg {
  147. background-color: #ffffff;
  148. min-height: 50vh;
  149. height: 100%;
  150. position: absolute;
  151. top: 32rpx;
  152. right: 30rpx;
  153. left: 42rpx;
  154. }
  155. .contentBox .topBg {
  156. position: relative;
  157. margin-left: 30rpx;
  158. margin-right: 42rpx;
  159. box-shadow: 3px 5rpx 3rpx 0rpx rgba(4, 0, 0, 0.15);
  160. line-height: 0;
  161. min-height: 100%;
  162. }
  163. .contentBox .topBg .leftIcon {
  164. position: absolute;
  165. top: 30rpx;
  166. left: -30rpx;
  167. width: 100rpx;
  168. }
  169. .contentBox .topBg .tpConent {
  170. background: #ffffff;
  171. line-height: 1;
  172. min-height: 50vh;
  173. padding-top: 15px;
  174. padding-bottom: 11px;
  175. }
  176. .contentBox .topBg .tpConent .detail {
  177. color: #333333;
  178. font-size: 32rpx;
  179. text-align: center;
  180. font-weight: bold;
  181. padding: 30rpx 0;
  182. }
  183. .contentBox .topBg .tpConent .detailText {
  184. line-height: 1.5;
  185. padding: 30rpx;
  186. color: #666666;
  187. }
  188. .contentBox .topBg .tpConent .userImg {
  189. padding: 40rpx 30rpx;
  190. text-align: center;
  191. }
  192. .contentBox .topBg .tpConent .userImg .imgBox {
  193. position: relative;
  194. width: 100%;
  195. height: 100%;
  196. }
  197. .contentBox .topBg .tpConent .userImg .imgBox .img {
  198. width: 100%;
  199. height: 100%;
  200. }
  201. .contentBox .topBg .tpConent .userImg .imgBox .company {
  202. position: absolute;
  203. bottom: 0;
  204. left: 0;
  205. right: 0;
  206. background: #262626;
  207. opacity: 0.6;
  208. color: #ffffff;
  209. font-size: 30rpx;
  210. padding: 10rpx 0;
  211. text-align: center;
  212. line-height: 1.5;
  213. }
  214. .contentBox .topBg .tpConent .tip {
  215. color: #0109ac;
  216. text-align: center;
  217. font-size: 26rpx;
  218. font-weight: bold;
  219. padding: 30rpx;
  220. line-height: 1.5;
  221. }
  222. .contentBox .topBg .tpConent .userType {
  223. color: #FFC103;
  224. font-weight: bold;
  225. padding-top: 32rpx;
  226. justify-content: center;
  227. }
  228. .contentBox .topBg .tpConent .userType .typeIcon {
  229. width: 120rpx;
  230. }
  231. .contentBox .topBg .tpConent .userType .typeItem {
  232. padding: 0 1em;
  233. }
  234. .contentBox .topBg .tpConent .titleUser {
  235. padding-top: 50rpx;
  236. color: #d7272b;
  237. font-size: 50rpx;
  238. font-weight: bold;
  239. text-align: center;
  240. }
  241. .contentBox .topBg .tpConent .borderV {
  242. border-top: 1px solid #f3f3f3;
  243. border-bottom: 1px solid #f3f3f3;
  244. }
  245. .contentBox .topBg .tpConent .tjContent {
  246. margin-top: 10rpx;
  247. padding-top: 30rpx;
  248. padding-bottom: 30rpx;
  249. justify-content: space-around;
  250. text-align: center;
  251. }
  252. .contentBox .topBg .tpConent .tjContent .tjItem .topText {
  253. font-size: 50rpx;
  254. font-weight: bold;
  255. color: #d7272b;
  256. }
  257. .contentBox .topBg .tpConent .tjContent .tjItem .topText .iconTip {
  258. font-size: 20rpx;
  259. }
  260. .contentBox .topBg .tpConent .tjContent .tjItem .bottomText {
  261. margin-top: 10rpx;
  262. font-size: 24rpx;
  263. font-family: PingFang SC;
  264. font-weight: 500;
  265. color: #333333;
  266. }
  267. .u-countdown-item {
  268. padding: 10rpx;
  269. border-radius: 8rpx;
  270. overflow: hidden;
  271. }
  272. .alertBox {
  273. padding-bottom: 40rpx;
  274. }
  275. .alertBox .titleImg {
  276. width: 100%;
  277. z-index: -1;
  278. }
  279. .alertBox .title {
  280. text-align: center;
  281. font-size: 36rpx;
  282. font-weight: bold;
  283. color: #333333;
  284. margin-top: -80rpx;
  285. }
  286. .alertBox .titleTip {
  287. text-align: center;
  288. font-size: 24rpx;
  289. font-weight: bold;
  290. color: #808080;
  291. }
  292. .alertBox .lxTtem {
  293. margin: 0 40rpx;
  294. padding: 30rpx 0;
  295. border-bottom: 1px solid #ebebeb;
  296. }
  297. .alertBox .lxTtem .leftTitle {
  298. justify-content: start;
  299. width: 43rpx;
  300. flex-grow: 1;
  301. color: #333333;
  302. font-size: 28rpx;
  303. }
  304. .alertBox .lxTtem .leftTitle .leftImgTip {
  305. flex-shrink: 0;
  306. height: 30rpx;
  307. margin-right: 20rpx;
  308. }
  309. .alertBox .lxTtem .rightTip {
  310. border: 1px solid #d7272b;
  311. opacity: 0.5;
  312. border-radius: 50%;
  313. width: 32rpx;
  314. height: 32rpx;
  315. justify-content: center;
  316. }
  317. .alertBox .lxTtem .rightTip .xzTip {
  318. width: 20rpx;
  319. height: 20rpx;
  320. border-radius: 99rpx;
  321. background-color: #d7272b;
  322. }
  323. .alertBox .pushtyle {
  324. background: #d7272b;
  325. box-shadow: 0px 16rpx 16rpx 0px rgba(215, 39, 43, 0.5);
  326. border-radius: 10rpx;
  327. color: #ffffff;
  328. font-size: 28rpx;
  329. font-weight: bold;
  330. text-align: center;
  331. padding: 20rpx 0;
  332. margin: 0 40rpx;
  333. margin-top: 40rpx;
  334. }