/* pages/log/log.wxss */ page{ width: 100%; height: 100%; background: #f5f5f5; } .topQuanzi{ width: 94%; height: 40px; display: flex; align-items: center; margin: 0 auto; background: #f6f6f6; border-radius: 30px; } .topQuanzi>image{ width: 25px; height: 25px; margin: 0 10px; } .topQuanzi>input{ flex: 1; height: 40px; line-height: 40px; font-size: 14px; } .topQuanzi>view{ width: 90px; height: 40px; text-align: center; line-height: 40px; font-size: 14px; background: #0D76ED; border-radius: 0 30px 30px 0; color: #fff; } .newQuanzi{ width: 100%; background: #fff; margin-top: 15px; } .btn_newQuanzi{ width: 200px; height: 40px; font-size: 18px; margin: 20px auto; border: 1px solid #ccc; display: flex; justify-content: center; align-items: center; } .btn_newQuanzi>image{ width: 25px; height: 25px; border-radius: 50%; } .myQuanzi{ width: 100%; } .myQuanzi>view{ font-size: 14px; color: #666; box-sizing: border-box; padding: 10px; display: flex; align-items: center; flex-wrap: wrap; } .xinjian{ margin-left: auto; margin-right: 5%; display: flex; align-items: center; color: #0D76ED; } .xinjian>image{ width: 20px; height: 20px; margin-right: 5px; } .myQuanzi>view>text{ display: inline-block; width: 5px; height: 18px; background: #f79b9b; margin-right: 10px; } .myQuanzilist{ width: 100%; } .myQuanzilist>view{ display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 10px; font-size: 14px; width: 100%; } .myQuanzilist>view>view{ flex: 1; display: flex; align-items: center; } .myQuanzilist>view>view>image{ width: 30px; height: 30px; border-radius: 50%; margin-right: 5px; } .listNull{ width: 100%; display: block!important; box-sizing: border-box; padding-bottom: 20px; } .listNull>image{ display: block; width: 80px; height: 80px; margin: 0 auto; } .listNull>view{ width: 150px; margin: 0 auto; font-size: 12px; color: #ccc; } .conQuanzi{ width: 100%; background: #fff; overflow: hidden; margin-top: 15px; } .top_conQuanzi{ width: 100%; display: flex; align-items: center; font-size: 14px; margin-top: 20px; box-sizing: border-box; padding-left: 5px; } .top_conQuanzi>image{ width: 15px; height: 15px; margin-right: 10px; } .quanziSearch{ margin-top: -25px; width: 100%; height: 60px; position: relative; } .con_quanziSearch{ position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 12px; border-radius: 50%; background: #0D76ED; color: #fff; } .con_conQuanzi{ width: 100%; min-height: 150px; box-sizing: border-box; padding: 10px; margin-bottom: 10px; } .quanziList{ width: 100%; height: 50px; display: flex; justify-content: space-between; align-items: center; font-size: 14px; } .quanziList>view{ flex: 1; display: flex; align-items: center; } .quanziList>view>image{ width: 30px; height: 30px; border: 1px solid #ccc; border-radius: 50%; margin-right: 5px; } .quanziList>view>text{ margin-left: 10px; }