123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /* 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: 24rpx;
- }
- .head text:nth-child(2) {
- color: #1B87EA;
- }
- .write {
- padding: 42rpx;
- box-sizing: border-box;
- }
- .write input {
- font-size: 32rpx;
- }
- .write .add {
- width: 126rpx;
- height: 126rpx;
- margin-top: 30rpx;
- }
- .minImg{
- width: 33.3%;
- height: 300rpx;
- margin: 10rpx;
- }
|