项洋 1 day ago
commit 625a64eac6

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

@ -180,3 +180,47 @@
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: AlibabaPuHuiTiB;
src: url("Alibaba-PuHuiTi-Bold.otf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: AlibabaPuHuiTiH;
src: url("Alibaba-PuHuiTi-Heavy.otf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: AlibabaPuHuiTiR;
src: url("Alibaba-PuHuiTi-Regular.otf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: AlibabaPuHuiTiL;
src: url("Alibaba-PuHuiTi-Light.otf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: AlibabaPuHuiTiM;
src: url("Alibaba-PuHuiTi-Medium.otf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: DIN;
src: url("DIN.ttf");
font-weight: normal;
font-style: normal;
}

@ -28,20 +28,23 @@ export default {
<style lang="scss" scoped>
.title-wrap {
width: 100%;
height: 60px;
height: 54px;
display: flex;
align-items: center;
justify-content: space-between;
background: url("~@/assets/privateOrder/common/topic.png") no-repeat;
background: url("~@/assets/privateOrder/common/topic2.png") no-repeat;
background-size: 100%;
.title-name {
font-family: PangMenZhengDao;
font-size: 50px;
line-height: 32px;
font-family: AlibabaPuHuiTiB;
font-weight: bold;
font-style: italic;
font-size: 30.4px;
line-height: 34px;
letter-spacing: 3px;
color: #ffffff;
padding-left: 19px;
padding-left: 50px;
padding-bottom: 7px;
}
.operate-wrap {

Loading…
Cancel
Save