top-box.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. .no-login.data-v-183afcac {
  28. margin-top: 15rpx;
  29. display: flex;
  30. }
  31. .no-login .avatar image.data-v-183afcac {
  32. width: 70rpx;
  33. height: 70rpx;
  34. margin: 0 20rpx;
  35. }
  36. .no-login .context.data-v-183afcac {
  37. color: #58be6b;
  38. font-size: 32rpx;
  39. font-weight: bold;
  40. line-height: 70rpx;
  41. }
  42. .login.data-v-183afcac {
  43. margin-top: 15rpx;
  44. display: flex;
  45. position: relative;
  46. }
  47. .login .avatar image.data-v-183afcac:first-child {
  48. width: 110rpx;
  49. height: 110rpx;
  50. margin-left: 30rpx;
  51. margin-right: 10rpx;
  52. border-radius: 50%;
  53. }
  54. .login .edit.data-v-183afcac {
  55. width: 36rpx;
  56. height: 36rpx;
  57. position: absolute;
  58. left: 100rpx;
  59. bottom: 5rpx;
  60. }
  61. .login .info.data-v-183afcac {
  62. display: flex;
  63. flex-direction: column;
  64. height: 100rpx;
  65. justify-content: space-between;
  66. padding-top: 10rpx;
  67. margin-left: 5rpx;
  68. }
  69. .login .info .top.data-v-183afcac {
  70. display: flex;
  71. }
  72. .login .info .top .join.data-v-183afcac {
  73. display: flex;
  74. margin-left: 12rpx;
  75. position: relative;
  76. }
  77. .login .info .top .join image.data-v-183afcac {
  78. width: 42rpx;
  79. height: 48rpx;
  80. position: absolute;
  81. }
  82. .login .info .top .join .days.data-v-183afcac {
  83. background-color: #f5f5f5;
  84. height: 44rpx;
  85. padding: 0 20rpx;
  86. margin-left: 20rpx;
  87. margin-top: 5rpx;
  88. border-top-right-radius: 20rpx;
  89. border-bottom-right-radius: 20rpx;
  90. font-size: 24rpx;
  91. color: #86909c;
  92. line-height: 44rpx;
  93. }
  94. .login .info .top .name.data-v-183afcac {
  95. color: #1d2129;
  96. font-size: 36rpx;
  97. font-weight: bold;
  98. }
  99. .login .info .phone.data-v-183afcac {
  100. display: flex;
  101. font-size: 24rpx;
  102. color: #86909c;
  103. line-height: 36rpx;
  104. }
  105. .login .info .phone image.data-v-183afcac {
  106. width: 36rpx;
  107. height: 36rpx;
  108. }