1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .body.data-v-2bfad09e {
- min-height: 100vh;
- box-sizing: border-box;
- padding: 21rpx 16rpx;
- background-color: #F3F5FB;
- padding-bottom: 160rpx;
- }
- .body .status-item.data-v-2bfad09e {
- padding: 22rpx 32rpx;
- background-color: #fff;
- font-size: 28rpx;
- line-height: 1;
- display: inline-block;
- color: #434343;
- margin-right: 20rpx;
- border-radius: 2px;
- }
- .body .status-item.active.data-v-2bfad09e {
- background: rgba(22, 141, 236, 0.16);
- color: #168DEC;
- }
- .body.data-v-2bfad09e .uni-forms-item__content .uni-easyinput, .body.data-v-2bfad09e .uni-forms-item__content .uni-select {
- background-color: #fff;
- }
- .body .upload-container .upload.data-v-2bfad09e {
- width: 216rpx;
- display: block;
- }
- .body .upload-container .tip.data-v-2bfad09e {
- font-size: 24rpx;
- line-height: 28rpx;
- color: #999999;
- padding-top: 20rpx;
- }
- .body .footer.data-v-2bfad09e {
- width: 100%;
- height: 136rpx;
- background: #FFFFFF;
- border-radius: 16rpx 16rpx 0px 0px;
- position: fixed;
- left: 0;
- bottom: 0;
- text-align: center;
- color: #168DEC;
- font-size: 32rpx;
- padding-top: 20rpx;
- letter-spacing: 2px;
- }
- .body .preview.data-v-2bfad09e {
- padding-top: 50rpx;
- }
- .body .preview .preview-item.data-v-2bfad09e {
- width: 200rpx;
- height: 200rpx;
- }
|