提交 a65230c2 authored 作者: matian's avatar matian

style调整

上级 f5907005
......@@ -78,7 +78,6 @@ textarea:focus {
body {
min-width: 375px;
font-size: 14px;
/* background-color: #fff; */
font-family: 'Source Han Sans CN', 'PingFang SC', -apple-system, 'Microsoft YaHei', 'Helvetica', 'Arial', Verdana,
'Hiragino Sans GB', 'Wenquanyi Micro Hei', sans-serif;
padding: 0;
......@@ -88,7 +87,7 @@ body {
@media (min-width: 768px) {
html {
font-size: 100px;
background-color: #F8F8F8;
background-color: #ffffff !important;
}
}
......@@ -96,7 +95,7 @@ body {
@media (max-width: 768px) {
html {
font-size: 50px;
background-color: #F8F8F8;
background-color: #F8F8F8 !important;
}
}
......
......@@ -302,12 +302,12 @@ const handleBuy = () => {
}
.con_list {
.list_item {
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
ul {
padding-left: 20px;
align-self: flex-start;
li {
list-style-type: square;
......@@ -336,6 +336,7 @@ const handleBuy = () => {
color: #b79c6d;
text-align: center;
margin-top: 21px;
cursor: pointer;
}
}
}
......
......@@ -255,8 +255,10 @@ const changeProtocol = () => {
</div>
</div>
<div class="pay_con">
<div class="pay_phone">
课程提醒将发送到您的手机:<i style="font-weight: bold">13900012345</i>
<div class="pay_phone" v-if="user?.isLogin">
课程提醒将发送到您的手机:<i style="font-weight: bold">{{
user?.mobile
}}</i>
</div>
<div class="pay_line"></div>
<div class="pay_mode">
......@@ -481,6 +483,7 @@ const changeProtocol = () => {
font-size: 0.24rem;
color: #e3a232 !important;
margin-top: 0.02rem;
cursor: pointer;
}
}
.left_desc {
......@@ -624,6 +627,7 @@ const changeProtocol = () => {
font-size: 16px;
font-weight: 400;
margin-top: -1px;
cursor: pointer;
}
}
.left_desc {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论