|
@@ -804,7 +804,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
|
|
|
|
|
|
.form-cencal,
|
|
|
.form-confirm {
|
|
|
- background: #70B74F;
|
|
|
+ background: #3E86FF;
|
|
|
border: none;
|
|
|
width: 96px;
|
|
|
height: 38px;
|
|
@@ -815,7 +815,6 @@ body div ::-webkit-scrollbar-resizer:vertical {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.form-btn,
|
|
|
.copy-btn {
|
|
|
display: flex;
|
|
@@ -832,7 +831,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
|
|
|
}
|
|
|
|
|
|
.copy-message {
|
|
|
- background: #3F80C9;
|
|
|
+ background: #3085E4;
|
|
|
color: #fff;
|
|
|
border: none;
|
|
|
width: 120px;
|
|
@@ -870,10 +869,10 @@ body div ::-webkit-scrollbar-resizer:vertical {
|
|
|
.roomNumber {
|
|
|
margin: 10px 0 30px 0;
|
|
|
font-size: 12px;
|
|
|
+ color: #3085E4;
|
|
|
}
|
|
|
|
|
|
.roomNumber {
|
|
|
- color: #4A86CB;
|
|
|
font-size: 24px;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
@@ -921,7 +920,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
-.person{
|
|
|
+.person {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: flex-start;
|