| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-c10d0c50 {
- width: 100%;
- min-height: 100vh;
- background-image: url(/static/bg.png);
- background-size: 100% 100%;
- }
- .container .body.data-v-c10d0c50 {
- margin: 0 30rpx;
- padding: 60rpx 0;
- }
- .container .body .form.data-v-c10d0c50 {
- border-radius: 5px;
- background-color: #fff;
- }
- .container .body .form .form_item.data-v-c10d0c50 {
- display: flex;
- align-items: center;
- margin-left: 40rpx;
- line-height: 100rpx;
- border-bottom: 1px solid #D9D9D9;
- }
- .container .body .form .form_item .form_item_key.data-v-c10d0c50 {
- width: 160rpx;
- font-size: 32rpx;
- color: #808080;
- text-align-last: justify;
- }
- .container .body .form .form_item .form_item_value.data-v-c10d0c50 {
- margin-left: 60rpx;
- font-size: 32rpx;
- font-weight: bold;
- }
- .container .body .form .info.data-v-c10d0c50 {
- margin: 0 40rpx;
- font-size: 24rpx;
- color: #808080;
- }
- .container .body .form .foot_button.data-v-c10d0c50 {
- margin-top: 30rpx;
- padding: 0 40rpx;
- }
- .container .body .form .bottom.data-v-c10d0c50 {
- padding-bottom: 50rpx;
- }
|