docs: 📝 update docs 不支持内定
This commit is contained in:
@@ -19,6 +19,8 @@ log-lottery是一个可配置可定制化的抽奖应用,炫酷3D球体,可
|
|||||||
|
|
||||||
> 如果进入网站遇到图片无法显示或有报错的情况,请先到【全局配置】-【界面配置】菜单中点击【重置所有数据】按钮清除数据后进行更新。
|
> 如果进入网站遇到图片无法显示或有报错的情况,请先到【全局配置】-【界面配置】菜单中点击【重置所有数据】按钮清除数据后进行更新。
|
||||||
|
|
||||||
|
> 不支持内定功能
|
||||||
|
|
||||||
## 要求
|
## 要求
|
||||||
|
|
||||||
使用PC端最新版Chrome或Edge浏览器。
|
使用PC端最新版Chrome或Edge浏览器。
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
.card-id {
|
.card-id {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
@@ -21,7 +22,7 @@
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-avatar-name{
|
.card-avatar-name {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
@@ -37,7 +38,7 @@
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-avatar{
|
.card-avatar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -52,6 +53,8 @@
|
|||||||
|
|
||||||
.lucky-element-card {
|
.lucky-element-card {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
background-color: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%);
|
background-color: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%);
|
||||||
border: 1px solid linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%);
|
border: 1px solid linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%);
|
||||||
@@ -79,7 +82,8 @@
|
|||||||
// animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
|
// animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
|
||||||
// animation-delay: 0.6s;
|
// animation-delay: 0.6s;
|
||||||
}
|
}
|
||||||
.card-avatar-name{
|
|
||||||
|
.card-avatar-name {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
@@ -96,7 +100,7 @@
|
|||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-avatar{
|
.card-avatar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -107,4 +111,4 @@
|
|||||||
height: 240px !important;
|
height: 240px !important;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user