index.wxss 969 B

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