@@ -9,7 +9,7 @@ | |||||
<div class="arrow arrowLeft"> | <div class="arrow arrowLeft"> | ||||
<van-icon name="arrow-left"></van-icon> | <van-icon name="arrow-left"></van-icon> | ||||
</div> | </div> | ||||
<div class="timearea">2023-11-28~2023-11-24</div> | |||||
<div class="timearea">2023-11-15~2023-11-22</div> | |||||
<div class="arrow arrowRight"> | <div class="arrow arrowRight"> | ||||
<van-icon name="arrow"></van-icon> | <van-icon name="arrow"></van-icon> | ||||
</div> | </div> | ||||
@@ -100,7 +100,7 @@ export default { | |||||
@include center(); | @include center(); | ||||
} | } | ||||
.input { | .input { | ||||
padding: 20px 0; | |||||
padding: 40px 0; | |||||
.van-cell { | .van-cell { | ||||
display: flex; | display: flex; | ||||
justify-content: space-between; | justify-content: space-between; | ||||
@@ -14,15 +14,9 @@ | |||||
flex-direction: column; | flex-direction: column; | ||||
.login-bg-img { | .login-bg-img { | ||||
height: 800px; | |||||
height: 100%; | |||||
width: 100%; | width: 100%; | ||||
@include center(); | @include center(); | ||||
img { | |||||
height: 800px; | |||||
width: 100%; | |||||
object-fit: contain; | |||||
} | |||||
} | } | ||||
.login-btn { | .login-btn { | ||||
@@ -631,7 +631,6 @@ export default { | |||||
height: 59px; | height: 59px; | ||||
color: #aaaaaa; | color: #aaaaaa; | ||||
font-size: 36px; | font-size: 36px; | ||||
border-bottom: 1px solid #e5e5e5; | |||||
text-indent: 10px; | text-indent: 10px; | ||||
text-align: right; | text-align: right; | ||||
&::-webkit-input-placeholder { | &::-webkit-input-placeholder { | ||||
@@ -65,5 +65,5 @@ export default { | |||||
}; | }; | ||||
</script> | </script> | ||||
<style scoped lang="scss"> | <style scoped lang="scss"> | ||||
@import url('./scss/experts.scss'); | |||||
@import './scss/experts.scss'; | |||||
</style> | </style> |
@@ -184,5 +184,5 @@ export default { | |||||
}; | }; | ||||
</script> | </script> | ||||
<style scoped lang="scss"> | <style scoped lang="scss"> | ||||
@import url('./scss/index.scss'); | |||||
@import './scss/index.scss'; | |||||
</style> | </style> |
@@ -155,5 +155,5 @@ export default { | |||||
</script> | </script> | ||||
" | " | ||||
<style scoped lang="scss"> | <style scoped lang="scss"> | ||||
@import url('./scss/trainingcamp.scss'); | |||||
@import './scss/trainingcamp.scss'; | |||||
</style> | </style> |
@@ -255,5 +255,5 @@ export default { | |||||
}; | }; | ||||
</script> | </script> | ||||
<style scoped lang="scss"> | <style scoped lang="scss"> | ||||
@import url('./scss/index.scss'); | |||||
@import './scss/index.scss'; | |||||
</style> | </style> |