config.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .title{padding: 20rpx 20rpx 0 20rpx;color: #000;font-size: 32rpx;}
  2. .set_From{padding: 20rpx 20rpx 0 20rpx;border-radius: 25rpx;}
  3. .pz_info{margin: 20rpx 20rpx 0 20rpx;padding: 14rpx 32rpx 14rpx 32rpx;background: #ffffff;border-radius: 25rpx;}
  4. .pz_info_item{ font-size: 28rpx; line-height: 38rpx; padding: 12px 0; display: flex; justify-content: space-between;}
  5. .pz_info_label{ color: #999999;}
  6. .pz_info_val{ color: #333333;}
  7. .pz_info_form{ display: flex; justify-content: space-between;align-items: center;line-height: 120rpx;background: #ffffff; padding: 0 32rpx; font-size: 30rpx; color: #333333;}
  8. .pz_info_form input{height: 120rpx; width: 100%; flex: auto; text-align: right; color: #999999;}
  9. .pz_info_form view{ flex: none;}
  10. .pz_info_form text{ flex: none; color: #999999;}
  11. .reg_form_btn{ width: 610rpx; display: block; line-height: 80rpx; margin:100rpx auto auto auto; border-radius: 10rpx;box-shadow: 0 12rpx 18rpx 0 rgba(45, 89, 230, 0.27); position: fixed; bottom: 60rpx; left: 70rpx;}
  12. .pz_info_foot{ text-align: center; line-height: 36rpx; height: 108rpx; font-size: 26rpx; color: #B4B4B4; margin-top: 100rpx;}
  13. .prem_win {
  14. position: fixed;
  15. top: 0;
  16. left: 0;
  17. bottom: 0;
  18. right: 0;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. z-index: 99;
  23. background-color: rgba(0, 0, 0, 0.48);
  24. }
  25. .prem_win_mid {
  26. width: 588rpx;
  27. height: 470rpx;
  28. text-align: center;
  29. border-radius: 24rpx;
  30. background: #ffffff;
  31. position: relative;
  32. padding-top: 80rpx;
  33. }
  34. .prem_win_close {
  35. position: absolute;
  36. top: 40rpx;
  37. right: 45rpx;
  38. }
  39. .prem_win_tit {
  40. font-size: 35rpx;
  41. color: #222222;
  42. padding: 87rpx 0 50rpx 0;
  43. }
  44. .successImg{
  45. width: 140rpx;
  46. height: 160rpx;
  47. }
  48. .prem_win_mid > text{
  49. display: block;
  50. color: #333333;
  51. font-weight: 600;
  52. font-size: 34rpx;
  53. }
  54. .prem_win_mid > .textMsg{
  55. color: #999999;
  56. font-size: 28rpx;
  57. padding-top: 10rpx;
  58. padding-bottom: 42rpx;
  59. }
  60. .prem_win_mid > .butMsg{
  61. color: #2D59E6;
  62. font-size: 34rpx;
  63. padding: 26rpx 0;
  64. border-top: 2rpx solid #D8D8D8;
  65. }