|
@@ -176,7 +176,6 @@ export default {
|
|
|
position: relative;
|
|
|
line-height: 0;
|
|
|
overflow: visible !important;
|
|
|
- margin-bottom: 24px !important;
|
|
|
|
|
|
.videoBg {
|
|
|
width: 100%;
|
|
@@ -274,8 +273,11 @@ export default {
|
|
|
border-radius: 10px;
|
|
|
font-size: 16px;
|
|
|
overflow: hidden;
|
|
|
- .fieldText /deep/.van-field__control{
|
|
|
- caret-color: #01C1B5;
|
|
|
+ .fieldText {
|
|
|
+ border-radius: 10px;
|
|
|
+ /deep/.van-field__control{
|
|
|
+ caret-color: #01C1B5;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.van-field__control::placeholder {
|