| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-7835c6a4 {
- display: flex;
- flex-direction: column;
- min-height: 100vh;
- background-color: #f1f6fe;
- }
- .container .body.data-v-7835c6a4 {
- padding-left: 20rpx;
- margin-top: 20rpx;
- height: calc(100vh - 20rpx);
- background-color: #fff;
- }
- .container .body .body_box.data-v-7835c6a4 {
- display: flex;
- align-items: center;
- height: 170rpx;
- border-bottom: 1rpx solid #e6e6e6;
- }
- .container .body .body_box .box_radio.data-v-7835c6a4 {
- margin-left: 20rpx;
- }
- .container .body .body_box .box_info.data-v-7835c6a4 {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin-left: 40rpx;
- height: 95rpx;
- }
- .container .body .body_btn.data-v-7835c6a4 {
- margin: auto;
- margin-top: 400rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 297rpx;
- height: 100rpx;
- color: #fff;
- font-size: 32rpx;
- border-radius: 8rpx;
- background-color: #1e7dfb;
- }
|