/* pages/imgs/imgs.wxss */ .container { position: relative; width: 100vw; height: 90vh; background: rgba(255, 255, 255, 0.5); /* fallback for old browsers */ overflow: hidden; } .container-header { background: rgba(16, 116, 187); width: 100%; text-align: center; height: 40px; line-height: 40px; font-weight: bold; } .container-content { position: relative; width: 100%; text-align: center; } .container-content-top { position: relative; padding: 10px 2px; display: flex; } .imgs-list{ padding: 5px 5px; max-height: calc( 100vh - 165px); overflow: auto; } .img-box{ display: inline; } .empty-text{ height: 40px; width: 100%; color: #333; } .weui-input{ position: relative; border: 1px solid rgba(16, 116, 187,.2); color: #333; height: 32px; line-height: 32px; width: 100%; } .mini-btn{ background:rgba(16, 116, 187) !important; color: #fff; border-radius: 5px; width: 100%; } .container-content-left{ width: 80%; } .container-content-right{ width: 20%; margin-left: 2px; line-height: 32px; } .img-content{ width: 200px; border: 2px solid rgba(16, 116, 187); padding: 1px; height: 100px; margin-bottom: 5px; }