mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
2
assets/css/joe.global.min.css
vendored
2
assets/css/joe.global.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -2054,45 +2054,8 @@
|
||||
height: 2px;
|
||||
background-size: 80px;
|
||||
}
|
||||
|
||||
/* 以下未测试 */
|
||||
&-protected {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background: repeating-linear-gradient(145deg, var(--classB), var(--classB) 15px, var(--background) 0, var(--background) 30px);
|
||||
padding: 20px 0;
|
||||
margin-bottom: 18px;
|
||||
.contain {
|
||||
position: relative;
|
||||
box-shadow: var(--box-shadow);
|
||||
border-radius: 20px;
|
||||
overflow: hidden;
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 15px;
|
||||
}
|
||||
.password {
|
||||
width: 250px;
|
||||
height: 40px;
|
||||
border: none;
|
||||
color: var(--routine);
|
||||
padding-left: 50px;
|
||||
background: var(--background);
|
||||
}
|
||||
.submit {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 15px;
|
||||
transform: translateY(-50%);
|
||||
color: var(--main);
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
&-message {
|
||||
display: block;
|
||||
position: relative;
|
||||
border-left-width: 4px;
|
||||
border-left-style: solid;
|
||||
@@ -2168,10 +2131,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&-copy {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
.content {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
&-video {
|
||||
margin-bottom: 18px;
|
||||
@@ -2252,6 +2214,48 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 以下未测试 */
|
||||
&-protected {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background: repeating-linear-gradient(145deg, var(--classB), var(--classB) 15px, var(--background) 0, var(--background) 30px);
|
||||
padding: 20px 0;
|
||||
margin-bottom: 18px;
|
||||
.contain {
|
||||
position: relative;
|
||||
box-shadow: var(--box-shadow);
|
||||
border-radius: 20px;
|
||||
overflow: hidden;
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 15px;
|
||||
}
|
||||
.password {
|
||||
width: 250px;
|
||||
height: 40px;
|
||||
border: none;
|
||||
color: var(--routine);
|
||||
padding-left: 50px;
|
||||
background: var(--background);
|
||||
}
|
||||
.submit {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 15px;
|
||||
transform: translateY(-50%);
|
||||
color: var(--main);
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
&-copy {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
&__agree {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user