123456789101112131415161718 |
- @import "/static/common.wxss";
- .add-box input, .add-box textarea{border:2rpx solid #c7c7cc;border-radius: 20rpx;}
- .bottom-btn{display: flex;padding:20rpx;}
- .bottom-btn button{
- line-height: 2;
- border-radius: 10rpx;
- }
- .bottom-btn .btn-forwx{
- flex: .5;
- margin-right: 20rpx;
- color: var(--subtitleColor);
- background: #fff;
- border: 1px solid var(--subtitleColor);
- }
- .bottom-btn .submit{
- flex: 1;
- }
|