/* pages/activeDetails/activeDetails.wxss */ .activeDetails>image{ width: 100%; height: 100px; } .con_activeDetails{ width: 80%; margin: 30px auto; } .con_activeDetails>text{ display: block; width: 100%; font-size: 12px; margin-bottom: 15px; } .botCon_activeDetails{ width: 100%; height: 76px; border-bottom: 1px solid #ccc; } .botCon_activeDetails>view{ width: 150px; float: right; color: #666; font-size: 10px; } .botCon_activeDetails>view>text{ display: block; margin-bottom: 5px; } .activejieshao{ width: 100%; height: 80px; box-sizing: border-box; padding: 10px; font-size: 12px; border-bottom: 1px solid #ccc; } .activebeijing{ background: #666; } .avtiveTab .van-tabs__line{ display: none; } .quanzi{ width: 100%; height: 200px; overflow-y: auto; } .quanzi>view{ width: 100%; height: 40px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; border-bottom: 1px solid #ccc; } .quanzi>view>view{ width: 50%; display: flex; align-items: center; } .quanzi>view>view>image{ width: 20px; height: 20px; border-radius: 50%; margin-right: 10px; margin-left: 15px; } .quanzi>view>text{ width: 50%; display: flex; justify-content: center; align-items: center; } .btnBaoming{ width: 100%; height: 30px; line-height: 30px; text-align: center; font-size: 13px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin-bottom: 3px; }