|
|
@@ -643,18 +643,7 @@ export default {
|
|
|
.search-bar {
|
|
|
flex: 1;
|
|
|
}
|
|
|
- .city-select {
|
|
|
- display: flex;
|
|
|
- flex-shrink: 0;
|
|
|
- align-items: center;
|
|
|
- margin-right: 15upx;
|
|
|
- margin-left: 45upx;
|
|
|
- background-color: #ffff;
|
|
|
- .iconfont {
|
|
|
- margin-left: 20upx;
|
|
|
- font-size: 30upx;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
.scroll-middle_bx {
|
|
|
flex: 1;
|
|
|
@@ -679,22 +668,10 @@ export default {
|
|
|
font-size: 26upx;
|
|
|
color: #444;
|
|
|
font-weight: 400;
|
|
|
- .tag {
|
|
|
- display: flex;
|
|
|
- padding: 0 20upx;
|
|
|
- align-items: center;
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- height: 32upx;
|
|
|
- background: #ff2842;
|
|
|
- border-radius: 16upx;
|
|
|
- color: #fff;
|
|
|
- font-size: 20upx;
|
|
|
+
|
|
|
+ &:last-child{
|
|
|
+ margin-bottom: 110upx;
|
|
|
}
|
|
|
- &:last-child{
|
|
|
- margin-bottom: 110upx;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.active {
|
|
|
@@ -726,29 +703,7 @@ export default {
|
|
|
font-weight: 600;
|
|
|
color: #666666;
|
|
|
}
|
|
|
- .select-cmd_bx {
|
|
|
- & .kc {
|
|
|
- color: #999999;
|
|
|
- font-size: 28upx;
|
|
|
- font-weight: 400;
|
|
|
- margin-bottom: 60upx;
|
|
|
- text-align: center;
|
|
|
- margin-top: 10upx;
|
|
|
- }
|
|
|
- & .num_bx {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- margin-bottom: 80upx;
|
|
|
- & > input {
|
|
|
- width: 212upx;
|
|
|
- height: 80upx;
|
|
|
- border: 1upx solid #dddddd;
|
|
|
- border-radius: 4upx;
|
|
|
- text-align: center;
|
|
|
- margin-right: 24upx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
.class-popup-style{
|
|
|
z-index:999999;
|
|
|
@@ -759,7 +714,7 @@ export default {
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
gap: 24upx;
|
|
|
padding: 50upx 40upx 60upx 40upx;
|
|
|
- max-height: 98vh;
|
|
|
+ max-height: 99vh;
|
|
|
overflow-y: auto;
|
|
|
width: 92vw;
|
|
|
max-width: 650upx;
|
|
|
@@ -775,7 +730,7 @@ export default {
|
|
|
|
|
|
.action-button {
|
|
|
width: 100%;
|
|
|
- height: 110upx;
|
|
|
+ height: 120upx;
|
|
|
border: 2upx solid #d0d7de;
|
|
|
border-radius: 16upx;
|
|
|
background: #ffffff;
|