This commit is contained in:
parent
56f40aea34
commit
8a8e34841d
|
@ -199,7 +199,7 @@
|
||||||
<div></div>
|
<div></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text">数据加载中...</div>
|
<div class="text">加载中...</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</teleport>
|
</teleport>
|
||||||
|
@ -3104,6 +3104,7 @@ onMounted(async () => {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.content_item_name {
|
.content_item_name {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -3157,6 +3158,7 @@ onMounted(async () => {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_item:first-child {
|
.content_item:first-child {
|
||||||
|
@ -3172,6 +3174,7 @@ onMounted(async () => {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .content_item:nth-child(2) {
|
// .content_item:nth-child(2) {
|
||||||
|
@ -3259,6 +3262,7 @@ onMounted(async () => {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .content_item:last-child {
|
// .content_item:last-child {
|
||||||
|
@ -3345,7 +3349,6 @@ onMounted(async () => {
|
||||||
display: flex;
|
display: flex;
|
||||||
// align-items: center;
|
// align-items: center;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
||||||
.jbggfwq_content_item_left {
|
.jbggfwq_content_item_left {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
@ -3377,6 +3380,7 @@ onMounted(async () => {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
/* 必须设置 position 属性以便伪元素定位 */
|
/* 必须设置 position 属性以便伪元素定位 */
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jbggfwq_content_item_right_item::after {
|
.jbggfwq_content_item_right_item::after {
|
||||||
|
@ -3431,7 +3435,7 @@ onMounted(async () => {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: rgba(124, 151, 180, 0.8);
|
background: rgba(124, 151, 180, 0.8);
|
||||||
|
border-radius: 5px;
|
||||||
.zyys_content_item_left {
|
.zyys_content_item_left {
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
|
@ -3471,8 +3475,8 @@ onMounted(async () => {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
width: 120px;
|
width: 80px;
|
||||||
height: 120px;
|
height: 80px;
|
||||||
background: rgba(0, 0, 0, 0.3);
|
background: rgba(0, 0, 0, 0.3);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
backdrop-filter: blur(2px);
|
backdrop-filter: blur(2px);
|
||||||
|
@ -3504,8 +3508,8 @@ onMounted(async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading {
|
.loading {
|
||||||
width: 50px;
|
width: 30px;
|
||||||
height: 50px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading > div {
|
.loading > div {
|
||||||
|
@ -3581,10 +3585,10 @@ onMounted(async () => {
|
||||||
.text {
|
.text {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 600;
|
font-weight: 400;
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 22px;
|
line-height: 20px;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue