|
|
@ -451,41 +451,55 @@ wx-button:not([size=mini]) { |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
justify-content: space-between; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
padding-left: 10rpx; |
|
|
padding: 10rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 侧边栏按钮上下区域 */ |
|
|
/* 招商入驻入口 */ |
|
|
.sidebar-btn-top { |
|
|
.sidebar-entry { |
|
|
flex: 1; |
|
|
|
|
|
display: flex; |
|
|
display: flex; |
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
align-items: center; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: flex-end; |
|
|
padding: 16rpx 12rpx; |
|
|
width: 100%; |
|
|
border-radius: 12rpx; |
|
|
padding-bottom: 4rpx; |
|
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); |
|
|
|
|
|
box-shadow: 0 4rpx 12rpx rgba(102, 126, 234, 0.4); |
|
|
|
|
|
transition: all 0.2s ease; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.sidebar-btn-bottom { |
|
|
.sidebar-entry:active { |
|
|
flex: 1; |
|
|
transform: scale(0.95); |
|
|
|
|
|
box-shadow: 0 2rpx 8rpx rgba(102, 126, 234, 0.3); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 图标容器 */ |
|
|
|
|
|
.sidebar-icon-wrap { |
|
|
|
|
|
width: 48rpx; |
|
|
|
|
|
height: 48rpx; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: flex-start; |
|
|
align-items: center; |
|
|
width: 100%; |
|
|
margin-bottom: 8rpx; |
|
|
padding-top: 200; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.sidebar-icon { |
|
|
.sidebar-icon { |
|
|
font-size: 32rpx; |
|
|
font-size: 36rpx; |
|
|
color: #333; /* 深色文字 */ |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.sidebar-text { |
|
|
.sidebar-text { |
|
|
font-size: 16rpx; |
|
|
font-size: 20rpx; |
|
|
color: #666; /* 中深色文字 */ |
|
|
color: #ffffff; |
|
|
font-weight: 500; |
|
|
font-weight: 600; |
|
|
|
|
|
text-shadow: 0 1rpx 2rpx rgba(0, 0, 0, 0.2); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.sidebar-text-black { |
|
|
|
|
|
font-size: 20rpx; |
|
|
|
|
|
color: #333333; |
|
|
|
|
|
font-weight: 600; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 箭头按钮 */ |
|
|
/* 箭头按钮 */ |
|
|
|