master
Tuzki 1 year ago
parent 767118f1a3
commit 1c5248d64e
  1. 2
      ruoyi-ui/src/views/h5/introContent/index.vue
  2. 2
      ruoyi-ui/src/views/h5/introContents/index.vue
  3. 2
      ruoyi-ui/src/views/h5/introContentss/index.vue
  4. 10
      ruoyi-ui/src/views/h5/welcome.vue
  5. 2
      ruoyi-ui/src/views/login.vue

@ -45,7 +45,7 @@ export default {
<style lang="scss" scoped>
.intro-box {
width: 100%;
height: 100vh;
height: 100%;
background-image: url(../../../assets/images/intro_content_bg.png);
background-size: cover;
background-repeat: no-repeat;

@ -20,7 +20,7 @@ export default {
<style lang="scss" scoped>
.intro-box {
width: 100%;
height: 100vh;
height: fit-content;
background-image: url(../../../assets/images/intro_content_bg.png);
background-size: cover;
background-repeat: no-repeat;

@ -65,7 +65,7 @@ export default {
<style lang="scss" scoped>
.intro-box {
width: 100%;
height: 100vh;
height: fit-content;
background-image: url(../../../assets/images/intro_content_bg.png);
background-size: cover;
background-repeat: no-repeat;

@ -68,7 +68,7 @@
:before-close="handleClose"
:visible.sync="dialogVisible"
class="m-dialog"
width="70%">
:width="heckIsMobile()?'70%':'20%'">
<span>欢迎您加入河北省非物质文化遗产保护协会</span>
<span slot="footer" class="dialog-footer">
</span>
@ -370,7 +370,7 @@ export default {
.title{
font-family: Songti SC;
font-weight: 900;
font-size: 24px;
font-size: 32px;
color: #723233;
text-align: center;
margin: 50px 0;
@ -410,7 +410,11 @@ export default {
flex-direction: column;
width: 100%;
.content-title{
margin: -50px 0 20px;
margin: -5px 0 20px;
font-family: Source Han Sans SC;
font-weight: 400;
font-size: 24px;
color: #1B1B1B;
}
.content-btns{
display: flex;

@ -55,7 +55,7 @@
<span v-if="!loading"> </span>
<span v-else> 中...</span>
</el-button>
<div v-if="register" style="float: right;">
<div v-if="register" style="float: right;width: 100%;display: flex;justify-content: space-between;flex-direction: row-reverse;">
<router-link :to="'/register'" class="link-type" style="margin-right: 20px">立即注册</router-link>
<router-link :to="'/forgetPassword'" class="link-type">忘记密码</router-link>
</div>

Loading…
Cancel
Save