样式修改

This commit is contained in:
2024-03-04 15:15:15 +08:00
parent c1d503758b
commit b08b0dccf2
10 changed files with 177 additions and 167 deletions

View File

@@ -52,26 +52,26 @@
@import '@/common/style/mixin.styl';
.header
_fj()
_wh(100%, 90rpx)
_wh(100%, 30px)
background-color #041427
border-bottom 1rpx solid #13568B
border-bottom 1px solid #13568B
z-index 200
padding 0 30rpx
box-shadow: 0 2rpx 4rpx 0 RGBA(19, 86, 139, 0.5);
padding 0 10px
box-shadow: 0 1px 2px 0 RGBA(19, 86, 139, 0.5);
.page_name
_font(50rpx, 90rpx, #F6F9FE,700,center)
_font(22px, 30px, #F6F9FE,700,center)
font-family: YouSheBiaoTiHei
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(49,190,255,0.9) 0%, rgba(239,252,254,1) 40%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
.icon_back {
font-size: 60rpx;
line-height: 60rpx;
font-size: 26px;
line-height: 30px;
color: #fff;
}
.icon_home {
font-size: 60rpx;
line-height: 60rpx;
font-size: 26px;
line-height: 30px;
color: #fff;
}
</style>