anchor.component.scss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .content {
  2. height: 100vh;
  3. width: 100%;
  4. background-image: url("https://file-cloud.fmode.cn/uiZD6NisQm/20220831/g1bkbm102855.png") !important;
  5. background-repeat: no-repeat;
  6. background-position: center top;
  7. background-size: 100% 100%;
  8. --background: #ffffff00;
  9. --padding-bottom: 100px;
  10. .edit-room {
  11. // padding: 10px;
  12. width: 370px;
  13. margin: 0 auto;
  14. background: white;
  15. border-radius: 6px;
  16. margin-top: 10px;
  17. .row {
  18. padding: 6px;
  19. margin-bottom: 4px;
  20. .title {
  21. color: black;
  22. margin-bottom: 4px;
  23. }
  24. ion-input {
  25. background-color: #f3f3f3;
  26. --padding-end: 4px;
  27. --padding-start: 4px;
  28. }
  29. ion-textarea {
  30. background-color: #f3f3f3;
  31. --padding-end: 4px;
  32. --padding-start: 4px;
  33. }
  34. }
  35. }
  36. }
  37. .agreement {
  38. width: 84vw;
  39. height: 13.333vw;
  40. display: flex;
  41. align-items: flex-start;
  42. justify-content: center;
  43. font-size: 14px;
  44. font-weight: 400;
  45. color: #9f9f9f;
  46. margin: auto;
  47. margin-top: 6.667vw;
  48. span {
  49. color: #3f51b5;
  50. }
  51. .agreement-content {
  52. margin-left: 2.667vw;
  53. // width: 90%;
  54. }
  55. ion-checkbox {
  56. --background: #108ee9;
  57. // --border-color: #fff;
  58. // --border-color-checked: #fff;
  59. --background-checked: #108ee9;
  60. }
  61. }
  62. .submit {
  63. position: fixed;
  64. bottom: 8vw;
  65. width: 80%;
  66. height: 10.6667vw;
  67. font-size: 4.2667vw;
  68. color: white;
  69. margin: 0 10%;
  70. // background-color: #fe4d54;
  71. background: #0054e9;
  72. border-radius: 10px;
  73. z-index: 9;
  74. }