站点页面样式修改

This commit is contained in:
2024-04-18 16:38:42 +08:00
parent 7f3d1ab1e1
commit 8f0d33e950
4 changed files with 61 additions and 93 deletions

View File

@@ -479,4 +479,47 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
.flow_icon_item_2 {
width: 46rpx;
height: 26rpx;
}
}
/** */
.title_locate
width 50%
_font(30rpx,48rpx,#333,bold)
font-style italic
.site_item
padding 5rpx 5rpx
overflow hidden
margin-bottom 10rpx
.site_item_box
_wh(98%, 100%)
margin 0 auto
padding 20rpx 10rpx 10rpx 10rpx
background-color rgb(220, 223, 230)
border-radius 10rpx
.point_title_1
_wh(100%, 40rpx)
overflow hidden
_font(26rpx,40rpx,#303133,500, center)
.point_title_2
_wh(100%, 40rpx)
overflow hidden
_font(24rpx,40rpx,#999,500, center)
.state-wrap
position fixed
z-index 200
background #f2f5fa
top calc(var(--status-bar-height) + 72rpx)
_wh(100%, 60rpx)
padding 0 14rpx
.state-color
_wh(30rpx, 30rpx)
border-radius 50%
margin-right 10rpx
.state-name
_font(28rpx, 30rpx, #333)
.xzd-wraper
position fixed
z-index 200
bottom 100rpx
padding 14rpx
background-color #fff
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);

View File

@@ -56,7 +56,12 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.jccenter {
justify-content: center !important;
}
.flexwrap {
flex-wrap: wrap
}
.allwidth {
width: 100%
}
.zd-row {
width: 100%;
display: flex;