1.页面样式修改

main
862857010@qq.com 2 years ago
parent 1ca9b2bf45
commit 4d9f9c6d31
  1. 2
      ruoyi-ui/src/views/login.vue

@ -224,7 +224,7 @@ th{text-align:left;}
/* 登录 标题 */ /* 登录 标题 */
.u-login-tit{margin-bottom:1em;text-align:center;} .u-login-tit{margin-bottom:1em;text-align:center;}
.u-login-tit .title{position:relative;display:inline-block;height:86px;padding-left:220px;font-size:2em;color:#fff;line-height:86px;} .u-login-tit .title{position:relative;display:inline-block;height:86px;padding-left:220px;font-size:2em;color:#fff;line-height:86px;}
.u-login-tit .title:before{border: 1px solid #fff;background: #fff;content:'';position:absolute;left:0;top:50%;display:inline-block;width:200px;height:86px;background:url(../assets/image/wl-logo-zhangjiakou.png) center;background-size:cover; .u-login-tit .title:before{content:'';position:absolute;left:0;top:50%;display:inline-block;width:200px;height:86px;background:url(../assets/image/wl-logo-zhangjiakou.png) center;background-size:cover;
transform:translate(0,-50%); transform:translate(0,-50%);
-ms-transform:translate(0,-50%);/* IE 9 */ -ms-transform:translate(0,-50%);/* IE 9 */
-webkit-transform:translate(0,-50%);/* Safari and Chrome */ -webkit-transform:translate(0,-50%);/* Safari and Chrome */

Loading…
Cancel
Save