todayEnroll.wxss 2.8 KB

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