/* pages/moments/publish/momentpublish.wxss */ .page-box-2 { margin: 15rpx; padding: 15rpx; background-color: #ffffff; display: flex; flex-direction: column; align-items: flex-start; } van-action-sheet input { border: 1px solid rgb(194, 194, 194); border-radius: 10rpx; height: 60rpx; line-height: 60rpx; margin-top: 9rpx; padding-left: 10rpx; } van-action-sheet textarea { border: 1px solid rgb(194, 194, 194); border-radius: 10rpx; margin-top: 9rpx; padding: 10rpx; } van-action-sheet .line { height: 90rpx; text-align: center; line-height: 90rpx; width: 90%; border-top-width: 1rpx; border-top-color: #f5f5f5; border-top-style: solid; border-bottom-width: 1rpx; border-bottom-color: #f5f5f5; border-bottom-style: solid; } van-action-sheet .noline { height: 90rpx; text-align: center; line-height: 90rpx; width: 90%; } van-action-sheet .line:active { color: black; background-color: #f5f5f5; } van-action-sheet .noline:active { color: black; background-color: #f5f5f5; } .type-box { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; width: 100%; flex-wrap: wrap; } .type-box .item { display: flex; flex-direction: column; align-items: center; justify-content: center; } .type-box image { width: 84rpx; height: 84rpx; } .input-box { display: flex; width: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding: 15rpx; } .input-box .title { font-size: 32rpx; color: #000; } .input-box textarea { font-size: 28rpx; color: #000; width: 100%; border: 1rpx solid #f5f5f5; padding: 15rpx; margin-top: 15rpx; height: 200rpx; } .control-box { display: flex; flex-direction: row; align-items: center; justify-content: space-around; padding: 15rpx; border: 1rpx solid #f5f5f5; margin-top: 15rpx; } .control-box .item { font-size: 32rpx; flex-grow: 1; text-align: center; } .item-input { line-height: 80rpx; height: 80rpx; width: 100%; background-color: #f5f5f5; text-align: left; padding-left: 15rpx; margin-top: 15rpx; border-radius: 10rpx; } .control-box .item:active { background-color: #f5f5f5; } .control-box .item:nth-child(2) { font-size: 32rpx; border-left: 1rpx solid #f5f5f5; border-right: 1rpx solid #f5f5f5; padding: 0rpx 15rpx; margin-right: 15rpx; } .item-box { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 100%; } .movie-box { display: flex; width: 100%; border-radius: 10rpx; height: 350rpx; flex-direction: row; align-items: center; justify-content: center; } .movie-box image { border-radius: 10rpx; width: 100%; height: 350rpx; } .choose-box { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; font-size: 32rpx; flex-wrap: wrap; width: 100%; } .choose-box .item-text { margin-left: 15rpx; } .choose-box .item-text:nth-child(1) { margin-left: 0rpx; } .choose-item:nth-child(1) { margin-left: 0rpx; } .choose-box .item { margin-left: 15rpx; padding: 8rpx; } .choose-box .item:nth-child(1) { margin-left: 0rpx; } .dir-box { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; width: 100%; } .dir-parent-box { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 100%; margin-top: 15rpx; } .dir-parent-box .title { width: 120rpx; } .sel-item { margin: 15rpx; } /* 选中的条目边框 */ .sel-border { border: 1rpx solid #E6B980; border-radius: 10rpx; padding-bottom: 15rpx; } /* 语音弹框 */ .audio-box { display: flex; flex-direction: row; width: 100%; justify-content: center; align-items: center; min-height: 400rpx; }