index.wxss 963 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* pages/create-order/index.wxss */
  2. .sg-tabs {
  3. background: white;
  4. }
  5. .sg-tab {
  6. width: 50%;
  7. box-sizing: border-box;
  8. text-align: center;
  9. }
  10. .sg-tab:first-child {
  11. border-right: 1px solid #ebedf0;
  12. }
  13. .sg-form-item {
  14. display: flex;
  15. width: 100%;
  16. box-sizing: border-box;
  17. }
  18. .sg-form-item .sg-label {
  19. padding-right: 30rpx;
  20. min-width: 150rpx;
  21. }
  22. .sg-form-item .sg-input {
  23. flex-grow: 1;
  24. text-align: right;
  25. }
  26. .sg-order-box {
  27. background: white;
  28. }
  29. .sg-submit-box {
  30. justify-content: center;
  31. background: white;
  32. }
  33. .sg-device-list .sg-item {
  34. background: white;
  35. align-items: center;
  36. }
  37. .sg-device-list .sg-item .sg-left {
  38. display: flex;
  39. height: 80rpx;
  40. }
  41. .sg-device-list .sg-item .sg-right {
  42. height: 80rpx;
  43. }
  44. .sg-submit-box .sg-action {
  45. width: 50%;
  46. }
  47. .sg-submit-box.sg-fix-bottom {
  48. z-index: 1;
  49. }
  50. .sg-rent-date {
  51. padding: 5rpx 50rpx;
  52. border-radius: 40rpx;
  53. border-color: #BFC7D1;
  54. }
  55. .sg-device-list .sg-body .sg-item > view {
  56. width: 50%;
  57. }