/* packageH/circleCommunity/circleIndex/circleIndex.wxss */ view, text, icon { box-sizing: border-box; } .searchBox { background: #fff; overflow: hidden; } .searchBox .search { height: 1.88rem; border-radius: 0.94rem; background-color: #eff0f1; margin: 0.75rem 0.94rem; display: flex; align-items: center; justify-content: flex-start; padding-left: 0.69rem; } .searchBox .search icon { color: #999; } .searchBox .search input { flex: 1; border: none; margin-left: 0.41rem; } .banner { width: 100%; height: 10.94rem; background: #999; } .banner .banner_swiper { height: 10.94rem; } .banner image { width: 100%; } .iconfont { display: inline-flex; } .line { height: 0.63rem; width: 100%; } .nav { width: 100%; background: #fff; padding: 1.28rem 0; display: flex; flex-wrap: wrap; } .nav .navlis:nth-child(n+6) { margin-top: 1.34rem; } .nav .navlis { width: 20%; display: flex; flex-direction: column; align-items: center; overflow: hidden; } .nav .navlis .navimg { width: 2.44rem; height: 2.44rem; background-color: #cdcdcd; border-radius: 50%; } .nav .navlis .navimg image { width: 2.44rem; height: 2.44rem; border-radius: 50%; } .nav .navlis .navTxt { width: 100%; margin-top: 0.53rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; } .tabsList { background: #fff; } .tabsList .tablis { padding: 1.19rem 0.94rem 1.19rem 0.84rem; } .tabsList .tablis .lis:first-child { margin-top: 0; } .tabsList .tablis .lis:last-child { margin-bottom: 3rem; } .tabsList .tablis .lis { width: 100%; height: 2.38rem; display: flex; justify-content: space-between; align-items: center; margin-top: 2.09rem; } .tabsList .tablis .lis .right { background-color: #3175fe; border-radius: 0.78rem; font-size: 0.81rem; color: #fff; width: 3.75rem; height: 1.563rem; display: flex; align-items: center; justify-content: center; } .tabsList .tablis .lis .right_one { background-color: #a6a6a6; border-radius: 0.78rem; font-size: 0.81rem; color: #fff; width: 3.75rem; height: 1.56rem; display: flex; align-items: center; justify-content: center; } .tabsList .tablis .lis .left { flex: 1; height: 100%; display: flex; align-items: center; overflow: hidden; } .tabsList .tablis .lis .left .circleImg { width: 2.19rem; height: 2.19rem; background-color: #cfcfcf; border-radius: 100%; margin-right: 0.63rem; } .tabsList .tablis .lis .left .circleImg image { width: 100%; height: 100%; border-radius: 100%; } .tabsList .tablis .lis .left .circle { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; overflow: hidden; } .tabsList .tablis .lis .left .circle .detail { display: flex; font-size: 0.69rem; align-content: center; } .tabsList .tablis .lis .left .circle .detail icon { font-size: 0.8rem; color: #ffa200; height: 1rem; } .tabsList .tablis .lis .left .circle .detail text { margin-left: 0.41rem; } .tabsList .tablis .lis .left .circle .detail .tiezi { display: flex; } .tabsList .tablis .lis .left .circle .detail .member { display: flex; margin-left: 1.34rem; } .tabsList .tablis .lis .left .circle .title { width: 100%; font-size: 0.94rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; }