/* packageH/Advertising/advertisingRelease/advertisingRelease.wxss */ #releaseAD { background-color: #fff; } #releaseAD .textarea-bg-color { background: #f6f6f6; /* margin: 28rpx; */ width: auto; border-radius: 10rpx; } #releaseAD .submit-btn { padding: 24rpx; } video { width: 103px; height: 130px; overflow: hidden; background: #f3f3f3; border: 1rpx dashed #c0ccda; margin-right: 16rpx; } .radio-box { display: flex; flex-direction: row-reverse; } .radio-box label { display: flex; align-items: center; padding-left: 30rpx; } .qitaimage { width: 150rpx; height: 150rpx; border-radius: 8rpx; border: solid 1rpx rgba(153, 153, 153, 1); display: flex; justify-content: center; align-items: center; margin: 5rpx 7rpx; position: relative; } .qitaMin { width: 76rpx; height: 76rpx; }