Commit cbf46ae6 by kaisa

feat:更新

parent a8f6ee4e
/* 字体 */
@font-face {
font-family: 'FZZongYi';
font-family: 'FZZ';
src: url('./FZZongYi-M05T.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
......@@ -66,7 +66,6 @@ const onConfirm = ({ selectedValues }: any) => {
const onSubmit = async () => {
try {
await formRef.value.validate();
console.log('表单验证通过', formData.value);
const { code, msg, data } = await anchorSign({
platform: formData.value.platform,
......@@ -75,8 +74,6 @@ const onSubmit = async () => {
signuid: formData.value.uid
});
console.log(data, 'data~');
} catch (error) {
}
};
......@@ -132,7 +129,7 @@ const onSubmit = async () => {
<div class="sign">
<div class="sign-title">
<div class="sign-title-wrap">
<span>試合作簽約流程</span>
<span>{{ stages[stageIndex].label }}簽約流程</span>
</div>
</div>
<div class="sign-center">
......@@ -317,10 +314,8 @@ const onSubmit = async () => {
</template>
<style scoped lang="scss">
@font-face {
font-family: 'FZZongYi';
src: url('@/assets/fonts/FZZongYi-M05T.ttf') format('opentype');
font-weight: normal;
font-style: normal;
font-family: 'FZZ';
src: url('FZZongYi-M05T.ttf') format('opentype');
}
.sign-wrap {
......@@ -350,19 +345,19 @@ const onSubmit = async () => {
margin: 0 107px 0 115px;
position: relative;
top: -35px;
display: flex;
justify-content: center;
align-items: center;
span {
position: absolute;
display: block;
top: 5px;
left: 50%;
transform: translateX(-50%);
font-family: 'FZZongYi';
font-weight: 400;
top: 8px;
transform: skewX(-15deg); // 只保留倾斜效果
font-family: "FZZ";
font-weight: bold;
font-size: 44px;
color: #FFFFFF;
text-shadow: 0px 4px 7px #2170D3;
font-style: italic;
}
}
}
......@@ -528,20 +523,19 @@ const onSubmit = async () => {
margin: 0 64px 0 59px;
position: relative;
top: -35px;
display: flex;
justify-content: center;
align-items: center;
span {
white-space: nowrap;
position: absolute;
display: block;
top: 5px;
left: 50%;
transform: translateX(-50%);
font-family: 'FZZongYi';
font-weight: 400;
top: 8px;
transform: skewX(-15deg); // 只保留倾斜效果
font-family: "FZZ";
font-weight: bold;
font-size: 44px;
color: #FFFFFF;
text-shadow: 0px 4px 7px #2170D3;
font-style: italic;
}
}
}
......@@ -618,8 +612,8 @@ const onSubmit = async () => {
span {
display: block;
padding-top: 15px;
font-family: 'FZZongYi-M05T';
font-weight: 400;
font-family: 'FZZ';
font-weight: bold;
font-size: 34px;
color: #48FEC1;
text-shadow: 0px 4px 7px #2170D3;
......@@ -811,8 +805,8 @@ const onSubmit = async () => {
span {
display: block;
padding-top: 15px;
font-family: 'FZZongYi-M05T';
font-weight: 400;
font-family: 'FZZ';
font-weight: bold;
font-size: 34px;
color: #48FEC1;
text-shadow: 0px 4px 7px #2170D3;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment