Commit eb7c20ff by 林家欣

修改首页调整后的样式50%

parent 7faf34f8
...@@ -3,7 +3,7 @@ import { ...@@ -3,7 +3,7 @@ import {
} from "../fetch.js" } from "../fetch.js"
const Prefix = process.env.NODE_ENV === 'development' ? '/gs1' : '/gs1'; const Prefix = process.env.NODE_ENV === 'development' ? '/gs1' : '';
// 右侧表格下载功能 // 右侧表格下载功能
const businessDownLoad = (params = {}) => { const businessDownLoad = (params = {}) => {
......
...@@ -3,7 +3,7 @@ import { ...@@ -3,7 +3,7 @@ import {
} from "../fetch.js" } from "../fetch.js"
const Prefix = process.env.NODE_ENV === 'development' ? '/gs1' : '/gs1'; const Prefix = process.env.NODE_ENV === 'development' ? '/gs1' : '';
// 首页大轮播图 // 首页大轮播图
const homeBigImages = (params = {}) => { const homeBigImages = (params = {}) => {
......
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
<div class="col-lg-4 list-right">{{tmp.time}}</div> <div class="col-lg-4 list-right">{{tmp.time}}</div>
</div> </div>
<div class="row"> <div class="row">
<div class="col more" @click="handelMore"><span>更多></span></div> <div class="col">
<div @click="handelMore" class="more float-end"><span>了解更多</span><img src="../../../assets/image/home/more-arrow.png" alt=""></div>
</div>
</div> </div>
</div> </div>
</template> </template>
...@@ -66,13 +68,22 @@ export default { ...@@ -66,13 +68,22 @@ export default {
} }
} }
.more{ .more{
text-align: right; width: 120px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer; cursor: pointer;
background: #F26335;
border-radius: 4px;
span{ span{
color: #F26335; color: #fff;
font-size: 14px; font-size: 14px;
// font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
} }
img{
margin-left: 10px;
}
} }
} }
</style> </style>
\ No newline at end of file
...@@ -23,11 +23,11 @@ export default { ...@@ -23,11 +23,11 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.list { .list {
margin: 0; margin: 0;
padding: 7.5px 0; padding: 6px 0;
.row { .row {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 12.5px 0; padding: 9.7px 0;
margin: 0; margin: 0;
cursor: pointer; cursor: pointer;
.li { .li {
......
...@@ -27,7 +27,7 @@ export default { ...@@ -27,7 +27,7 @@ export default {
.row { .row {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 7.5px 0; padding: 6.1px 0;
margin: 0; margin: 0;
.li { .li {
flex: 1; flex: 1;
......
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