This commit is contained in:
2024-07-12 14:11:14 +08:00
parent 19c1a1f14f
commit 38462d7c08
2 changed files with 9 additions and 5 deletions

BIN
src/images/out.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -143,7 +143,7 @@ export default {
flex-wrap wrap flex-wrap wrap
.p_item .p_item
_wh(30%, 14%) _wh(30%, 14%)
padding 14px // padding 14px
margin-bottom 4.5% margin-bottom 4.5%
border-radius 4px border-radius 4px
background radial-gradient(circle at 50% 100%, rgba(95, 217, 252, 50%), rgba(14, 82, 140, 50%), rgba(10, 54, 106, 50%)); background radial-gradient(circle at 50% 100%, rgba(95, 217, 252, 50%), rgba(14, 82, 140, 50%), rgba(10, 54, 106, 50%));
@@ -163,13 +163,17 @@ export default {
.p_item_i .p_item_i
background-image linear-gradient(to bottom, transparent 11px, rgba(118, 36, 23, 20%) 1px), linear-gradient(to right, transparent 11px, rgba(118, 36, 23, 20%) 1px) background-image linear-gradient(to bottom, transparent 11px, rgba(118, 36, 23, 20%) 1px), linear-gradient(to right, transparent 11px, rgba(118, 36, 23, 20%) 1px)
.p1 .p1
_font(20px, 30px,#EFF2FF,,) _wh(100%, 40%)
_fj(,center)
_font(20px, 20px,#EFF2FF,,)
// font-family: 'YouSheBiaoTiHei' // font-family: 'YouSheBiaoTiHei'
font-family: "SourceHanSansCN-Bold"; font-family: "SourceHanSansCN-Bold";
height 30px
text-shadow: 0px 1px 1px #A0D4FF; text-shadow: 0px 1px 1px #A0D4FF;
background bottom center / 90% auto url('../../../images/screen1/line_1.png') no-repeat
.p2 .p2
_font(18px, 30px, #EFF2FF,,center) _wh(100%, 60%)
_fj(,center)
_font(18px, 18px, #EFF2FF,,center)
font-family: "SourceHanSansCN-Bold"; font-family: "SourceHanSansCN-Bold";
height 30px background bottom center / 40% auto url('../../../images/out.png') no-repeat
</style> </style>