page { background-color: var(--td-bg-color-container); /* background-color: #f9f9f9; */ background: linear-gradient(to bottom, #F0F5F5 -40%, #F0F5F5 40%,#F0F5F5 100%); padding: 10rpx 20rpx 20rpx 20rpx; box-sizing: border-box; } .body{ background-color: #ffffff; border-radius: 10rpx; padding: 0rpx 0rpx; box-sizing: border-box; } .car{ margin-top: 20rpx; padding: 20rpx 30rpx; box-sizing: border-box; display: flex; justify-content: space-between; } .car1{ margin-top: 20rpx; padding: 0rpx 30rpx; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; } .car_right{ /* width: 240rpx; */ display: flex; justify-content: space-between; } .cartbuy{ padding: 8rpx 26rpx; border-radius: 10rpx; border: 1rpx solid #cccccc; } .carsell{ padding: 8rpx 26rpx; border-radius: 10rpx; border: 1rpx solid red; } .model_right{ display: flex; justify-content: space-between; } .picker{ width: 400rpx; height: 80rpx; display: flex; align-items: center; justify-content: space-between; } .call-btn { margin-top: 40rpx; margin-bottom: 64rpx; background-color: #0197D4; color: white; width: 90%; height: 96rpx; line-height: 96rpx; font-size: 34rpx; border-radius: 48rpx; box-sizing: border-box; display: flex; justify-content:space-around; } .call-btn_left_electricity{ width: 50%; height: 100%; } .call-btn_right_electricity{ width: 50%; height: 100%; border-left: 4rpx solid #ffffff; } .powerlevel{ border-radius: 6rpx; text-align: right; padding-right: 40rpx; } /* */ radio-group{ display: flex; align-items: center; } .weui-cell{ display: flex; align-items: center; } .weui-cell__hd{ margin-left: 20rpx; } .car11{ margin-top: 20rpx; box-sizing: border-box; display: flex; align-items: center; flex-direction: column; justify-content: space-between; } .car1_box{ width: 100%; display: flex; align-items: center; justify-content: center; height: 60rpx; } /* 原有样式 */ .car_1{ padding: 20rpx; font-size: 28rpx; color: #000; font-weight: bold; } .car11 { margin: 0 20rpx; border: 1rpx solid #e5e5e5; border-radius: 10rpx; overflow: hidden; } .car1_box0 { display: flex; background-color: #f5f5f5; } .car1_box0, .car1_box { display: flex; width: 100%; box-sizing: border-box; } .car1_box1, .car1_box11 { flex: 1; font-size: 26rpx; height: 80rpx; padding: 20rpx; text-align: center; border-bottom: 1rpx solid #e5e5e5; border-right: 1rpx solid #e5e5e5; box-sizing: border-box; } .car1_box2, .car1_box22 { flex: 1; padding: 20rpx; height: 80rpx; font-size: 26rpx; margin: 0rpx; text-align: center; border-bottom: 1rpx solid #e5e5e5; border-right: 1rpx solid #e5e5e5; box-sizing: border-box; } .car1_box3, .car1_box33 { flex: 1; font-size: 26rpx; height: 80rpx; padding: 20rpx; text-align: center; border-bottom: 1rpx solid #e5e5e5; border-right: 1rpx solid #e5e5e5; box-sizing: border-box; } .car1_box4, .car1_box44 { flex: 1; padding: 20rpx; height: 80rpx; font-size: 26rpx; text-align: center; border-bottom: 1rpx solid #e5e5e5; border-right: 1rpx solid #e5e5e5; box-sizing: border-box; } .car1_box44_text{ display: flex; align-items: center; justify-content: center; } /* 选择器容器样式 */ .car1_picker { flex: 1; box-sizing: border-box; } /* 未选择时间时的提示文字样式 */ .car1_box33:empty::before, .car1_box44:empty::before { /* content: '选择时间'; */ color: #999; box-sizing: border-box; } .car1_box55 { color: #ff4444; box-sizing: border-box; } /* 新增操作列样式 */ .car1_box5 { flex: 1; height: 80rpx; padding: 20rpx; text-align: center; border-bottom: 1rpx solid #e5e5e5; box-sizing: border-box; } .car1_box55 { flex: 1; padding: 20rpx; height: 80rpx; text-align: center; border-bottom: 1rpx solid #e5e5e5; box-sizing: border-box; color: #ff4444; } /* 添加按钮样式 */ .add-row-btn { padding: 20rpx; text-align: center; color: #007aff; font-size: 28rpx; /* border-top: 1rpx solid #e5e5e5; */ } .add-row-btn view { display: inline-block; padding: 10rpx 20rpx; border: 1rpx dashed #007aff; border-radius: 6rpx; }