set_avatar.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .containar.data-v-703e08b4 {
  28. height: 100vh;
  29. background: #fff;
  30. display: flex;
  31. flex-direction: column;
  32. padding: 0 30rpx;
  33. padding-top: 30rpx;
  34. }
  35. .containar .infoList.data-v-703e08b4 {
  36. display: flex;
  37. width: 100%;
  38. justify-content: space-between;
  39. border-bottom: #F2F3F5 solid 1px;
  40. padding: 30rpx 0rpx;
  41. align-items: center;
  42. }
  43. .containar .infoList text.data-v-703e08b4 {
  44. font-weight: 600;
  45. color: #1D2129;
  46. line-height: 35rpx;
  47. font-size: 30rpx;
  48. font-family: PingFang SC-Regular, PingFang SC;
  49. }
  50. .containar .infoList .dayu image.data-v-703e08b4 {
  51. width: 36rpx;
  52. height: 36rpx;
  53. }
  54. .containar .infoList .lastText.data-v-703e08b4 {
  55. color: #C9CDD3;
  56. padding-right: 35rpx;
  57. }
  58. .containar .avatarUrl.data-v-703e08b4 {
  59. display: flex;
  60. justify-content: center;
  61. justify-items: center;
  62. }
  63. .containar .avatarUrl button.data-v-703e08b4 {
  64. background: #fff;
  65. line-height: 80rpx;
  66. height: 110rpx;
  67. margin: 0;
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. border: none;
  72. }
  73. .containar .avatarUrl button .refreshIcon.data-v-703e08b4 {
  74. height: 110rpx;
  75. width: 110rpx;
  76. border-radius: 50%;
  77. }
  78. .containar .avatarUrl button.data-v-703e08b4::after {
  79. border: none;
  80. }
  81. .containar .weui-input.data-v-703e08b4 {
  82. padding-left: 60rpx;
  83. color: #86909C;
  84. font-weight: 500;
  85. text-align: right;
  86. }
  87. .containar .btn.data-v-703e08b4 {
  88. width: 100%;
  89. padding: 0 20rpx;
  90. box-sizing: border-box;
  91. }
  92. .containar .btn .btn-sub.data-v-703e08b4 {
  93. margin: 80rpx auto 0;
  94. height: 90rpx;
  95. background: #58be6b;
  96. border-radius: 45rpx;
  97. line-height: 90rpx;
  98. text-align: center;
  99. font-size: 36rpx;
  100. color: #fff;
  101. }