/* pages/gongyiClass/gongyiClass.wxss */ .top_gongyiClass{ width: 100%; display: flex; flex-wrap: wrap; } .top_gongyiClass>view{ width: 100%; display: flex; flex-wrap: wrap; } .top_gongyiClass>view>view{ height: 36px; text-align: center; line-height: 30px; font-size: 14px; margin-top: 10px; padding: 0 20px; } .top_gongyiClass>view>view>view{ width: 40px; height: 6px; margin: 0 auto; border-radius: 30px; } .firstTab{ color: #ff3535; } .firstTab>view{ background: #ff9696; } .top_gongyiClass>view>text{ display: block; padding: 3px 20px; font-size: 13px; height: 25px; line-height: 25px; margin-top: 5px; } .lookHistory{ width: 100%; position: relative; margin-bottom: 20px; } .lookHistory>view{ width: 100%; display: flex; justify-content: center; align-items: center; color: #000; } .leftLine{ width: 22%; height: 2px; background: linear-gradient(to left, #599eff, #fff); margin-right: 10px; } .rightLine{ width: 22%; height: 2px; background: linear-gradient(to right, #599eff, #fff); margin-left: 10px; } .lookHistory>text{ position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; display: block; height: 40px; line-height: 40px; text-align: right; font-size: 12px; box-sizing: border-box; color: #599eff; }