system-copyright-react/src/layout/head/head.css

420 lines
7.3 KiB
CSS
Raw Normal View History

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 {
2025-03-03 18:01:56 +08:00
/* width: 263px; */
height:50px;
/* height:78px; */
2024-04-29 17:22:26 +08:00
/* 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;
}
2025-02-26 16:57:47 +08:00
2025-01-19 10:19:11 +08:00
.head .center .right .kf {
/* margin-right: 20px; */
2025-02-26 16:57:47 +08:00
display: flex;
/* background-color: pink; */
justify-content: center;
cursor: pointer;
2025-01-19 10:19:11 +08:00
}
2025-02-26 16:57:47 +08:00
2025-01-19 10:19:11 +08:00
.head .center .right .kf .kfText {
margin-left: 5px;
font-size: 16px;
font-weight: 700;
2025-02-26 16:57:47 +08:00
}
.head .center .right .kf .kfIcon {
2025-01-19 10:19:11 +08:00
font-size: 16px;
color: #FF9F08;
2025-02-26 16:57:47 +08:00
}
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;
2025-03-03 10:38:30 +08:00
height:157px;
2024-08-12 14:43:58 +08:00
background: #F9F9F9;
margin-top: 16px;
border: 1px solid #EEEEEE;
}
.invBox-top {
display: flex;
align-items: center;
2025-03-03 10:38:30 +08:00
height: 100px;
2024-08-12 14:43:58 +08:00
/* background-color: skyblue; */
}
2025-02-26 16:57:47 +08:00
.invBox-titleTop {
width: 50%;
font-weight: bold;
font-size: 24px;
display: flex;
justify-content: center;
/* cursor: ; */
}
.createInv {
width: 50%;
/* font-weight: bold;
font-size: 24px;
display: flex;
justify-content: center; */
font-weight: 400;
font-size: 24px;
color: #009C1D;
text-decoration-line: underline;
text-align: center;
line-height: 118px;
/* cursor: pointer; */
}
.invBox-lineTop {
width: 1px;
height: 22px;
background: #626262;
}
2024-08-12 14:43:58 +08:00
.invBox-title {
/* height: 118px; */
width: 165px;
2025-02-26 16:57:47 +08:00
width: 200px;
2024-08-12 14:43:58 +08:00
/* background-color: pink; */
font-weight: bold;
font-size: 24px;
color: #454545;
text-align: center;
/* line-height: 118px; */
}
2025-02-26 16:57:47 +08:00
/* .invBox-titleTop{
width:190px;
font-weight: bold;
font-size: 24px;
color: #454545;
text-align: center;
background-color: pink;
} */
2024-08-12 14:43:58 +08:00
.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;
}
2025-02-26 16:57:47 +08:00
2024-08-12 14:43:58 +08:00
.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;
2025-03-03 10:38:30 +08:00
2024-08-12 14:43:58 +08:00
}
.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; */
}
2025-03-03 10:38:30 +08:00
.invBox-inputl{
width: 264px;
height: 118px;
}
2024-08-12 14:43:58 +08:00
.invInput {
width: 362px;
height: 118px;
display: flex;
align-items: center;
justify-content: space-evenly;
}
2025-03-03 10:38:30 +08:00
.invInputl {
width: 264px;
height: 118px;
display: flex;
align-items: center;
justify-content: space-evenly;
}
2024-08-12 14:43:58 +08:00
.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
}
2025-02-26 16:57:47 +08:00
.headLine {
2024-08-12 17:15:23 +08:00
height: 20px;
width: 1px;
background-color: rgb(218, 218, 218);
margin-left: 10px;
margin-right: 10px;
2024-08-13 18:06:34 +08:00
}
2025-02-26 16:57:47 +08:00
.head-notice {
2024-08-13 18:06:34 +08:00
color: #f78e4c;
font-size: 28px;
/* background-color: pink; */
position: relative;
cursor: pointer;
}
2025-02-26 16:57:47 +08:00
.noticeNum {
2024-08-13 18:06:34 +08:00
top: 0;
left: 15px;
position: absolute;
width: 28px;
height: 20px;
background-color: #f78e4c;
border-radius: 10px;
color: white;
font-size: 12px;
text-align: center;
2025-02-26 16:57:47 +08:00
line-height: 20px;
2024-08-13 18:06:34 +08:00
}
2025-01-19 10:19:11 +08:00
2025-02-26 16:57:47 +08:00
.kfBox {
2025-01-19 10:19:11 +08:00
/* background-color: pink; */
/* border: 1px solid rgb(209, 209, 209); */
/* border-radius: 5px; */
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 10px;
}
2025-02-26 16:57:47 +08:00
.kfTitle {
2025-01-19 10:19:11 +08:00
font-size: 25px;
font-weight: 700;
}
2025-02-26 16:57:47 +08:00
.kfImg {
2025-01-19 10:19:11 +08:00
border: 1px solid rgb(226, 226, 226);
border-radius: 5px;
padding: 10px;
margin-top: 20px;
}
2025-02-26 16:57:47 +08:00
.kfHttp {
font-size: 16px;
margin-top: 20px;
color: rgb(124, 124, 124);
2025-01-19 10:19:11 +08:00
}
2025-02-26 16:57:47 +08:00
.kfHttpText {
2025-01-19 10:19:11 +08:00
cursor: pointer;
color: #5980B5;
}