123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /* pages/Input_content/input_content.wxss */
- .input-content {
- height: 100%;
- background: #F4F4F4;
- }
- .head {
- height: 82rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- background: #fff;
- padding: 42rpx;
- box-sizing: border-box;
- border-top: 2rpx #F4F4F4 solid;
- }
- .head text {
- font-size: 28rpx;
- }
- .head text:nth-child(2) {
- color: #1B87EA;
- }
- .write {
- padding: 42rpx;
- box-sizing: border-box;
- }
- .write .textarea-placeholder{
- font-size: 28rpx;
- color: #bebebe;
- }
- .write .add {
- width: 180rpx;
- height: 180rpx;
- }
- .minImg{
- width: 180rpx;
- height: 180rpx;
- margin: 10rpx;
- }
- .shareArea{
- height:200rpx;
- }
|