templates.wxss
1.1 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* pages/template/template.wxss */
/* 公共tabbar */
.tabbar_box {
width: 100%;
height: 100rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 60rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1rpx solid #EBEBEB;
position: fixed;
bottom: 0;
left: 0;
background: #333333;
}
.release_box {
width: 104rpx;
height: 136rpx;
display: flex;
align-items: center;
justify-content: center;
margin-top:-50rpx;
}
.release_box image {
width: 100%;
height: 100%;
}
.icon-xiangji {
font-size: 56rpx;
color: #fff;
}
.icon-pinglun1{
font-size: 38rpx;
}
.tabbar_box .iconfont {
text-align: center;
}
.tabbar_title {
font-size: 24rpx;
color: #666;
text-align: center;
}
.tab_active{
color: #E0492C;
}
.tabbar_item {
position: relative;
display: flex;
align-items: center;
}
.tabbar_item image {
width: 48rpx;
height:76rpx;
}
.tip-point {
width: 16rpx;
height: 16rpx;
background-color: #53A6FA;
position: absolute;
top: 2rpx;
right: 6rpx;
border-radius: 50%;
}