| 12345678910111213141516171819202122232425262728293031323334 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-7a246550 {
- box-sizing: border-box;
- padding: 20rpx 0;
- height: 100vh;
- background-color: #fff;
- overflow-y: auto;
- }
- .container .form_title.data-v-7a246550 {
- margin-bottom: 30rpx;
- font-size: 28rpx;
- text-align: left;
- }
- .container .upload.data-v-7a246550 {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 690rpx;
- height: 316rpx;
- font-size: 28rpx;
- color: #bfbfbf;
- border-radius: 16rpx;
- border: 2rpx solid #707070;
- background-color: #fff;
- }
- .container .footer.data-v-7a246550 {
- margin: 50rpx auto 30rpx;
- width: 700rpx;
- }
- .container .footer.data-v-7a246550 .wd-button {
- background-color: #ff8205;
- }
|