main
严飞永 1 day ago
parent 12bc4490c2
commit 1906c05580

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-weight: normal;
font-style: 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> <style lang="scss" scoped>
.title-wrap { .title-wrap {
width: 100%; width: 100%;
height: 60px; height: 54px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; 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%; background-size: 100%;
.title-name { .title-name {
font-family: PangMenZhengDao; font-family: AlibabaPuHuiTiB;
font-size: 50px; font-weight: bold;
line-height: 32px; font-style: italic;
font-size: 30.4px;
line-height: 34px;
letter-spacing: 3px; letter-spacing: 3px;
color: #ffffff; color: #ffffff;
padding-left: 19px; padding-left: 50px;
padding-bottom: 7px;
} }
.operate-wrap { .operate-wrap {

Loading…
Cancel
Save