student.wxss 4.6 KB

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