mine.wxss 3.3 KB

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