|
|
|
@ -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> |