Commit 68d3286a authored by 罗超's avatar 罗超

1

parent 345e59a6
......@@ -26,4 +26,8 @@ body,
.bg-brand {
background: #45766D !important;
}
.q-btn{
margin: 0 0.5vw !important;
border: 1px solid #D2D7DD !important;
}
</style>
......@@ -190,10 +190,12 @@ export default {
width: 11.666vw;
height: 4.843vw;
font-size: 0.729vw;
text-align: justify;
text-align-last: left;
overflow: hidden;
// font-family: Microsoft YaHei;
color: #999999;
line-height: 1.354vw;
line-height: 1.3vw;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
......@@ -203,10 +205,13 @@ export default {
}
.tea_desc2 {
width: 100%;
font-size: 0.729vw;
font-family: Microsoft YaHei;
font-weight: 400;
color: #ffffff;
text-align: justify;
text-align-last: left;
}
.slideItem2 {
width: 13.541vw;
......
......@@ -481,11 +481,4 @@ export default {
justify-content: center;
align-items: center;
}
</style>
<style >
.q-btn{
margin: 0 0.5vw;
border: 1px solid #D2D7DD;
}
</style>
\ No newline at end of file
......@@ -326,7 +326,4 @@ export default {
justify-content: center;
align-items: center;
}
.q-btn {
border: 1px solid #d2d7dd;
}
</style>
\ No newline at end of file
......@@ -4,7 +4,7 @@
<!-- 教育产品 -->
<div class="edu_con">
<div class="edu_name">教育产品</div>
<div class="edu_subname">副标题</div>
<div class="edu_subname"></div>
<div class="inputBox">
<q-input
v-model="msg.CourseName"
......@@ -226,9 +226,6 @@ export default {
justify-content: center;
align-items: center;
}
.q-btn{
border: 1px solid #D2D7DD;
}
.nodata{
text-align: center;
}
......
......@@ -17,7 +17,7 @@
<div class="ljzx">立即咨询</div>
</div>
<div class="advisory_info2" v-if="showKeFu">
<q-img src="" spinner-color="white" class="ewm" />
<q-img src="../../assets/images/index/mini_code.jpg" spinner-color="white" class="ewm" />
<div class="info">
<q-img
src="../../assets/images/mediaCenter/logo.png"
......@@ -141,7 +141,6 @@ export default {
.ewm {
width: 4.6875vw;
height: 4.6875vw;
background-color: #000;
}
.info{
width: 7vw;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment