/* pages/testCircle/testCircle.wxss */ .top_testCircle { width: 100%; margin-bottom: 40px; } .top_testCircle>image { width: 100%; border-radius: 0 0 10px 10px; margin-bottom: 20px; } .girdList { width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; font-size: 10px; } .girdList>view { width: 20%; height: 70px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .girdList>view>image { width: 42px; height: 42px; margin-bottom: 10px; } .girdList>view>view { width: 100%; text-align: center; } .circleGonggao { padding: 5%; } .top_circleGonggao { width: 100%; display: flex; align-items: center; font-size: 14px; margin-top: 10px; margin-bottom: 20px; font-weight: bold; } .top_circleGonggao>view { width: 5px; height: 20px; margin-right: 10px; border-radius: 5px; background-color: #eb5e76; } .con_circleGonggao { width: 100%; } .con_circleGonggao>text { display: block; font-size: 14px; margin-left: 15px; } .con_circleGonggao>view { display: block; width: 95%; margin: 10px 0 0 15px; } .activefabu { width: 80%; height: 40px; text-align: center; line-height: 40px; font-size: 15px; background: linear-gradient(to right, #e85c6d, #fb689b); color: #fff; border-radius: 20px; margin: 20px auto; } .xinjian { margin-left: auto; margin-right: 5%; display: flex; align-items: center; color: #0D76ED; } .xinjian>image { width: 20px; height: 20px; margin-right: 5px; } .circleMoment { padding: 5%; } .top_circleMoment { width: 100%; display: flex; align-items: center; font-size: 14px; margin-top: 10px; margin-bottom: 20px; font-weight: bold; } .top_circleMoment .line { width: 5px; height: 20px; margin-right: 10px; border-radius: 5px; background-color: #9cc64d; } .con_circleMoment { width: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .con_circleMoment .con_circleMomentComment { font-size: 14px; width: 90%; line-height: 18px; margin: 0 auto; } .con_circleMoment .con_circleMomentImages { width: 90%; display: flex; flex-direction: row; align-items: center; } .con_circleMomentImages>image { width: 30%; height: 120px; margin-top: 10px; margin-right: 5px; border-radius: 5px; }