/* pages/create-order/index.wxss */ .sg-tabs { background: white; } .sg-tab { width: 50%; box-sizing: border-box; text-align: center; } .sg-tab:first-child { border-right: 1px solid #ebedf0; } .sg-form-item { display: flex; width: 100%; box-sizing: border-box; } .sg-form-item .sg-label { padding-right: 30rpx; min-width: 150rpx; } .sg-form-item .sg-input { flex-grow: 1; text-align: right; } .sg-order-box { background: white; } .sg-submit-box { justify-content: center; background: white; } .sg-device-list .sg-item { background: white; align-items: center; } .sg-device-list .sg-item .sg-left { display: flex; height: 80rpx; } .sg-device-list .sg-item .sg-right { height: 80rpx; } .sg-submit-box .sg-action { width: 50%; } .sg-submit-box.sg-fix-bottom { z-index: 1; } .sg-rent-date { padding: 5rpx 50rpx; border-radius: 40rpx; border-color: #BFC7D1; } .sg-device-list .sg-body .sg-item > view { width: 50%; }