Sanakey
2020-08-13 d98d05000c3d14e1f12a7754ebeea11ec1fa0f0b
提交 | 用户 | age
d98d05 1 /* pages/experienceWay.wxss */
S 2 .container{
3   margin: 10rpx 20rpx;
4   background-color: #fff;
5 }
6 .navBar{
7   display: flex;
8   flex-direction: row;
9   justify-content: flex-start;
10   margin-bottom: 20rpx;
11 }
12 .title{
13   font-size: 32rpx;
14   color: #cacaca;
15   font-weight: bold;
16   padding: 0 16rpx;
17 }
18
19 .selected{
20   font-size: 36rpx;
21   color: #333;
22   position: relative;
23 }
24 .selected::after{
25   content: ' ';
26   position: absolute;
27   top: 0;
28   right: 0;
29   width: 16rpx;
30   height: 16rpx;
31   border-radius: 10rpx;
32   background-color: #f23232;
33 }
34 image{
35   margin-bottom: 30rpx;
36 }