teachAuthentication.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /* pages/teachAuthentication/teachAuthentication.wxss */
  2. .teachContainer{
  3. margin-left: 20rpx;
  4. }
  5. .input-item{
  6. display: flex;
  7. height: 100rpx;
  8. line-height: 100rpx;
  9. margin-right: 20rpx;
  10. border-bottom: 1rpx solid gray;
  11. }
  12. /* 输入框样式 */
  13. .userInput{
  14. height: 100rpx;
  15. line-height: 100rpx;
  16. padding-left: 20rpx;
  17. }
  18. /* 姓名输入样式 */
  19. .input-name{
  20. display: flex;
  21. flex-direction: column;
  22. margin-right: 20rpx;
  23. margin-top: 20rpx;
  24. border-bottom: 1rpx solid gray;
  25. }
  26. .input-yourName{
  27. display: flex;
  28. height: 100rpx;
  29. line-height: 100rpx;
  30. }
  31. .input-yourName .userInput{
  32. width: 170rpx;
  33. margin-right: 30rpx;
  34. }
  35. .input-yourName .input-ming{
  36. height: 100rpx;
  37. line-height: 100rpx;
  38. width: 300rpx;
  39. }
  40. /* 身份证照片样式 */
  41. .idCard{
  42. position: relative;
  43. }
  44. .idImag-tit{
  45. display: block;
  46. margin-top: 20rpx;
  47. }
  48. /* 说明文字样式 */
  49. .explain{
  50. display: block;
  51. font-size: 26rpx;
  52. color: gray;
  53. margin: 10rpx 0 10rpx 10rpx;
  54. }
  55. .idImagUp{
  56. display: flex;
  57. justify-content: space-around;
  58. margin-left: -20rpx;
  59. }
  60. .idImag{
  61. display: flex;
  62. flex-direction: column;
  63. width: 45%;
  64. }
  65. .idImgContainer{
  66. height: 200rpx;
  67. width: 100%;
  68. border: 1rpx solid gray;
  69. }
  70. .idImag .iconfont{
  71. display: block;
  72. /* height: 200rpx; */
  73. /* border: 1rpx solid red; */
  74. line-height: 200rpx;
  75. font-size: 100rpx;
  76. color: gray;
  77. margin-bottom: 20rpx;
  78. }
  79. .idImag text{
  80. margin-top: 10rpx;
  81. text-align: center;
  82. }
  83. /* 毕业证,学生证,头像 */
  84. .myCard,
  85. .myHead{
  86. display: flex;
  87. margin: 20rpx 0;
  88. flex-direction: column;
  89. }
  90. .ImgContainer{
  91. width: 50%;
  92. height: 200rpx;
  93. border: 1rpx solid gray;
  94. }
  95. .myCard .iconfont,
  96. .myHead .iconfont{
  97. display: block;
  98. line-height: 200rpx;
  99. font-size: 100rpx;
  100. color: gray;
  101. margin-top: 20rpx;
  102. text-align: center;
  103. }
  104. /* 老师身份属性、学历 */
  105. .idAttribute,
  106. .education{
  107. display: flex;
  108. height: 100rpx;
  109. line-height: 100rpx;
  110. margin-right: 20rpx;
  111. border-bottom: 1rpx solid gray;
  112. }
  113. .idAttribute-container,
  114. .education-container{
  115. display: flex;
  116. width: 80%;
  117. }
  118. .teachAttribute,
  119. .teachEducation{
  120. padding-left: 20rpx;
  121. }
  122. /* 老师身份属性和学历列表空白区 */
  123. .mask{
  124. z-index: 2;
  125. background-color: rgba(0,0,0,.3);
  126. position: fixed;
  127. top: 0;
  128. left: 0;
  129. right: 0;
  130. bottom: 0;
  131. }
  132. /* 老师身份属性内容区 */
  133. .idAttr-wrapper,
  134. .edu-wrapper{
  135. z-index: 3;
  136. width: 100%;
  137. /* height: 500rpx; */
  138. background-color: #fff;
  139. position: fixed;
  140. bottom: 0;
  141. }
  142. .idAttr-title,
  143. .edu-title
  144. {
  145. background-color: rgb(230,230, 230);
  146. display: flex;
  147. height: 80rpx;
  148. line-height: 80rpx;
  149. align-content: center;
  150. justify-content: space-between;
  151. padding-right: 40rpx;
  152. padding-left: 40rpx;
  153. }
  154. .idAttr-content,
  155. .edu-content{
  156. width: 100%;
  157. height: 80rpx;
  158. display: flex;
  159. align-items: center;
  160. justify-content: space-around;
  161. border-bottom: 1rpx solid gray;
  162. }
  163. .idAttr-content image,
  164. .edu-content image{
  165. width: 50rpx;
  166. height: 50rpx;
  167. }
  168. /* 籍贯输入样式 */
  169. .input-jiguan{
  170. display: flex;
  171. height: 100rpx;
  172. line-height: 100rpx;
  173. }
  174. .input-jiguan input{
  175. width: 130rpx;
  176. padding-left: 10rpx;
  177. }
  178. /* 提交审核按钮样式 */
  179. .submit{
  180. margin-top: 40rpx;
  181. }
  182. /* 底部空白区域 */
  183. .blank{
  184. height: 50rpx;
  185. }