63 lines
1.1 KiB
Plaintext
63 lines
1.1 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.group_head {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 20rpx 0;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
}
|
|
.group_head .group_item {
|
|
width: 33.33%;
|
|
color: #ccc;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.group_head .group_item .text {
|
|
line-height: 48rpx;
|
|
color: #999;
|
|
}
|
|
.group_head .group_item .group_htz {
|
|
margin-top: 8rpx;
|
|
}
|
|
.group_tab {
|
|
margin: 20rpx 0;
|
|
}
|
|
.bottom_nav {
|
|
position: fixed;
|
|
display: flex;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 20rpx 0;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
color: #999;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
z-index: 2;
|
|
}
|
|
.bottom_nav .bottom_item .botimg {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-bottom: 5rpx;
|
|
}
|
|
.pull_con {
|
|
padding: 40rpx 0 10rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
text-align: center;
|
|
color: #999;
|
|
}
|
|
.pull_con .pull_item {
|
|
width: 25%;
|
|
}
|
|
.pull_con .pull_item :first-child {
|
|
padding-bottom: 10rpx;
|
|
}
|
|
.pull_con .pull_item :last-child {
|
|
padding-bottom: 50rpx;
|
|
}
|