bind.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-8c1ad2ae {
  4. display: flex;
  5. flex-direction: column;
  6. min-height: 100vh;
  7. background-color: #f1f6fe;
  8. }
  9. .container .body.data-v-8c1ad2ae {
  10. position: relative;
  11. padding: 0 20rpx;
  12. margin-top: 20rpx;
  13. height: calc(100vh - 20rpx);
  14. background-color: #fff;
  15. }
  16. .container .body .body_row.data-v-8c1ad2ae {
  17. display: flex;
  18. justify-content: space-between;
  19. align-items: center;
  20. height: 90rpx;
  21. font-size: 28rpx;
  22. }
  23. .container .body .body_row .row_input.data-v-8c1ad2ae {
  24. box-sizing: border-box;
  25. padding: 0 30rpx;
  26. width: 628rpx;
  27. height: 90rpx;
  28. border-radius: 15rpx;
  29. background-color: #f2f2f2;
  30. }
  31. .container .body .mt-40.data-v-8c1ad2ae {
  32. margin-top: 40rpx;
  33. }
  34. .container .body .mt-30.data-v-8c1ad2ae {
  35. margin-top: 30rpx;
  36. }
  37. .container .body .body_btn.data-v-8c1ad2ae {
  38. position: absolute;
  39. bottom: 150rpx;
  40. left: 227rpx;
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. width: 297rpx;
  45. height: 100rpx;
  46. color: #fff;
  47. font-size: 32rpx;
  48. border-radius: 8rpx;
  49. background-color: #1e7dfb;
  50. }