openMember.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. @charset "UTF-8";
  6. /**
  7. * 这里是uni-app内置的常用样式变量
  8. *
  9. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  10. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  11. *
  12. */
  13. /**
  14. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  15. *
  16. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  17. */
  18. /* 颜色变量 */
  19. /* 行为相关颜色 */
  20. /* 文字基本颜色 */
  21. /* 背景颜色 */
  22. /* 边框颜色 */
  23. /* 尺寸变量 */
  24. /* 文字尺寸 */
  25. /* 图片尺寸 */
  26. /* Border Radius */
  27. /* 水平间距 */
  28. /* 垂直间距 */
  29. /* 透明度 */
  30. /* 文章场景相关 */
  31. .handle-fix-box.data-v-8df83678 {
  32. width: 100%;
  33. height: 60px;
  34. padding: 10px 15px;
  35. position: fixed;
  36. z-index: 2;
  37. bottom: 0px;
  38. left: 0px;
  39. background-color: #FFFFFF;
  40. box-sizing: border-box;
  41. }
  42. .content.data-v-8df83678 {
  43. width: 100%;
  44. float: left;
  45. padding: 15px 15px 60px 15px;
  46. box-sizing: border-box;
  47. }
  48. .content .card-list.data-v-8df83678 {
  49. width: 100%;
  50. padding: 15px 20px;
  51. margin-bottom: 15px;
  52. float: left;
  53. background-color: #FFFFFF;
  54. border-radius: 15px;
  55. box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  56. position: relative;
  57. overflow: hidden;
  58. }
  59. .content .card-list .card-label.data-v-8df83678 {
  60. width: 100%;
  61. margin-bottom: 10px;
  62. float: left;
  63. font-size: 14px;
  64. }
  65. .content .card-list .card-num.data-v-8df83678 {
  66. width: 100%;
  67. float: left;
  68. font-size: 28px;
  69. line-height: 28px;
  70. color: #ff6e3e;
  71. }
  72. .content .card-list .card-icon.data-v-8df83678 {
  73. font-size: 100px;
  74. color: #ff6e3e;
  75. position: absolute;
  76. right: -15px;
  77. bottom: -15x;
  78. opacity: 0.5;
  79. }
  80. .content .class-card .class-content.data-v-8df83678 {
  81. padding: 10px 15px;
  82. display: -webkit-box;
  83. display: -webkit-flex;
  84. display: flex;
  85. -webkit-box-align: center;
  86. -webkit-align-items: center;
  87. align-items: center;
  88. position: relative;
  89. }
  90. .content .class-card .class-info-img.data-v-8df83678 {
  91. width: 60px;
  92. height: 60px;
  93. margin-right: 10px;
  94. }
  95. .content .class-card .class-info-content.data-v-8df83678 {
  96. -webkit-box-flex: 1;
  97. -webkit-flex: 1;
  98. flex: 1;
  99. }
  100. .content .class-card .class-info-label.data-v-8df83678 {
  101. font-size: 16px;
  102. color: #000000;
  103. word-break: break-all;
  104. margin-bottom: 5px;
  105. }
  106. .content .class-card .class-info-text.data-v-8df83678 {
  107. color: #999999;
  108. margin-bottom: 5px;
  109. }
  110. .content .student-box.data-v-8df83678 {
  111. max-height: 200px;
  112. padding: 0 15px;
  113. margin: 25px 0 0 0;
  114. box-sizing: border-box;
  115. overflow: auto;
  116. }
  117. .content .student-box.data-v-8df83678 .u-card__head {
  118. padding-bottom: 0px !important;
  119. }
  120. .content .canvas-container.data-v-8df83678 {
  121. width: 100%;
  122. height: 200px;
  123. }
  124. .content .handle-fix-box.data-v-8df83678 {
  125. height: 60px;
  126. text-align: center;
  127. }
  128. .content .handle-fix-box .contract-link.data-v-8df83678 {
  129. color: #ff6e3e;
  130. line-height: 25px;
  131. }