1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .content {
- height: 100vh;
- width: 100%;
- background-image: url("https://file-cloud.fmode.cn/uiZD6NisQm/20220831/g1bkbm102855.png") !important;
- background-repeat: no-repeat;
- background-position: center top;
- background-size: 100% 100%;
- --background: #ffffff00;
- --padding-bottom: 100px;
- .edit-room {
- // padding: 10px;
- width: 370px;
- margin: 0 auto;
- background: white;
- border-radius: 6px;
- margin-top: 10px;
- .row {
- padding: 6px;
- margin-bottom: 4px;
- .title {
- color: black;
- margin-bottom: 4px;
- }
- ion-input {
- background-color: #f3f3f3;
- --padding-end: 4px;
- --padding-start: 4px;
- }
- ion-textarea {
- background-color: #f3f3f3;
- --padding-end: 4px;
- --padding-start: 4px;
- }
- }
- }
- }
- .agreement {
- width: 84vw;
- height: 13.333vw;
- display: flex;
- align-items: flex-start;
- justify-content: center;
- font-size: 14px;
- font-weight: 400;
- color: #9f9f9f;
- margin: auto;
- margin-top: 6.667vw;
- span {
- color: #3f51b5;
- }
- .agreement-content {
- margin-left: 2.667vw;
- // width: 90%;
- }
- ion-checkbox {
- --background: #108ee9;
- // --border-color: #fff;
- // --border-color-checked: #fff;
- --background-checked: #108ee9;
- }
- }
- .submit {
- position: fixed;
- bottom: 8vw;
- width: 80%;
- height: 10.6667vw;
- font-size: 4.2667vw;
- color: white;
- margin: 0 10%;
- // background-color: #fe4d54;
- background: #0054e9;
- border-radius: 10px;
- z-index: 9;
- }
|