/* pages/mine/wxml/release/release.wxss */ page{ padding-bottom:92rpx; } #container{ background: #ececec; width: 100%; box-sizing: border-box; } .section{ width: 100%; background: #fff; 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 textarea{ width: 80%; } .section input{ width: 70%; } .section text{ float: right; } #littleinp{ width: 70%; } .section::after{ clear:both; content: ""; display: block } .picker{ 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 { font-size: 30rpx; } .weui-uploader__info { margin-left: 10rpx; font-size: 30rpx; 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-uploadervideo__title { font-size: 30rpx; margin-left: 10rpx; } .uploadimages{ width: 200px; height: 150px; margin: 20rpx; } .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{ width: 100%; height: 100rpx; } .btn{ height: 92rpx; width: 100%; position: fixed; left: 0; bottom: 0; z-index: 99; border-radius: 0; } .body-view{ line-height: 70rpx; } .section switch{ float: right; } .detail-parameter{ display: block; width: 100%; } .section .parameter-add{ width: 260rpx; margin: 20rpx auto 0; padding: 10rpx 0; float: none; } .parameter-list::after{ content: ''; display: block; clear: both; } .detail-parameter .parameter-list{ float: none; } .parameter-add::after{ content: ''; display: block; clear: both; } .parameter-add image{ float: left; width: 35rpx; height: 35rpx; margin-right: 10rpx; } .parameter-add text{ float: left; color: #aaf78e; line-height: 35rpx; } .detail-parameter .parameter-list #name{ width: 200rpx; border-bottom: 1px solid #eee; margin-right: 20rpx; } .detail-parameter .parameter-list #cont{ width: 490rpx; border-bottom: 1px solid #eee; } form button{ padding: 0; } form button::after{ content: ''; display: none; } .u-publish-btn{ position: fixed; bottom: 50rpx; left: 50%; transform: translateX(-50%); width: 698rpx; line-height: 90rpx; border-radius: 4rpx; background: #1a1a1a; font-size: 38rpx; font-weight: bolder; color: #fff; } .picker{color:#808080} textarea { height: 592rpx; padding-top: 8rpx } .choosefile{ width: 100%; background: #fff; padding: 20rpx; box-sizing: border-box; font-size: 30rpx; border-bottom: 1px solid #ececec; line-height: 50rpx; } .choosefile view{ float: left; } .choosefile text{ float: left; margin-left: 15rpx; color: blue; } .choosefile button{ float: right; } .choosefile::after{ clear:both; content: ""; display: block }