仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
zbomyoujia
志邦优家羡慕
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
代码提交
k94314517
2024-07-25
a75b18a4157ab486e0b51c438ac165ab3a08e3e0
[productDev/zbomyoujia.git]
/
wechat_staff
/
pages
/
discover
/
discover.wxss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.main_tab {
position: relative;
display: flex;
align-items: center;
padding: 0 40rpx;
}
.main_tab .item {
width: 76rpx;
font-size: 32rpx;
color: #555555;
margin-right: 60rpx;
}
.main_tab .item .border {
width: 60rpx;
height: 10rpx;
background: #fff;
}
.main_tab .active {
font-weight: 600;
font-size: 38rpx;
color: #222222;
}
.main_tab .active .border {
background: linear-gradient(270deg, rgba(255, 255, 255, 0.56) 0%, rgba(206, 144, 111, 0.88) 100%);
}
.home_tab {
position: fixed;
z-index: 999;
width: 100%;
background-color: #fff;
}