木邻有你前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

177 lines
4.8 KiB

  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. .click-animation.data-v-247e4d67:active {
  16. -webkit-transform: scale(0.98);
  17. transform: scale(0.98);
  18. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.12);
  19. }
  20. /* 行为相关颜色 */
  21. /* 文字基本颜色 */
  22. /* 背景颜色 */
  23. /* 边框颜色 */
  24. /* 尺寸变量 */
  25. /* 文字尺寸 */
  26. /* 图片尺寸 */
  27. /* Border Radius */
  28. /* 水平间距 */
  29. /* 垂直间距 */
  30. /* 透明度 */
  31. /* 文章场景相关 */
  32. .profile-container.data-v-247e4d67 {
  33. min-height: 100vh;
  34. background-color: #f5f5f5;
  35. }
  36. .vertical-line.data-v-247e4d67 {
  37. width: 9rpx;
  38. height: 33rpx;
  39. background-color: #1488DB;
  40. margin-right: 20rpx;
  41. }
  42. .custom-navbar.data-v-247e4d67 {
  43. background: linear-gradient(90deg, #1488db 0%, #1488db 100%);
  44. padding-top: 25px;
  45. }
  46. .custom-navbar .navbar-content.data-v-247e4d67 {
  47. height: 88rpx;
  48. display: flex;
  49. align-items: center;
  50. justify-content: space-between;
  51. padding: 0 30rpx;
  52. }
  53. .custom-navbar .navbar-content .navbar-left .back-icon.data-v-247e4d67 {
  54. font-size: 40rpx;
  55. color: #ffffff;
  56. font-weight: bold;
  57. }
  58. .custom-navbar .navbar-content .navbar-title.data-v-247e4d67 {
  59. font-size: 36rpx;
  60. color: #ffffff;
  61. font-weight: 500;
  62. }
  63. .custom-navbar .navbar-content .navbar-right.data-v-247e4d67 {
  64. display: flex;
  65. gap: 20rpx;
  66. }
  67. .custom-navbar .navbar-content .navbar-right .more-icon.data-v-247e4d67,
  68. .custom-navbar .navbar-content .navbar-right .settings-icon.data-v-247e4d67 {
  69. font-size: 32rpx;
  70. color: #ffffff;
  71. }
  72. .section.data-v-247e4d67 {
  73. margin: 20rpx;
  74. background-color: #ffffff;
  75. border-radius: 20rpx;
  76. overflow: hidden;
  77. }
  78. .section .section-title.data-v-247e4d67 {
  79. display: flex;
  80. align-items: center;
  81. padding: 30rpx;
  82. border-bottom: 1rpx solid #f0f0f0;
  83. }
  84. .section .section-title .title-text.data-v-247e4d67 {
  85. font-size: 32rpx;
  86. font-weight: 500;
  87. color: #333333;
  88. }
  89. .avatar-section.data-v-247e4d67 {
  90. display: flex;
  91. flex-direction: column;
  92. align-items: center;
  93. padding: 40rpx 30rpx;
  94. border-bottom: 1rpx solid #f0f0f0;
  95. }
  96. .avatar-section .avatar-button.data-v-247e4d67 {
  97. padding: 0;
  98. margin: 0;
  99. background: transparent;
  100. border: none;
  101. outline: none;
  102. margin-bottom: 20rpx;
  103. }
  104. .avatar-section .avatar-button.data-v-247e4d67::after {
  105. border: none;
  106. }
  107. .avatar-section .avatar-button .avatar.data-v-247e4d67 {
  108. width: 160rpx;
  109. height: 160rpx;
  110. border-radius: 80rpx;
  111. border: 4rpx dashed #cccccc;
  112. }
  113. .avatar-section .avatar-tip.data-v-247e4d67 {
  114. font-size: 26rpx;
  115. color: #999999;
  116. }
  117. .info-item.data-v-247e4d67 {
  118. display: flex;
  119. align-items: center;
  120. justify-content: space-between;
  121. padding: 30rpx;
  122. border-bottom: 1rpx solid #f0f0f0;
  123. }
  124. .info-item.data-v-247e4d67:last-child {
  125. border-bottom: none;
  126. }
  127. .info-item .label.data-v-247e4d67 {
  128. font-size: 30rpx;
  129. color: #333333;
  130. font-weight: 500;
  131. width: 120rpx;
  132. }
  133. .info-item .value-container.data-v-247e4d67 {
  134. flex: 1;
  135. display: flex;
  136. align-items: center;
  137. justify-content: flex-end;
  138. }
  139. .info-item .value-container .nickname-input.data-v-247e4d67,
  140. .info-item .value-container .phone-input.data-v-247e4d67,
  141. .info-item .value-container .address-input.data-v-247e4d67 {
  142. width: 100%;
  143. text-align: right;
  144. font-size: 30rpx;
  145. color: #666666;
  146. border: none;
  147. outline: none;
  148. background: transparent;
  149. }
  150. .info-item .value-container .nickname-input.data-v-247e4d67::-webkit-input-placeholder, .info-item .value-container .phone-input.data-v-247e4d67::-webkit-input-placeholder, .info-item .value-container .address-input.data-v-247e4d67::-webkit-input-placeholder {
  151. color: #cccccc;
  152. }
  153. .info-item .value-container .nickname-input.data-v-247e4d67::placeholder,
  154. .info-item .value-container .phone-input.data-v-247e4d67::placeholder,
  155. .info-item .value-container .address-input.data-v-247e4d67::placeholder {
  156. color: #cccccc;
  157. }
  158. .save-section.data-v-247e4d67 {
  159. padding: 40rpx 20rpx;
  160. }
  161. .save-section .save-button.data-v-247e4d67 {
  162. width: 100%;
  163. height: 88rpx;
  164. background-color: #1488db;
  165. border-radius: 44rpx;
  166. border: none;
  167. outline: none;
  168. font-size: 32rpx;
  169. font-weight: 500;
  170. color: #ffffff;
  171. display: flex;
  172. align-items: center;
  173. justify-content: center;
  174. }
  175. .save-section .save-button.data-v-247e4d67::after {
  176. border: none;
  177. }