2024-03-11 19:13:42 +08:00
|
|
|
.head {
|
2024-04-29 17:22:26 +08:00
|
|
|
width: 100vw;
|
2024-05-16 18:00:57 +08:00
|
|
|
height: 69px;
|
2024-03-11 19:13:42 +08:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2024-03-17 18:36:00 +08:00
|
|
|
z-index: 99;
|
2024-04-29 17:22:26 +08:00
|
|
|
background: url('../../static/head/background.png');
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
/* background-color: rgb(248, 211, 211); */
|
|
|
|
|
2024-03-11 19:13:42 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.head .center {
|
2024-04-29 17:22:26 +08:00
|
|
|
/* margin: 0 auto; */
|
|
|
|
width: 100vw;
|
2024-03-11 19:13:42 +08:00
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2024-04-29 17:22:26 +08:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
}
|
2024-08-12 14:43:58 +08:00
|
|
|
|
|
|
|
.head-nav {
|
2024-08-12 17:15:23 +08:00
|
|
|
/* margin-right: 50px; */
|
|
|
|
/* margin-right: 20px; */
|
2024-07-05 13:38:59 +08:00
|
|
|
color: #f78e4c;
|
2024-08-12 17:15:23 +08:00
|
|
|
font-size: 28px;
|
2024-07-05 13:38:59 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2024-04-29 17:22:26 +08:00
|
|
|
|
|
|
|
.head .center .left img {
|
|
|
|
width: 263px;
|
|
|
|
height: 41px;
|
|
|
|
/* background-color: red;
|
|
|
|
*/
|
2024-05-16 18:00:57 +08:00
|
|
|
margin-left: 15px;
|
|
|
|
margin-top: 12px;
|
2024-03-11 19:13:42 +08:00
|
|
|
}
|
|
|
|
|
2024-04-29 17:22:26 +08:00
|
|
|
.head .center .right {
|
2024-03-11 19:13:42 +08:00
|
|
|
height: 100%;
|
2024-04-29 17:22:26 +08:00
|
|
|
/* padding-left: 60px; */
|
|
|
|
margin-right: 33px;
|
2024-03-11 23:33:03 +08:00
|
|
|
display: flex;
|
2024-04-29 17:22:26 +08:00
|
|
|
justify-content: right;
|
2024-03-11 23:33:03 +08:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2024-04-29 17:22:26 +08:00
|
|
|
/*
|
2024-03-11 23:33:03 +08:00
|
|
|
.head .center .left .logo {
|
|
|
|
width: 38px;
|
|
|
|
height: 38px;
|
2024-04-29 17:22:26 +08:00
|
|
|
} */
|
2024-03-11 23:33:03 +08:00
|
|
|
|
2024-04-29 17:22:26 +08:00
|
|
|
/* .head .center .left .sys-title {}
|
2024-03-15 18:18:29 +08:00
|
|
|
|
|
|
|
.head .center .left .sys-title-sub {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: unset;
|
2024-04-29 17:22:26 +08:00
|
|
|
} */
|
2024-03-11 19:13:42 +08:00
|
|
|
|
2024-04-29 17:22:26 +08:00
|
|
|
/* .head .center .right {
|
2024-03-11 19:13:42 +08:00
|
|
|
height: 100%;
|
2024-03-15 18:18:29 +08:00
|
|
|
padding-left: 60px;
|
2024-03-11 23:33:03 +08:00
|
|
|
display: flex;
|
|
|
|
justify-content: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.head .center .head-item {
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2024-03-15 18:18:29 +08:00
|
|
|
padding: 0 10px;
|
2024-03-11 23:33:03 +08:00
|
|
|
font-size: var(--font-size-head);
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
2024-03-16 23:12:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.ant-dropdown .dropdown-item {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-dropdown .dropdown-item .title {
|
|
|
|
margin-left: 5px;
|
2024-06-21 16:18:01 +08:00
|
|
|
} */
|
|
|
|
.ant-dropdown .dropdown-item .title {
|
|
|
|
margin-left: 5px;
|
2024-08-12 14:43:58 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.invitationButton {
|
2024-08-12 17:15:23 +08:00
|
|
|
/* width: 81px; */
|
2024-08-12 14:43:58 +08:00
|
|
|
height: 36px;
|
2024-08-12 17:15:23 +08:00
|
|
|
/* background: linear-gradient(79deg, #FFB020 0%, #FF6508 100%); */
|
2024-08-12 14:43:58 +08:00
|
|
|
border-radius: 27px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 36px;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 16px;
|
2024-08-12 17:15:23 +08:00
|
|
|
color: #FF9F08;
|
|
|
|
font-weight: 700;
|
|
|
|
/* margin-left: 20px; */
|
2024-08-12 14:43:58 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invitation-box {
|
|
|
|
width: 530px;
|
|
|
|
height: 175px;
|
|
|
|
background: #F9F9F9;
|
|
|
|
margin-top: 16px;
|
|
|
|
border: 1px solid #EEEEEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invBox-top {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
height: 118px;
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.invBox-title {
|
|
|
|
/* height: 118px; */
|
|
|
|
width: 165px;
|
|
|
|
/* background-color: pink; */
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 24px;
|
|
|
|
color: #454545;
|
|
|
|
text-align: center;
|
|
|
|
/* line-height: 118px; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.invBox-line {
|
|
|
|
width: 1px;
|
|
|
|
height: 22px;
|
|
|
|
background: #626262;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invBox-btn {
|
|
|
|
width: 362px;
|
|
|
|
/* height: 118px; */
|
|
|
|
/* background-color: #fcc19d; */
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
color: #009C1D;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 118px;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.invBox-btnTwo {
|
|
|
|
width: 362px;
|
|
|
|
height: 118px;
|
|
|
|
/* background-color: #fcc19d; */
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
color: #009C1D;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 118px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invBox-btnthree {
|
|
|
|
width: 362px;
|
|
|
|
height: 118px;
|
|
|
|
/* background-color: #fcc19d; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.invBox-Num {
|
|
|
|
width: 362px;
|
|
|
|
height: 118px;
|
|
|
|
/* background-color: #fcc19d; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.invNum-box {
|
|
|
|
width: 362px;
|
|
|
|
height: 118px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invNum {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 36px;
|
|
|
|
/* color: #454545; */
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
color: #1677FF;
|
|
|
|
background: linear-gradient(81deg, #000000 0%, #FFAA1E 0%, #FF6E0B 99.0234375%);
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.copyBtn {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #FF9F08;
|
|
|
|
line-height: 24px;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invBox-bot {
|
|
|
|
/* background-color: pink; */
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
height: 57px;
|
|
|
|
color: #818181;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invBox-tips {
|
|
|
|
width: 350px;
|
|
|
|
/* background-color: pink; */
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invBox-input {
|
|
|
|
width: 362px;
|
|
|
|
height: 118px;
|
|
|
|
/* background-color: #fcc19d; */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.invInput {
|
|
|
|
width: 362px;
|
|
|
|
height: 118px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invImg {
|
|
|
|
width: 31px;
|
|
|
|
height: 30px;
|
|
|
|
/* background-color: pink; */
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.relieveBtn {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #366B77;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.errorBox {
|
|
|
|
width: 362px;
|
|
|
|
height: 118px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.errorBox-title {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
color: #E21414;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.errorBox-btn {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #535353;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
cursor: pointer;
|
2024-08-12 17:15:23 +08:00
|
|
|
}
|
|
|
|
.headLine{
|
|
|
|
height: 20px;
|
|
|
|
width: 1px;
|
|
|
|
background-color: rgb(218, 218, 218);
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
2024-06-21 16:18:01 +08:00
|
|
|
}
|