@import "/pages/wxgrid/wxgrid.wxss"; .publishContainer { width: 100%; height: 100%; } .descInputBox { width: 100%; height: 30%; display: flex; flex-direction: row; justify-content: center; white-space: nowrap; padding-top: 10rpx; } .descInput { background-color: transparent; height: 80rpx; font-size: 30rpx; border-bottom: 1px gray solid; margin-left: 40rpx; margin-right: 40rpx; width: 100%; } .photoBox { width: 100%; display: flex; flex-direction: row; justify-content: center; padding-top: 40rpx; } .scroll-list { width: 90%; } .photo { width: 600rpx; height: 600rpx; } .item-img { width: 120rpx; height: 120rpx; margin: 5rpx 5rpx 5rpx 5rpx; border-radius: 12rpx; } .buttonBox { height: 100rpx; width: 100%; margin-top: 10rpx; margin-bottom: 10rpx; position: absolute; bottom: 0rpx; left: 0rpx; display: flex; flex-direction: row; justify-content: center; } .buttonBox button { width: 90%; } .textarea { font-size: 28rpx; /* margin: 10%; */ background-color:lightgray; width: 90%; height: 100%; /* margin-top: 10rpx; */ padding:10rpx; } .placeholder { font-size: 28rpx; color: gray; } .popup-example--center { border-radius: 4px; } .popup-example--right .zan-popup__container { top: 0; bottom: 0; } .popup-example--left .zan-popup__container { top: 0; bottom: 0; } .popup-example--top .zan-popup__container { left: 0; right: 0; padding: 15px; background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 16px; } .popup-example--top .zan-popup__mask { opacity: 0; } .popup-example--bottom .zan-popup__container { left: 0; right: 0; }