a1300399510@qq.com 提交于 2023/03/31 -17:20:02

This commit is contained in:
XiaoMo 2023-03-31 17:20:11 +08:00
parent 55cc2ce56c
commit 485bd39a2a
3 changed files with 51 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="11px" height="12px" xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(1 0 0 1 -6785 -891 )">
<path d="M 10.7235054347826 5.30680359435173 C 10.9078351449275 5.48652118100128 11 5.71758664955071 11 6 C 11 6.27727856225931 10.9078351449275 6.51091142490372 10.7235054347826 6.70089858793325 L 5.85869565217391 11.7150192554557 C 5.66440217391304 11.9050064184852 5.43772644927536 12 5.17866847826087 12 C 4.92459239130435 12 4.70040760869565 11.9050064184852 4.50611413043478 11.7150192554557 L 3.94565217391304 11.1373555840822 C 3.75634057971015 10.9422336328626 3.6616847826087 10.7086007702182 3.6616847826087 10.4364569961489 C 3.6616847826087 10.1643132220796 3.75634057971015 9.93068035943517 3.94565217391304 9.73555840821566 L 6.1351902173913 7.4788189987163 L 0.874320652173913 7.4788189987163 C 0.61526268115942 7.4788189987163 0.404778079710145 7.38254172015404 0.242866847826087 7.18998716302952 C 0.080955615942029 6.99743260590501 0 6.76508344030809 0 6.49293966623877 L 0 5.50706033376123 C 0 5.23491655969191 0.080955615942029 5.00256739409499 0.242866847826087 4.81001283697048 C 0.404778079710145 4.61745827984596 0.61526268115942 4.5211810012837 0.874320652173913 4.5211810012837 L 6.1351902173913 4.5211810012837 L 3.94565217391304 2.25673940949936 C 3.75634057971015 2.07188703465982 3.6616847826087 1.8408215661104 3.6616847826087 1.56354300385109 C 3.6616847826087 1.28626444159178 3.75634057971015 1.05519897304236 3.94565217391304 0.870346598202824 L 4.50611413043478 0.292682926829269 C 4.69542572463768 0.0975609756097553 4.91961050724638 0 5.17866847826087 0 C 5.44270833333333 0 5.66938405797101 0.0975609756097553 5.85869565217391 0.292682926829269 L 10.7235054347826 5.30680359435173 Z " fill-rule="nonzero" fill="#000000" stroke="none" transform="matrix(1 0 0 1 6785 891 )" />
</g>
</svg>

View File

@ -25,9 +25,7 @@
<img class="card-head-icon"
src="https://axure-file.lanhuapp.com/md516b251fb-9cfa-46fc-a9b6-2a41a7b4dc37__3ad73406ff4bc8b138dafc6dcbf1a635.svg" />
<div class="card-head-content flex1 flexflex">
<div class="card-head-name flexflex">闫旭Mike <div class="landlord flexcenter">楼主
</div>
</div>
<div class="card-head-name flexflex">闫旭Mike</div>
<div class="card-head-time">2022-7-6 14:56</div>
</div>
<div class="card-head-fool">楼主</div>
@ -35,7 +33,14 @@
<div class="offer-content">
<div class="offer-content-item flexacenter" v-for="item in 7" :key="item">
<div class="offer-content-key">申请专业</div>
<div class="offer-content-value"></div>
<div class="offer-content-value">韦仕敦大学</div>
</div>
<div class="examine-victory-btn flexcenter">
查看当前捷报详情
<div class="examine-victory-btn-outside flexcenter">
<svg-icon icon-class="arrowsBlackLeft" class-name="examine-victory-btn-icon"></svg-icon>
</div>
</div>
</div>
@ -290,6 +295,7 @@ export default {
components: {
DetailReply, Coins
}
};
</script>
@ -520,7 +526,41 @@ export default {
.offer-content {
padding: .56rem .32rem;
.offer-content-item {}
.offer-content-item {
line-height: .6rem;
.offer-content-key {
font-size: .32rem;
color: #7f7f7f;
width: 2.04rem;
}
.offer-content-value {
font-size: .36rem;
color: #333;
}
margin-bottom: .52rem;
}
.examine-victory-btn {
color: #333;
font-size: .3rem;
.examine-victory-btn-outside {
width: .4rem;
height: .4rem;
margin-left: .24rem;
background: #50e3c2;
.examine-victory-btn-icon {
width: .22rem;
height: .24rem;
}
}
}
}