workbench.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /* pages/workbench/workbench.wxss */
  2. .work-content {
  3. background-color: #F7F7F7;
  4. padding-top: 1rpx;
  5. position: relative;
  6. }
  7. .notice {
  8. width: 100%;
  9. height: 68rpx;
  10. font-size: 26rpx;
  11. color: #333333;
  12. text-align: center;
  13. line-height: 68rpx;
  14. background-color:rgba(69, 166, 181, 0.2);
  15. }
  16. .account-info {
  17. width: 690rpx;
  18. height: 160rpx;
  19. margin: 20rpx auto 0;
  20. background: #FFFFFF;
  21. border-radius: 20rpx;
  22. }
  23. .left {
  24. width: 70%;
  25. }
  26. .right {
  27. width: 30%;
  28. }
  29. .half {
  30. height: 100%;
  31. }
  32. .head-img {
  33. width: 80rpx;
  34. height: 80rpx;
  35. border-radius: 50%;
  36. margin: 0 14rpx 0 20rpx;
  37. }
  38. .username {
  39. font-size: 30rpx;
  40. font-weight: bold;
  41. color: #333333;
  42. }
  43. .usernum {
  44. font-size: 26rpx;
  45. font-weight: 400;
  46. color: #999999;
  47. }
  48. .basetext {
  49. font-size: 26rpx;
  50. font-weight: 400;
  51. color: #45A6B5;
  52. text-align: right;
  53. }
  54. .arror {
  55. width: 14rpx;
  56. height: 25rpx;
  57. margin: 0 20rpx;
  58. }
  59. .right {
  60. display: flex;
  61. justify-content: flex-end;
  62. align-items: center;
  63. }
  64. .reauth-btn {
  65. width: 196rpx;
  66. height: 60rpx;
  67. background: #45A6B5;
  68. border-radius: 10rpx;
  69. margin-right: 20rpx;
  70. }
  71. .tips {
  72. width: 690rpx;
  73. margin: 40rpx auto 20rpx;
  74. font-size: 30rpx;
  75. font-weight: bold;
  76. color: #333333;
  77. text-align: center;
  78. }
  79. .main-scan {
  80. margin-top: 312rpx;
  81. }
  82. .scanicon {
  83. width: 320rpx;
  84. height: 320rpx;
  85. margin: 0 auto;
  86. }
  87. .camera {
  88. width: 100%;
  89. height: calc(100% - 200rpx);
  90. }
  91. .overlay {
  92. position: absolute;
  93. top: 0;
  94. background-color: rgba(0,0,0,0.3);
  95. display: flex;
  96. justify-content: center;
  97. align-items: center;
  98. }
  99. .modal {
  100. width: 558rpx;
  101. height: 584rpx;
  102. background: #FFFFFF;
  103. border-radius: 20rpx;
  104. }
  105. .title {
  106. font-size: 30rpx;
  107. font-weight: bold;
  108. color: #333333;
  109. text-align: center;
  110. margin-top: 20rpx;
  111. margin-bottom: 40rpx;
  112. }
  113. .info {
  114. font-size: 30rpx;
  115. font-weight: 400;
  116. color: #333333;
  117. text-indent: 48rpx;
  118. margin-bottom: 20rpx;
  119. }
  120. .bold {
  121. font-size: 48rpx;
  122. font-weight: bold;
  123. }
  124. .use-num {
  125. font-size: 32rpx;
  126. font-weight: bold;
  127. }
  128. .age {
  129. margin-bottom: 10rpx;
  130. }
  131. .btn {
  132. margin-top: 50rpx;
  133. }
  134. .itt-btn {
  135. width: 210rpx;
  136. height: 68rpx;
  137. border-radius: 10rpx;
  138. }
  139. .cancel {
  140. margin: 0 40rpx 0 48rpx;
  141. background-color: #fff;
  142. color: #333333;
  143. border: 1rpx solid #333333;
  144. }