index.wxss 757 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .content {
  2. align-items: center;
  3. justify-content: center;
  4. }
  5. .logo {
  6. height: 170rpx;
  7. width: 700rpx;
  8. margin-top: 10rpx;
  9. margin-left: 10rpx;
  10. margin-bottom: 50rpx;
  11. margin-right: 10rpx;
  12. }
  13. .uni-box-head {
  14. margin-right: 10rpx;
  15. margin-left: 10rpx;
  16. margin-bottom: 20rpx;
  17. }
  18. .uni-mt-5 {
  19. margin-left: 1.5%;
  20. margin-bottom: 40rpx
  21. }
  22. .options {
  23. display: flex;
  24. margin-bottom: 20rpx
  25. }
  26. .text {
  27. font-size: larger !important;
  28. margin-top: 5rpx;
  29. letter-spacing: 0.5px;
  30. }
  31. .noDucument {
  32. text-align: center;
  33. font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  34. font-size: 20px;
  35. font-weight: bold;
  36. color: red;
  37. margin-top: 40%;
  38. }
  39. .button-text {
  40. color: #fff;
  41. font-size: 12px;
  42. }
  43. .error-text {
  44. color: #f56c6c;
  45. }