/* pages/classDetails/classDetails.wxss */ page{ width: 100%; height: 100%; } .classDetails{ width: 100%; height: 100%; } .top_classDetails{ width: 100%; border-bottom: 1px solid #f0f0f0; } .top_classDetails>text{ display: block; width: 100%; height: 50px; line-height: 50px; text-align: center; font-size: 15px; } .top_classDetails>view{ width: 90%; height: 170px; margin: 0 auto; display: flex; justify-content: space-between; } .top_classDetails>view>image{ width: 40%; height: 150px; } .top_classDetails>view>view{ width: 55%; height: 150px; } .top_classDetails>view>view>text{ display: block; width: 100%; height: 40px; font-size: 14px; color:#4F4F4F; } .top_classDetails>view>view>view{ width: 100%; font-size: 14px; color:#969696; } .kechengjianjie{ width: 100%; box-sizing: border-box; padding: 10px 5%; font-size: 14px; line-height: 25px; border-bottom: 1px solid #f0f0f0; } .top_classfenji{ width: 100%; height: 50px; display: flex; align-items: center; box-sizing: border-box; padding: 0 5%; font-size: 14px; color:#4F4F4F; } .top_classfenji>image{ width: 13px; height: 13px; margin-right: 5px; } .bot_classfenji{ width: 100%; font-size: 13px; } .bot_classfenji>view{ width: 90%; margin: 10px auto; display: flex; justify-content: space-between; margin-bottom: 15px; } .bot_classfenji>view>view{ padding: 4px 15px; border-radius: 8px; position: relative; background: #0D76ED; font-size:14px; color: #fff; } .bot_classfenji>view>text{ flex: 1; font-size: 14px; color:#969696; } .suo{ position: absolute; bottom: 4px; right: 0; width: 15px; height: 15px; } .play{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; } .play>video{ width: 100%; max-height: 500px; } .play>view{ position: absolute; width: 100%; height: 40px; bottom: 0; left: 0; font-size: 14px; } .play .van-button--large{ height: 40px; } .backplay{ position: fixed; bottom: 0; left: 0; width: 100%; height: 30px; text-align: center; line-height: 30px; font-size: 14px; } .fufeilook{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5) } .con_fufeilook{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 280px; height: 300px; background: #fff; border-radius: 5px; text-align: center; } .con_fufeilook>image{ width:50px; height: 50px; position: absolute; top:-19px; left:-16px; } .top_con_fufeilook{ width: 100%; text-align: center; font-size: 18px; margin-top:25px; font-weight: 600; } .fufeiBtn{ position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; display: flex; justify-content: space-between; border-top: 1px solid #ccc; } .fufeiBtn>view{ width: 50%; line-height: 50px; text-align: center; font-size: 14px; }