student_certification.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .box{
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. align-items: center;
  6. flex-direction: column;
  7. justify-content: center;
  8. }
  9. .topImage{
  10. width: 100%;
  11. height: 188rpx;
  12. }
  13. .top{
  14. width: 100%;
  15. display: flex;
  16. align-items: center;
  17. margin-top: 30rpx;
  18. padding-left:6% ;
  19. box-sizing: border-box;
  20. }
  21. .top .active{
  22. font-size: 36rpx;
  23. font-family: PingFang SC;
  24. font-weight: 800;
  25. color: #2A2A2A;
  26. }
  27. .top view {
  28. font-size: 30rpx;
  29. font-family: PingFang SC;
  30. font-weight: bold;
  31. color: #9C9C9C;
  32. width: 200rpx;
  33. display: flex;
  34. flex-direction: column;
  35. align-items: center;
  36. }
  37. .top view .back{
  38. width: 58rpx;
  39. height: 8rpx;
  40. background: #FF4C00;
  41. border-radius: 4rpx;
  42. margin-top: 10rpx;
  43. }
  44. .message{
  45. display: flex;
  46. flex-direction: column;
  47. width: 80%;
  48. margin-top: 30rpx;
  49. }
  50. .message view{
  51. display: flex;
  52. align-items: center;
  53. margin-top: 12rpx;
  54. }
  55. .message view text{
  56. margin-right: 10rpx;
  57. font-size: 40rpx;
  58. color: red;
  59. margin-top: 10rpx;
  60. }
  61. input{
  62. border-bottom: 2rpx solid #AAAAAA;
  63. height: 88rpx;
  64. line-height: 88rpx;
  65. width: 95%;
  66. font-size: 30rpx;
  67. }
  68. .place{
  69. font-size: 30rpx;
  70. }
  71. .upload{
  72. margin-top: 60rpx;
  73. width: 80%;
  74. display: flex;
  75. justify-content: space-between;
  76. align-items: center;
  77. }
  78. .upload text:nth-of-type(1){
  79. font-size: 36rpx;
  80. font-weight: 800;
  81. }
  82. .upload text:nth-of-type(2){
  83. font-size: 26rpx;
  84. }
  85. .up_load{
  86. width: 226rpx;
  87. height: 144rpx;
  88. display: flex;
  89. align-items: center;
  90. justify-content: center;
  91. margin: 20rpx 0rpx;
  92. }
  93. .text{
  94. margin-top: 30rpx;
  95. font-size: 26rpx;
  96. }
  97. .btn{
  98. width: 80%;
  99. height: 80rpx;
  100. display: flex;
  101. align-items: center;
  102. justify-content: center;
  103. background: #FF4C00;
  104. color: white;
  105. font-size: 30rpx;
  106. border-radius: 8rpx;
  107. margin-top: 40rpx;
  108. }
  109. .xieyi{
  110. font-size: 26rpx;
  111. padding-top: 10rpx;
  112. }