room-manage.component.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .content {
  2. height: 100vh;
  3. width: 100%;
  4. background-image: url("https://file-cloud.fmode.cn/Qje9D4bqol/20241220/b313ov054708770.png") !important;
  5. background-repeat: no-repeat;
  6. background-position: center top;
  7. background-size: 100% 100%;
  8. --background:#ffffff00;
  9. .edit-room{
  10. // padding: 2.5641vw;
  11. width: 94.8718vw;
  12. margin: 0 auto;
  13. background: white;
  14. border-radius: 1.5385vw;
  15. margin-top: 2.5641vw;
  16. .row{
  17. padding: 1.5385vw;
  18. margin-bottom: 1.0256vw;
  19. .title{
  20. color: black;
  21. margin-bottom: 1.0256vw;
  22. }
  23. ion-input {
  24. background-color: #f3f3f3;
  25. --padding-end:1.0256vw;
  26. --padding-start:1.0256vw;
  27. }
  28. ion-textarea{
  29. background-color: #f3f3f3;
  30. --padding-end:1.0256vw;
  31. --padding-start:1.0256vw;
  32. }
  33. .input-num{
  34. border: none;
  35. background: #f3f3f3;
  36. padding: 1.0256vw;
  37. outline: none;
  38. width: 150px;
  39. }
  40. }
  41. }
  42. }
  43. .submit {
  44. position: fixed;
  45. bottom: 8vw;
  46. width: 80%;
  47. height: 10.6667vw;
  48. font-size: 4.2667vw;
  49. color: white;
  50. margin: 0 10%;
  51. background-color: #fe4d54;
  52. border-radius: 2.5641vw;
  53. z-index: 1;
  54. }