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

style调整

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