样式
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
|||||||
position relative
|
position relative
|
||||||
_wh(100%, 100%)
|
_wh(100%, 100%)
|
||||||
background center / 100% 100% url('../../../images/screen1/item_8.png') no-repeat
|
background center / 100% 100% url('../../../images/screen1/item_8.png') no-repeat
|
||||||
padding 30px 30px 0px 30px
|
padding 40px 30px 30px 30px
|
||||||
.state_wraper
|
.state_wraper
|
||||||
_wh(100%, 20px)
|
_wh(100%, 20px)
|
||||||
_fj(row, center)
|
_fj(row, center)
|
||||||
@@ -176,12 +176,12 @@ export default {
|
|||||||
background radial-gradient(circle at 50% 100%, rgba(241, 195, 129, 50%), #533608, #3f2e13);
|
background radial-gradient(circle at 50% 100%, rgba(241, 195, 129, 50%), #533608, #3f2e13);
|
||||||
.st_content
|
.st_content
|
||||||
_wh(100%, calc(100% - 40px))
|
_wh(100%, calc(100% - 40px))
|
||||||
margin 10px 0
|
margin 25px 0 10px 0
|
||||||
.st_item
|
.st_item
|
||||||
_wh(100%, calc(25% - 30px))
|
_wh(100%, calc(25% - 20px))
|
||||||
background top center / 100% 25px url('../../../images/screen1/item_9.png') no-repeat
|
background top center / 100% 20px url('../../../images/screen1/item_9.png') no-repeat
|
||||||
padding-top 25px
|
padding-top 20px
|
||||||
margin-bottom 30px
|
margin-bottom 20px
|
||||||
.st_item_i
|
.st_item_i
|
||||||
_fj(row)
|
_fj(row)
|
||||||
_wh(100%, 100%)
|
_wh(100%, 100%)
|
||||||
@@ -211,10 +211,16 @@ export default {
|
|||||||
padding 10px 5px 0 5px
|
padding 10px 5px 0 5px
|
||||||
.item_bg_1
|
.item_bg_1
|
||||||
background center / 100% 100% url('../../../images/screen1/item_12.png') no-repeat
|
background center / 100% 100% url('../../../images/screen1/item_12.png') no-repeat
|
||||||
|
.p2
|
||||||
|
color #f1d2d4
|
||||||
.item_bg_2
|
.item_bg_2
|
||||||
background center / 100% 100% url('../../../images/screen1/item_10.png') no-repeat
|
background center / 100% 100% url('../../../images/screen1/item_10.png') no-repeat
|
||||||
|
.p2
|
||||||
|
color #b4f3e8
|
||||||
.item_bg_3
|
.item_bg_3
|
||||||
background center / 100% 100% url('../../../images/screen1/item_11.png') no-repeat
|
background center / 100% 100% url('../../../images/screen1/item_11.png') no-repeat
|
||||||
|
.p2
|
||||||
|
color #f5d8ae
|
||||||
.p_item_active
|
.p_item_active
|
||||||
// background radial-gradient(circle at 50% 100%, rgba(251, 135, 105, 80%), #77200F, #58190E);
|
// background radial-gradient(circle at 50% 100%, rgba(251, 135, 105, 80%), #77200F, #58190E);
|
||||||
// border 2px solid rgba(181, 95, 78, 30%)
|
// border 2px solid rgba(181, 95, 78, 30%)
|
||||||
|
|||||||
Reference in New Issue
Block a user