|
@@ -41,7 +41,7 @@
|
|
|
[v-cloak] {
|
|
|
display: none;
|
|
|
}
|
|
|
- @media screen and (max-width: 750px) {
|
|
|
+ /* @media screen and (max-width: 750px) {
|
|
|
html {
|
|
|
font-size: calc(100vw / 7.5);
|
|
|
}
|
|
@@ -50,12 +50,13 @@
|
|
|
html {
|
|
|
font-size: calc(750px / 7.5);
|
|
|
}
|
|
|
- }
|
|
|
+ } */
|
|
|
.phone-container {
|
|
|
color: #333333;
|
|
|
line-height: 1.5;
|
|
|
+ padding: 20px;
|
|
|
}
|
|
|
- .user-Agreement-content {
|
|
|
+ /* .user-Agreement-content {
|
|
|
font-size: 0.28rem;
|
|
|
line-height: 1.5;
|
|
|
text-align: justify;
|
|
@@ -77,13 +78,10 @@
|
|
|
}
|
|
|
h6 {
|
|
|
font-size: 0.27rem;
|
|
|
- }
|
|
|
- .phone-container {
|
|
|
- padding: 20px;
|
|
|
- }
|
|
|
+ } */
|
|
|
+
|
|
|
.phone-container p {
|
|
|
- font-size: 0.28rem;
|
|
|
- color: #333;
|
|
|
+ /* font-size: 0.28rem; */
|
|
|
}
|
|
|
.title {
|
|
|
text-align: center;
|