.container { padding: 10px; height: 100vh; box-sizing: border-box; } .textarea { width: 100%; height: 200px; padding: 12px; line-height: 20px; box-sizing: border-box; } .lh20{ line-height: 20px; } .type-box{ margin-bottom: 12px; } .type-item{ width: 60px; height: 30px; text-align: center; line-height: 30px; border-radius: 15px; margin-right: 8px; background-color: #fff; font-size: 16px; } .type-active{ background-color: var(--color-ysd); color:#fff; } .weui-uploader__input-box:before { width: 2px; height: 24px; } .weui-uploader__input-box:after { width: 24px; height: 2px; } .weui-uploader__img{ border-radius: 4px; } .weui-uploader__file .delImg{ position: absolute; right: -6px; top:-6px; z-index: 99; } .weui-uploader__bd{ overflow: inherit; } .weui-uploader__file, .weui-uploader__input-box { /* width: calc((100vw - 105px - 40px) / 3); height: calc((100vw - 105px - 40px) / 3); */ border-radius: 4px; width: 76px; height: 76px; margin-right: 11px; } .weui-uploader__input-box::after, .weui-uploader__input-box::before { content: none; }