mine.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. page.data-v-dcbcfe34 {
  28. margin: 0;
  29. padding: 0;
  30. box-sizing: border-box;
  31. }
  32. .mineBox.data-v-dcbcfe34 {
  33. width: 100%;
  34. }
  35. .mineBox .userInformation.data-v-dcbcfe34 {
  36. width: 100%;
  37. height: 100px;
  38. padding: 0 18px;
  39. background-color: white;
  40. display: flex;
  41. justify-content: flex-start;
  42. align-items: center;
  43. }
  44. .mineBox .userInformation .userAvatar.data-v-dcbcfe34 {
  45. flex: 1;
  46. height: 80%;
  47. display: flex;
  48. align-items: center;
  49. }
  50. .mineBox .userInformation .userAvatar image.data-v-dcbcfe34 {
  51. width: 65px;
  52. height: 65px;
  53. }
  54. .mineBox .userInformation .userInfo.data-v-dcbcfe34 {
  55. margin-left: 10px;
  56. flex: 4;
  57. height: 80%;
  58. display: flex;
  59. flex-direction: column;
  60. justify-content: space-evenly;
  61. }
  62. .mineBox .userInformation .userInfo .infoTextone.data-v-dcbcfe34 {
  63. display: flex;
  64. align-items: center;
  65. }
  66. .mineBox .userInformation .userInfo .infoTextone ._span.data-v-dcbcfe34:first-child {
  67. color: #000;
  68. font-size: 40rpx;
  69. font-weight: 600;
  70. }
  71. .mineBox .userInformation .userInfo .infoTextone ._span.manage.data-v-dcbcfe34 {
  72. width: 63rpx;
  73. padding: 2rpx;
  74. font-size: 20rpx;
  75. color: #FFA338;
  76. border: 1px solid #FFA338;
  77. border-radius: 4rpx;
  78. margin-left: 5px;
  79. }
  80. .mineBox .userInformation .userInfo .infoTexttwo ._span.data-v-dcbcfe34 {
  81. color: #999999;
  82. font-size: 26rpx;
  83. }
  84. .mineBox .userOptionsBox.data-v-dcbcfe34 {
  85. width: 100%;
  86. margin-top: 10px;
  87. }
  88. .mineBox .userOptionsBox .optionsItemBox.data-v-dcbcfe34 {
  89. background-color: #fff;
  90. width: 100%;
  91. margin-bottom: 10px;
  92. padding: 5px 23px;
  93. }
  94. .mineBox .userOptionsBox .optionsItemBox .optionItem.data-v-dcbcfe34 {
  95. display: flex;
  96. justify-content: space-between;
  97. align-items: center;
  98. height: 81rpx;
  99. font-size: 28rpx;
  100. }
  101. .mineBox .userOptionsBox .optionsItemBox .optionItem .option_left.data-v-dcbcfe34 {
  102. display: flex;
  103. align-items: center;
  104. height: 40rpx;
  105. }
  106. .mineBox .userOptionsBox .optionsItemBox .optionItem .option_left .option_icon.data-v-dcbcfe34 {
  107. height: 100%;
  108. width: 40rpx;
  109. }
  110. .mineBox .userOptionsBox .optionsItemBox .optionItem .option_left .option_icon image.data-v-dcbcfe34 {
  111. width: 100%;
  112. height: 100%;
  113. }
  114. .mineBox .userOptionsBox .optionsItemBox .optionItem .option_left .option_text.data-v-dcbcfe34 {
  115. margin-left: 10px;
  116. }
  117. .mineBox .userOptionsBox .optionsItemBox .optionItem .option_right.data-v-dcbcfe34 {
  118. height: 40rpx;
  119. }
  120. .mineBox .userOptionsBox .optionsItemBox .optionItem .option_right image.data-v-dcbcfe34 {
  121. height: 32rpx;
  122. width: 32rpx;
  123. }