bind.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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_text.data-v-8c1ad2ae {
  24. flex: 1;
  25. padding-right: 30rpx;
  26. text-align-last: justify;
  27. }
  28. .container .body .body_row .row_input.data-v-8c1ad2ae {
  29. box-sizing: border-box;
  30. padding: 0 30rpx;
  31. width: 590rpx;
  32. height: 90rpx;
  33. border-radius: 15rpx;
  34. background-color: #f2f2f2;
  35. }
  36. .container .body .mt-40.data-v-8c1ad2ae {
  37. margin-top: 40rpx;
  38. }
  39. .container .body .mt-30.data-v-8c1ad2ae {
  40. margin-top: 30rpx;
  41. }
  42. .container .body .body_btn.data-v-8c1ad2ae {
  43. position: absolute;
  44. bottom: 150rpx;
  45. left: 227rpx;
  46. display: flex;
  47. justify-content: center;
  48. align-items: center;
  49. width: 297rpx;
  50. height: 100rpx;
  51. color: #fff;
  52. font-size: 32rpx;
  53. border-radius: 8rpx;
  54. background-color: #1e7dfb;
  55. }