workbench.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /* pages/workbench/workbench.wxss */
  2. .work-content {
  3. background-color: #F7F7F7;
  4. padding-top: 1rpx;
  5. position: relative;
  6. }
  7. .account-info {
  8. width: 690rpx;
  9. height: 160rpx;
  10. margin: 20rpx auto 0;
  11. background: #FFFFFF;
  12. border-radius: 20rpx;
  13. }
  14. .half {
  15. width: 50%;
  16. height: 100%;
  17. }
  18. .head-img {
  19. width: 80rpx;
  20. height: 80rpx;
  21. border-radius: 50%;
  22. margin: 0 14rpx 0 20rpx;
  23. }
  24. .username {
  25. font-size: 30rpx;
  26. font-weight: bold;
  27. color: #333333;
  28. }
  29. .usernum {
  30. font-size: 26rpx;
  31. font-weight: 400;
  32. color: #999999;
  33. }
  34. .basetext {
  35. font-size: 26rpx;
  36. font-weight: 400;
  37. color: #45A6B5;
  38. text-align: right;
  39. }
  40. .arror {
  41. width: 14rpx;
  42. height: 25rpx;
  43. margin: 0 20rpx;
  44. }
  45. .right {
  46. display: flex;
  47. justify-content: flex-end;
  48. align-items: center;
  49. }
  50. .tips {
  51. width: 690rpx;
  52. margin: 40rpx auto 20rpx;
  53. font-size: 30rpx;
  54. font-weight: bold;
  55. color: #333333;
  56. }
  57. .camera {
  58. width: 100%;
  59. height: calc(100% - 200rpx);
  60. }
  61. .overlay {
  62. position: absolute;
  63. top: 0;
  64. background-color: rgba(0,0,0,0.3);
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. }
  69. .modal {
  70. width: 558rpx;
  71. height: 584rpx;
  72. background: #FFFFFF;
  73. border-radius: 20rpx;
  74. }
  75. .title {
  76. font-size: 30rpx;
  77. font-weight: bold;
  78. color: #333333;
  79. text-align: center;
  80. margin-top: 20rpx;
  81. margin-bottom: 40rpx;
  82. }
  83. .info {
  84. font-size: 30rpx;
  85. font-weight: 400;
  86. color: #333333;
  87. text-indent: 48rpx;
  88. margin-bottom: 20rpx;
  89. }
  90. .bold {
  91. font-size: 48rpx;
  92. font-weight: bold;
  93. }
  94. .age {
  95. margin-bottom: 10rpx;
  96. }
  97. .btn {
  98. margin-top: 50rpx;
  99. }
  100. .itt-btn {
  101. width: 210rpx;
  102. height: 68rpx;
  103. border-radius: 10rpx;
  104. }
  105. .cancel {
  106. margin: 0 40rpx 0 48rpx;
  107. background-color: #fff;
  108. color: #333333;
  109. border: 1rpx solid #333333;
  110. }