change.wxss 968 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-7835c6a4 {
  4. display: flex;
  5. flex-direction: column;
  6. min-height: 100vh;
  7. background-color: #f1f6fe;
  8. }
  9. .container .body.data-v-7835c6a4 {
  10. padding-left: 20rpx;
  11. margin-top: 20rpx;
  12. height: calc(100vh - 20rpx);
  13. background-color: #fff;
  14. }
  15. .container .body .body_box.data-v-7835c6a4 {
  16. display: flex;
  17. align-items: center;
  18. height: 170rpx;
  19. border-bottom: 1rpx solid #e6e6e6;
  20. }
  21. .container .body .body_box .box_radio.data-v-7835c6a4 {
  22. margin-left: 20rpx;
  23. }
  24. .container .body .body_box .box_info.data-v-7835c6a4 {
  25. display: flex;
  26. flex-direction: column;
  27. justify-content: space-between;
  28. margin-left: 40rpx;
  29. height: 95rpx;
  30. }
  31. .container .body .body_btn.data-v-7835c6a4 {
  32. margin: auto;
  33. margin-top: 400rpx;
  34. display: flex;
  35. justify-content: center;
  36. align-items: center;
  37. width: 297rpx;
  38. height: 100rpx;
  39. color: #fff;
  40. font-size: 32rpx;
  41. border-radius: 8rpx;
  42. background-color: #1e7dfb;
  43. }