index.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. view.data-v-00a6f349 {
  5. box-sizing: border-box;
  6. }
  7. .container.data-v-00a6f349 {
  8. background: #fff;
  9. min-height: 100vh;
  10. }
  11. .parmasBox.data-v-00a6f349 {
  12. margin-top: 40rpx;
  13. padding: 0 30rpx;
  14. }
  15. .parmasBox .titleBox.data-v-00a6f349 {
  16. background: #F0F1F4;
  17. background: linear-gradient(90deg, #F0F1F4, #fff);
  18. height: 62rpx;
  19. width: 60%;
  20. border-radius: 32rpx 0rpx 0rpx 0rpx;
  21. font-size: 32rpx;
  22. font-family: SourceHanSansCN, SourceHanSansCN;
  23. font-weight: bold;
  24. color: #333333;
  25. display: flex;
  26. align-items: center;
  27. padding-left: 32rpx;
  28. position: relative;
  29. }
  30. .parmasBox .titleBox .starIcon.data-v-00a6f349 {
  31. width: 24rpx;
  32. height: 24rpx;
  33. position: absolute;
  34. right: 150rpx;
  35. top: 0;
  36. }
  37. .parmasBox .inputBox.data-v-00a6f349 {
  38. width: 100%;
  39. min-height: 452rpx;
  40. background: #F0F1F4;
  41. border-radius: 0rpx 32rpx 32rpx 32rpx;
  42. padding: 40rpx 32rpx;
  43. font-size: 30rpx;
  44. font-family: PingFang-SC, PingFang-SC;
  45. font-weight: 500;
  46. }
  47. .parmasBox .inputBox .selAndTileBox.data-v-00a6f349 {
  48. display: flex;
  49. align-items: center;
  50. justify-content: space-between;
  51. }
  52. .parmasBox .inputBox .selAndTileBox .selBtn.data-v-00a6f349 {
  53. width: 28%;
  54. height: 108rpx;
  55. background: #FFFFFF;
  56. border-radius: 20rpx;
  57. font-size: 30rpx;
  58. font-family: PingFang-SC, PingFang-SC;
  59. font-weight: 500;
  60. color: #333333;
  61. display: flex;
  62. align-items: center;
  63. justify-content: center;
  64. }
  65. .parmasBox .inputBox .nickname.data-v-00a6f349 {
  66. height: 108rpx;
  67. background: #FFFFFF;
  68. border-radius: 20rpx;
  69. display: flex;
  70. align-items: center;
  71. justify-content: space-between;
  72. padding: 0 24rpx;
  73. width: 100%;
  74. }
  75. .parmasBox .inputBox .nickname .arrIcon.data-v-00a6f349 {
  76. width: 12rpx;
  77. height: 20rpx;
  78. }
  79. .data-v-00a6f349 .u-popup__content {
  80. border-radius: 20rpx 20rpx 0rpx 0rpx !important;
  81. }
  82. .otherBox.data-v-00a6f349 {
  83. margin-top: 24rpx;
  84. display: flex;
  85. flex-wrap: wrap;
  86. justify-content: space-between;
  87. }
  88. .otherBox .item.data-v-00a6f349 {
  89. height: 108rpx;
  90. background: #FFFFFF;
  91. border-radius: 20rpx;
  92. display: flex;
  93. align-items: center;
  94. justify-content: space-between;
  95. padding: 0 24rpx;
  96. width: 45%;
  97. margin-bottom: 24rpx;
  98. }
  99. .otherBox .item .arrIcon.data-v-00a6f349 {
  100. width: 12rpx;
  101. height: 20rpx;
  102. }
  103. .otherBox .item.data-v-00a6f349:nth-child(3), .otherBox .item.data-v-00a6f349:nth-child(4) {
  104. margin-bottom: 0rpx;
  105. }
  106. .btnBox.data-v-00a6f349 {
  107. height: 176rpx;
  108. background: #FFFFFF;
  109. box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0, 0, 0, 0.05);
  110. border-radius: 32rpx 32rpx 0rpx 0rpx;
  111. position: fixed;
  112. bottom: 0;
  113. width: 100%;
  114. padding-left: 30rpx;
  115. padding-right: 30rpx;
  116. padding-top: 32rpx;
  117. }
  118. .btnBox .btn.data-v-00a6f349 {
  119. height: 96rpx;
  120. background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
  121. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 122, 255, 0.2);
  122. border-radius: 54rpx;
  123. display: flex;
  124. justify-content: center;
  125. align-items: center;
  126. font-size: 32rpx;
  127. font-family: SourceHanSansCN, SourceHanSansCN;
  128. font-weight: bold;
  129. color: #FFFFFF;
  130. }