图书馆小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1016 B

2 weeks ago
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .page.data-v-b237504c {
  5. padding: 40px 20px;
  6. }
  7. .form-box.data-v-b237504c {
  8. padding: 20px;
  9. }
  10. .form-box .item.data-v-b237504c {
  11. width: 100%;
  12. min-height: 42px;
  13. border-radius: 23px;
  14. background-color: #f7f7f7;
  15. border: 1px solid #f4f4f4;
  16. display: flex;
  17. flex-direction: row;
  18. align-items: center;
  19. justify-content: flex-start;
  20. margin-bottom: 20px;
  21. overflow: hidden;
  22. }
  23. .form-box .item .t-right-icon.data-v-b237504c {
  24. margin-right: 15px;
  25. margin-left: 0;
  26. }
  27. .form-box .item .input.data-v-b237504c {
  28. flex: 1;
  29. border-radius: 8px;
  30. padding: 12px 15px;
  31. font-size: 13px;
  32. }
  33. .login-btn.data-v-b237504c {
  34. margin-top: 20px;
  35. background-color: #01a4fe;
  36. border-radius: 23px;
  37. }
  38. .tips.data-v-b237504c {
  39. margin: 50px 30px;
  40. font-size: 11px;
  41. color: #000;
  42. line-height: 22px;
  43. }
  44. .form-icon.data-v-b237504c .uni-icons {
  45. margin-left: 10px;
  46. color: #01a4fe !important;
  47. }
  48. .form-right-icon.data-v-b237504c .uni-icons {
  49. margin-right: 10px;
  50. }