|
|
@@ -125,21 +125,17 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
- @import url("../static/css/en-common.css") ;
|
|
|
+ @import url("../static/css/en-common.css");
|
|
|
.iconfont {
|
|
|
color: #3169FA;
|
|
|
}
|
|
|
.box{
|
|
|
- background-color: #ffffff;
|
|
|
- border-bottom: 2rpx solid #F0F0F0;
|
|
|
- padding: 34rpx 0 32rpx 0;
|
|
|
.input-box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
.input-box-left {
|
|
|
width: 210rpx;
|
|
|
min-width: 210rpx;
|
|
|
- font-size: 32rpx;
|
|
|
color: #333333;
|
|
|
}
|
|
|
.input-box-right{
|
|
|
@@ -155,9 +151,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
|