student.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. /* pages/student/student.wxss */
  2. .bgImg{
  3. width: 100%;
  4. background: #FA1E17;
  5. }
  6. .icon-img{
  7. height: 48rpx;
  8. margin-right: 16rpx;
  9. margin-left: 30rpx;
  10. margin-top: 18rpx;
  11. }
  12. image{
  13. display:block;
  14. }
  15. .btn-view{
  16. background: #FA1E17;
  17. padding: 40rpx 0;
  18. position: relative;
  19. }
  20. .btn-box{
  21. width: 700rpx;
  22. margin: 0 auto;
  23. padding: 40rpx 0;
  24. background: #FFF;
  25. border-radius: 20rpx;
  26. }
  27. .share-btn{
  28. width: 600rpx;
  29. margin: 40rpx auto;
  30. text-align: center;
  31. color: #FFF;
  32. background: linear-gradient(45deg, #FA2E17, #FB671E);
  33. height: 80rpx;
  34. line-height: 80rpx;
  35. border-radius: 50rpx;
  36. font-size: 32rpx;
  37. }
  38. .line{
  39. width: 100%;
  40. height: 1px;
  41. border-top: 1px dashed #ddd;
  42. margin: 70rpx 0;
  43. }
  44. .other-btn{
  45. width: 600rpx;
  46. margin: 40rpx auto;
  47. display: flex;
  48. justify-content: space-between;
  49. }
  50. .other-btn>view,.other-btn>button{
  51. display: flex;
  52. background: linear-gradient(45deg, #FA2E17, #FB671E);
  53. color: #FFF;
  54. font-size: 32rpx;
  55. width: 270rpx;
  56. height: 80rpx;
  57. line-height: 80rpx;
  58. border-radius: 50rpx;
  59. }
  60. .other-btn>view:last-child{
  61. background: linear-gradient(45deg, #FBA425, #FFC736);
  62. }
  63. .step-one{
  64. width: 50%;
  65. padding: 30rpx 25% 60rpx;
  66. }
  67. .step-two,.step-three{
  68. background: none;
  69. }
  70. .step-three{
  71. border-top: 20rpx solid #eee;
  72. width: 58%;
  73. padding: 20rpx 21%;
  74. }
  75. .left-radius{
  76. height: 30rpx;
  77. width: 30rpx;
  78. position: absolute;
  79. background: #FA1E17;
  80. top: 250rpx;
  81. border-radius: 100%;
  82. left: 15rpx;
  83. }
  84. .right-radius{
  85. height: 30rpx;
  86. width: 30rpx;
  87. position: absolute;
  88. background: #FA1E17;
  89. top: 250rpx;
  90. border-radius: 100%;
  91. right: 15rpx;
  92. }
  93. .total-view{
  94. display: flex;
  95. padding: 40rpx;
  96. height: 60rpx;
  97. margin-bottom: 20rpx;
  98. }
  99. .total-view view{
  100. margin: 0 auto;
  101. text-align: center;
  102. text-align: center;
  103. font-size: 36rpx;
  104. font-weight: 600;
  105. }
  106. .total-view view:last-child{
  107. color: #FA1E17;
  108. }
  109. .total-view text{
  110. display: block;
  111. display: block;
  112. font-weight: 400;
  113. font-size: 32rpx;
  114. color: #999;
  115. }
  116. .close-camera{
  117. position: absolute;
  118. z-index: 2;
  119. color: #FFF;
  120. font-size: 36rpx;
  121. padding: 25rpx;
  122. bottom: 60rpx;
  123. width: 300rpx;
  124. left: 50%;
  125. margin-left: -175rpx;
  126. text-align: center;
  127. height: 40rpx;
  128. line-height: 40rpx;
  129. background: #eee;
  130. color: #333;
  131. }
  132. .camera-view{
  133. position: fixed;
  134. top: 0;
  135. width: 750rpx;
  136. left: 750rpx;
  137. z-index: 3;
  138. }
  139. .sl {
  140. color: #ccc;
  141. padding: 0 2px;
  142. }
  143. .unit {
  144. color: #999;
  145. font-size: 0.9rem;
  146. }
  147. .shareImgBg{
  148. position: fixed;
  149. top: 0;
  150. height: 100%;
  151. background: #333;
  152. width: 750rpx;
  153. z-index: 2;
  154. opacity: 0.4;
  155. }
  156. .shareImg-view{
  157. width: 700rpx;
  158. height: 900rpx;
  159. position: fixed;
  160. top:50rpx;
  161. left: 25rpx;
  162. z-index: 3;
  163. }
  164. .shareImg-view image{
  165. height: 100%;
  166. width: 100%;
  167. }
  168. .code-img{
  169. background: #FFF;
  170. width: 200rpx !important;
  171. height: 200rpx !important;
  172. position: absolute;
  173. bottom: 60rpx;
  174. left: 50%;
  175. margin-left: -100rpx;
  176. }
  177. .shareImg-btn{
  178. width: 700rpx;
  179. background: #FFF;
  180. padding: 25rpx 0;
  181. margin: 20rpx 0;
  182. position: fixed;
  183. z-index: 3;
  184. display: flex;
  185. }
  186. .shareImg-btn image{
  187. width: 100rpx;
  188. height: 100rpx;
  189. margin-left: 25rpx;
  190. margin-bottom: 10rpx;
  191. }
  192. .shareImg-btn>view{
  193. margin: 0 auto;
  194. }
  195. .edit-view{
  196. text-align: center;
  197. width: 150rpx;
  198. font-size: 32rpx;
  199. }
  200. .downloadBtn{
  201. width: 150rpx !important;
  202. background: #FFF;
  203. text-align: center;
  204. padding: 0;
  205. font-weight: 400;
  206. font-size: 32rpx;
  207. }
  208. .shareBtn{
  209. width: 270rpx !important;
  210. margin-left: 0 !important;
  211. text-align: center;
  212. padding: 0;
  213. font-weight: 400;
  214. font-size: 32rpx;
  215. }
  216. .shareCodeImg-view{
  217. position: fixed;
  218. z-index: 3;
  219. background: #FFF;
  220. width: 700rpx;
  221. height: 600rpx;
  222. top: 50%;
  223. margin-top: -350rpx;
  224. left: 25rpx;
  225. text-align: center;
  226. font-size: 36rpx;
  227. }
  228. .shareCodeImg-view image{
  229. width: 400rpx;
  230. height: 400rpx;
  231. margin: 50rpx 150rpx;
  232. }