addteacher.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .addbox.data-v-f998c27c {
  18. padding: 24rpx 36rpx 180rpx;
  19. }
  20. .ftit.data-v-f998c27c {
  21. font-size: 30rpx;
  22. font-weight: 500;
  23. color: #666666;
  24. padding: 8rpx;
  25. margin-bottom: 16rpx;
  26. }
  27. .fbox.data-v-f998c27c {
  28. background: #FFFFFF;
  29. border-radius: 18rpx;
  30. padding: 12rpx 0;
  31. margin-bottom: 32rpx;
  32. }
  33. .fbox .addimg.data-v-f998c27c {
  34. width: 120rpx;
  35. height: 120rpx;
  36. }
  37. .fbox .ilrmgr.data-v-f998c27c {
  38. width: 14rpx;
  39. height: 24rpx;
  40. margin-left: 20rpx;
  41. flex: 0 0 auto;
  42. }
  43. .addbtn.data-v-f998c27c {
  44. height: 98rpx;
  45. width: 100%;
  46. background: #1f57e6;
  47. border-radius: 48rpx;
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. font-size: 34rpx;
  52. font-weight: 500;
  53. color: #FFFFFF;
  54. }
  55. .comboxl.data-v-f998c27c {
  56. min-height: 70rpx;
  57. padding: 15rpx 0rpx;
  58. box-sizing: border-box;
  59. line-height: 40rpx;
  60. flex: 1;
  61. }
  62. .comboxl textarea.data-v-f998c27c {
  63. width: 100%;
  64. font-size: 30rpx;
  65. color: #161616;
  66. text-align: right;
  67. }
  68. .imgs.data-v-f998c27c {
  69. display: flex;
  70. align-items: center;
  71. flex-wrap: wrap;
  72. justify-content: flex-end;
  73. }
  74. .imgs .photos.data-v-f998c27c {
  75. width: 120rpx;
  76. height: 120rpx;
  77. position: relative;
  78. margin: 0 0rpx 16rpx 16rpx;
  79. }
  80. .imgs .photos .rimg.data-v-f998c27c {
  81. width: 100%;
  82. height: 100%;
  83. }
  84. .imgs .photos .del.data-v-f998c27c {
  85. width: 36rpx;
  86. height: 36rpx;
  87. position: absolute;
  88. right: 0rpx;
  89. top: 0rpx;
  90. }
  91. .addbox.data-v-f998c27c .uni-forms {
  92. flex: 1;
  93. }
  94. .addbox.data-v-f998c27c .uni-forms-item__label {
  95. flex: 0 0 auto;
  96. width: auto !important;
  97. font-size: 32rpx;
  98. font-weight: bold;
  99. color: #161616;
  100. }
  101. .addbox.data-v-f998c27c .uni-forms .uni-forms-item {
  102. margin-bottom: 0;
  103. padding: 4rpx 32rpx;
  104. }
  105. .addbox.data-v-f998c27c .uni-easyinput {
  106. height: 70rpx;
  107. }
  108. .addbox.data-v-f998c27c .uni-forms-item__content {
  109. display: flex;
  110. align-items: center;
  111. flex-direction: row;
  112. }
  113. .addbox.data-v-f998c27c .uni-easyinput {
  114. flex: 1;
  115. text-align: right;
  116. }
  117. .addbox.data-v-f998c27c .uni-easyinput__placeholder-class {
  118. font-size: 30rpx;
  119. }
  120. .addbox.data-v-f998c27c .uni-easyinput__content-input {
  121. font-size: 30rpx;
  122. }
  123. .addbox.data-v-f998c27c .uni-forms-item__error {
  124. margin-top: -12rpx;
  125. left: auto;
  126. right: 0;
  127. }
  128. .addbox.data-v-f998c27c .uni-data-checklist .checklist-group .checklist-box {
  129. margin-right: 30rpx;
  130. }
  131. .addbox.data-v-f998c27c .uni-data-checklist .checklist-group {
  132. justify-content: flex-end;
  133. }