Browse Source

1.外地企业录入链接样式

2.历史活动等页面样式修改
v4
meizf 1 year ago
parent
commit
78f97d021e
  1. BIN
      src/assets/images/com_sign.png
  2. 5
      src/views/enforce/enterpriseWarningInfo.vue
  3. 50
      src/views/enforce/noScanFilter.vue
  4. 3
      src/views/enforceHome.vue
  5. 6
      src/views/non-law/enterpriseWarningInfo.vue

BIN
src/assets/images/com_sign.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

5
src/views/enforce/enterpriseWarningInfo.vue

@ -494,8 +494,8 @@ export default {
.goods_box {
margin: 3%;
width: 94%;
box-shadow: 0 0 0.15rem #eee;
border-radius: 0.27rem;
border-radius: 0.27rem;
box-shadow: 0 0 0.15rem #ececec;
}
/deep/ .van-hairline--bottom {
@ -612,6 +612,7 @@ export default {
margin: 0 0 0 1.5%;
width: 100%;
color: #666;
font-size: 0.35rem;
line-height: 1.75;
}

50
src/views/enforce/noScanFilter.vue

@ -46,6 +46,7 @@
</div>
</van-list>
</van-pull-refresh>
<div class="link-box"><h5>非深圳市注册企业</h5><span>外地企业信息录入<van-icon name="arrow" /></span></div>
</div>
</div>
</div>
@ -411,4 +412,53 @@ const props = defineProps( {
color: #f50;
font-size: 0.35rem;
}
.link-box {
position: relative;
margin: 10% 3%;
width: 94%;
height: 3.5rem;
background-color: #ebf2fc;
border-radius: 0.5rem;
}
.link-box::after {
position: absolute;
top: -0.65rem;
right: 0;
display: block;
width: 3rem;
height: 3rem;
background: url("../../assets/images/com_sign.png") no-repeat;
background-size: auto 100%;
content: '';
opacity: 0.4;
}
.link-box > h5 {
margin: 5% 8%;
padding: 0;
color: #4c4c4c;
font-size: 0.4rem;
line-height: 4;
}
.link-box > span {
position: relative;
display: flex;
align-items: center;
margin: -4% 0 0 8%;
padding: 0.15rem 0.35rem;
width: 3.25rem;
background-color: #fff;
border-radius: 0.25rem;
box-shadow: 0 0 0.15rem #dee9e9;
color: #1367fe;
font-size: 0.35rem;
line-height: 1.5;
text-align: left;
}
.link-box > span > i.van-icon {
position: absolute;
right: 0.2rem;
}
</style>

3
src/views/enforceHome.vue

@ -1,5 +1,5 @@
<template>
<Loading class="loading-div" type="spinner" v-show="isLoading" color="#1989fa"/>
<!--<Loading class="loading-div" type="spinner" v-show="isLoading" color="#1989fa"/>-->
<div class="home app_content" v-if="!isLoading">
<!-- <div class="home app_content"> -->
<!-- 导航栏 -->
@ -754,6 +754,7 @@
}
.link-text span {
position: relative;
display: flex;
align-items: center;
margin: 16% 0;

6
src/views/non-law/enterpriseWarningInfo.vue

@ -318,7 +318,7 @@ const warnListInfoList = ref([])
display: flex;
flex-direction: column;
overflow: hidden;
background-color: #ebf3fb;
/*background-color: #ebf3fb;*/
.header_body {
height: 1.33rem;
@ -334,6 +334,10 @@ const warnListInfoList = ref([])
background-color: #fff;
margin: 0.27rem;
border-radius: 0.27rem;
margin: 3%;
width: 94%;
border-radius: 0.27rem;
box-shadow: 0 0 0.15rem #ececec;
.swipe_cell {
width: 100%;

Loading…
Cancel
Save