student.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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{
  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: absolute;
  134. top: 0;
  135. width: 750rpx;
  136. left: 750rpx;
  137. z-index: 3;
  138. }