导航页样式,入库页样式,分页

This commit is contained in:
2024-02-26 18:11:25 +08:00
parent 9df8b4b10f
commit 4530466278
18 changed files with 392 additions and 280 deletions

View File

@@ -52,21 +52,26 @@
@import '@/common/style/mixin.styl';
.header
_fj()
_wh(100%, 42px)
background-color #fff
_wh(100%, 90rpx)
background-color #041427
border-bottom 1rpx solid #13568B
z-index 200
padding 0 15px
box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
padding 0 30rpx
box-shadow: 0 2rpx 4rpx 0 RGBA(19, 86, 139, 0.5);
.page_name
_font(16px, 20px, #000,700,center)
_font(50rpx, 90rpx, #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: 30px;
line-height: 30px;
color: #666;
font-size: 60rpx;
line-height: 60rpx;
color: #fff;
}
.icon_home {
font-size: 30px;
line-height: 30px;
color: #666;
font-size: 60rpx;
line-height: 60rpx;
color: #fff;
}
</style>