/* pages/mine/wxml/delivergoods/delivergoods.wxss */ .container { background: #ececec; width: 100%; box-sizing: border-box; } .count { width: 100%; } .section { width: 100%; background: #fff; /* display: flex; */ padding: 20rpx; box-sizing: border-box; font-size: 30rpx; border-bottom: 1px solid #ececec; line-height: 50rpx; } .section view, .section input, .section textarea { float: left; } .section input, .section textarea { width: 82%; } .news { font-size: 28rpx; background: #fff; padding: 20rpx; border-radius: 10rpx; box-shadow: 0 5rpx 10rpx #ccc; box-sizing: border-box; margin: 20rpx; position: relative; } .news :nth-child(1) { margin-bottom: 20rpx; } .news :nth-child(2) { font-size: 26rpx; color: #999; } #littleinp { width: 78%; } .section::after { clear: both; content: ""; display: block; } .picker { margin-left: 20rpx; width: 70%; height: 50rpx; } page { line-height: 1.6; font-family: -apple-system-font, "Helvetica Neue", sans-serif; } icon { vertical-align: middle; } .weui-cell { padding: 10px; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; } .weui-cell_input { padding-top: 0; padding-bottom: 0; } .weui-uploader__hd { display: -webkit-box; display: -webkit-flex; display: flex; padding-bottom: 10px; align-items: center; } .weui-uploader__title { flex: 1; } .weui-uploader__info { color: #b2b2b2; } .weui-uploader__bd { margin-bottom: -4px; margin-right: -9px; overflow: hidden; } .weui-uploader__file { float: left; margin-right: 9px; margin-bottom: 9px; } .weui-uploader__img { display: block; width: 79px; height: 79px; } .weui-uploader__input-box { float: left; position: relative; margin-right: 9px; margin-bottom: 9px; width: 77px; height: 77px; border: 1px solid #d9d9d9; } .weui-uploader__input-box:before, .weui-uploader__input-box:after { content: " "; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #d9d9d9; } .weui-uploader__input-box:before { width: 2px; height: 39.5px; } .weui-uploader__input-box:after { width: 39.5px; height: 2px; } .weui-uploader__input { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } .hideTrue { display: none; } .bottom { padding-bottom: 100rpx; } .btn { width: 100%; position: fixed; bottom: 0; z-index: 99; } .body-view { line-height: 70rpx; } .section switch { float: right; } .remarks { padding: 20rpx; } .remarks text { float: left; } .remarks textarea { width: 80%; margin-left: 10rpx; float: left; padding: 10px; background: #ececec; box-sizing: border-box; } .remarks::after { clear: both; content: ""; display: block; }