teach_detail.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. /* 申请类型 */
  2. .request_type{
  3. width: 750rpx;
  4. height: 137rpx;
  5. opacity: 0.9;
  6. background: rgba(255, 255, 255, 1);
  7. font-weight: 400;
  8. }
  9. .type_title{
  10. position: absolute;
  11. margin: 20rpx 0 0 20rpx;
  12. font-size: 32rpx;
  13. line-height: 46rpx;
  14. color: rgba(0, 0, 0, 1);
  15. }
  16. .type_time{
  17. position: absolute;
  18. margin: 72rpx 0 0 20rpx;
  19. font-size: 24rpx;
  20. line-height: 35rpx;
  21. color: rgba(153, 153, 153, 1);
  22. }
  23. .type_zhuang{
  24. position: absolute;
  25. margin: 31rpx 0 0 576rpx;
  26. width: 154rpx;
  27. height: 72rpx;
  28. border-radius: 9rpx;
  29. background: rgba(225, 245, 244, 1);
  30. font-size: 31rpx;
  31. line-height: 72rpx;
  32. color: rgba(9, 101, 98, 1);
  33. text-align: center;
  34. }
  35. .type_zhuang2{
  36. position: absolute;
  37. margin: 31rpx 0 0 576rpx;
  38. width: 154rpx;
  39. height: 72rpx;
  40. border-radius: 9rpx;
  41. background: rgba(245, 228, 228, 1);
  42. font-size: 31rpx;
  43. line-height: 72rpx;
  44. color: rgba(212, 48, 48, 1);
  45. text-align: center;
  46. }
  47. .type_zhuang3{
  48. position: absolute;
  49. margin: 31rpx 0 0 576rpx;
  50. width: 154rpx;
  51. height: 72rpx;
  52. border-radius: 9rpx;
  53. background: rgba(247, 231, 215, 1);
  54. font-size: 31rpx;
  55. line-height: 72rpx;
  56. color: rgba(255, 141, 26, 1);
  57. text-align: center;
  58. }
  59. /* 申请内容 */
  60. .request_detail{
  61. margin-top: 20rpx;
  62. width: 750rpx;
  63. height: 428rpx;
  64. opacity: 0.9;
  65. background: rgba(255, 255, 255, 1);
  66. }
  67. .uni-forms{
  68. margin-left: 20px;
  69. }
  70. .uni-forms-item[data-v-61dfc0d0] {
  71. position: relative;
  72. display: flex;
  73. margin-bottom: 0px;
  74. flex-direction: row;
  75. }
  76. /* 名称 */
  77. .uni-forms-item__label {
  78. display: contents;
  79. flex-direction: row;
  80. align-items: center;
  81. text-align: left;
  82. font-size: 28rpx;
  83. font-family: PingFang SC-Regular, PingFang SC;
  84. font-weight: 400;
  85. color: rgba(0, 0, 0, 1);
  86. height: 46rpx;
  87. line-height: 88rpx;
  88. padding: 0 12rpx 0 0;
  89. vertical-align: middle;
  90. flex-shrink: 0;
  91. box-sizing: border-box;
  92. }
  93. .uni-input{
  94. margin-right: 10px;
  95. height: 36px;
  96. line-height: 44px;
  97. text-align: right;
  98. }
  99. .form-line{
  100. position: absolute;
  101. width: 356px;
  102. height: 1rpx;
  103. background: rgba(230, 230, 230, 1);
  104. border-radius: 0px 0px 0px 0px;
  105. opacity: 1;
  106. }
  107. /* 申请备注 */
  108. .request_remark{
  109. padding-left: 20px;
  110. margin-top: 20rpx;
  111. width: 750rpx;
  112. height: 277rpx;
  113. opacity: 0.9;
  114. background: rgba(255, 255, 255, 1);
  115. }
  116. .liyou{
  117. margin-left: 0rpx;
  118. margin-top: -10rpx;
  119. width: 690rpx;
  120. height: 98px;
  121. opacity: 1;
  122. border-radius: 10rpx;
  123. }
  124. .textsrea-txt{
  125. position: absolute;
  126. margin-left: 317px;
  127. margin-top: -57rpx;
  128. font-size: 28rpx;
  129. font-weight: 400;
  130. color: rgba(128, 128, 128, 1);
  131. }
  132. /* 审批意见 */
  133. .option_title{
  134. margin:21rpx 0 0 19rpx;
  135. font-size: 32rpx;
  136. font-weight: 500;
  137. color: rgba(0, 0, 0, 1);
  138. }
  139. .request_list{
  140. margin-top: 27rpx;
  141. width: 750rpx;
  142. height: 208rpx;
  143. opacity: 0.9;
  144. background: rgba(255, 255, 255, 1);
  145. }
  146. .uni-textarea-placeholder {
  147. width: 690rpx;
  148. height: 120px;
  149. color: grey;
  150. left: 0rpx;
  151. top: 22rpx;
  152. overflow: hidden;
  153. }
  154. .uni-textarea-textarea {
  155. width: 690rpx;
  156. height: 120px;
  157. resize: none;
  158. background: none;
  159. color: rgba(128, 128, 128, 1);
  160. opacity: 1;
  161. font: inherit;
  162. line-height: inherit;
  163. letter-spacing: inherit;
  164. text-align: inherit;
  165. text-indent: inherit;
  166. text-transform: inherit;
  167. text-shadow: inherit;
  168. }
  169. /* textarea框 */
  170. .is-input-border {
  171. display: flex;
  172. box-sizing: border-box;
  173. flex-direction: row;
  174. width: 382px;
  175. height: 104px;
  176. align-items: baseline;
  177. border: 0px solid #F0F0F0;
  178. background: #F7F8FA;
  179. border-radius: 5rpx 5rpx 5rpx 5rpx;
  180. opacity: 1;
  181. -webkit-filter: blur(undefinedpx);
  182. filter: blur(undefinedpx);
  183. }
  184. .submit-disagree{
  185. margin: 46rpx 0 0 24rpx;
  186. width: 310rpx;
  187. height: 74rpx;
  188. border-radius: 12rpx;
  189. border: 1rpx solid rgba(0, 97, 255, 1);
  190. font-size: 28rpx;
  191. line-height: 74rpx;
  192. color: rgba(0, 97, 255, 1);
  193. text-align: center;
  194. float: left;
  195. }
  196. .submit-agree{
  197. margin: 46rpx 0 0 382rpx;
  198. width: 310rpx;
  199. height: 74rpx;
  200. border-radius: 12rpx;
  201. background: rgba(0, 97, 255, 1);
  202. font-size: 28rpx;
  203. line-height: 74rpx;
  204. color: rgba(255, 255, 255, 1);
  205. text-align: center;
  206. }