setting.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /* pages/setting/setting.wxss */
  2. .setting_card {
  3. margin: 20rpx 0 0 0;
  4. }
  5. .setting_item {
  6. display: flex;
  7. align-items: center;
  8. justify-content: space-between;
  9. font-size: 28rpx;
  10. color: #333333;
  11. background: #ffffff;
  12. line-height: 120rpx;
  13. padding: 0 60rpx 0 30rpx;
  14. border-top: 1px solid #F8F8F8;
  15. }
  16. .setting_item:first-child {
  17. border: none;
  18. }
  19. .prem_win {
  20. position: fixed;
  21. top: 0;
  22. left: 0;
  23. bottom: 0;
  24. right: 0;
  25. display: flex;
  26. align-items: center;
  27. justify-content: center;
  28. z-index: 1;
  29. background-color: rgba(0, 0, 0, 0.48);
  30. }
  31. .prem_win_mid {
  32. width: 588rpx;
  33. height: 360rpx;
  34. text-align: center;
  35. border-radius: 24rpx;
  36. background: #ffffff;
  37. position: relative;
  38. }
  39. .prem_win_close {
  40. position: absolute;
  41. top: 40rpx;
  42. right: 45rpx;
  43. }
  44. .prem_win_tit {
  45. font-size: 35rpx;
  46. color: #222222;
  47. padding: 87rpx 0 50rpx 0;
  48. }
  49. .prem_win_inps {
  50. display: flex;
  51. justify-content: center;
  52. position: absolute;
  53. bottom: 113rpx;
  54. left: 0;
  55. right: 0;
  56. z-index: 0;
  57. }
  58. .prem_win_inps input {
  59. width: 60rpx;
  60. height: 60rpx;
  61. border: 1px solid #CCCCCC;
  62. margin: 0 6rpx;
  63. }
  64. .prem_win_inps input.prem_win_inps_vl {
  65. font-size: 20rpx;
  66. border: 1px solid var(--color);
  67. }
  68. .prem_win_inpt {
  69. height: 62rpx;
  70. opacity: 0;
  71. position: absolute;
  72. bottom: 113rpx;
  73. left: 0;
  74. right: 0;
  75. z-index: 1;
  76. color: transparent;
  77. }