|
@@ -107,7 +107,7 @@
|
|
.searchGroup {
|
|
.searchGroup {
|
|
background: #fff;
|
|
background: #fff;
|
|
border-radius: 12px;
|
|
border-radius: 12px;
|
|
- padding: 0 0 30px;
|
|
|
|
|
|
+ padding: 0 0 0;
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
|
&.searchGroupOnly {
|
|
&.searchGroupOnly {
|
|
@@ -173,25 +173,27 @@
|
|
}
|
|
}
|
|
|
|
|
|
.n-form-item-feedback-wrapper {
|
|
.n-form-item-feedback-wrapper {
|
|
- min-height: 14px;
|
|
|
|
|
|
+ min-height: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.moreSearch {
|
|
.moreSearch {
|
|
- position: absolute;
|
|
|
|
- bottom: 0;
|
|
|
|
- left: 50%;
|
|
|
|
- transform: translateX(-50%);
|
|
|
|
|
|
+ // position: absolute;
|
|
|
|
+ // bottom: 0;
|
|
|
|
+ // left: 50%;
|
|
|
|
+ // transform: translateX(-50%);
|
|
font-size: max(17px, 12Px);
|
|
font-size: max(17px, 12Px);
|
|
color: #198CFE;
|
|
color: #198CFE;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
// background: url('./images/search-bg.png') no-repeat center;
|
|
// background: url('./images/search-bg.png') no-repeat center;
|
|
// background-size: contain;
|
|
// background-size: contain;
|
|
width: 222px;
|
|
width: 222px;
|
|
- line-height: 34px;
|
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ line-height: 1.2;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
+ padding-bottom: 16px;;
|
|
|
|
|
|
&::after {
|
|
&::after {
|
|
content: '';
|
|
content: '';
|