浏览代码

登录的bug

luyanan 7 年之前
父节点
当前提交
5b3b5d0f9e
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      app/css/app.css

+ 3 - 2
app/css/app.css

@ -1016,10 +1016,10 @@ footer.chatFooter .mui-icon-paperplane {font-size: 16px;word-break: keep-all;lin
1016 1016
.frmboxNew .getCode{background: #ff9900;color:#FFFFFF;}
1017 1017
.frmboxNew .mui-row.mui-input-row:after{display: block;}
1018 1018
/*第三方快捷登录*/
1019
.quickbox{ width: 100%;position:fixed;bottom:10px;text-align: center;}
1019
.quickbox{ width: 100%;position:relative;top:150px;text-align: center;}
1020 1020
.quicktit{position: relative;min-height: 36px;}
1021 1021
.quicktit:after{position: absolute;content:"";left:15px;right:15px;top:10px;height: 1px;background: #E5E5E5;}
1022
.quicktit .borderword{position:absolute;left:50%;margin-left:-60px;z-index:4;padding:0 20px;font-size: 14px; color:#999999;background: #F4f6f8;}
1022
.quicktit .borderword{position:absolute;left:50%;margin-left:-60px;z-index:1;padding:0 20px;font-size: 14px; color:#999999;background: #F4f6f8;}
1023 1023
.quickway{padding:0;margin: 0;overflow: hidden;}
1024 1024
.quickway li{list-style: none;}
1025 1025
.quickway li img{width: 42px;height: 42px;margin:10px 10px 6px;}
@ -1073,6 +1073,7 @@ footer.chatFooter .mui-icon-paperplane {font-size: 16px;word-break: keep-all;lin
1073 1073
.showDetail .attenSpan:before{position:absolute;content:"\e468";top:50%;left:2px;margin-top:-10px;font-size:20px;}
1074 1074
.showDetail .attenedSpan{background:#CCCCCC;padding-left:8px;}
1075 1075
.showDetail .attenedSpan:before{content:"";}
1076
.showDetail .invite{margin-top: -13px;border-radius: 4px;display: inline-block;line-height: normal; position: absolute;top: 50%;right: 15px;padding: 6px 8px; background-color:#ff9900;color: #fff;font-size: 12px;}
1076 1077
.showDetail .showMain{font-size:15px;color:#333;line-height:28px;/*text-indent: 2em;*/}
1077 1078
.showDetail .showMain img{max-width: 100%;/*margin-left:-32px;*/}
1078 1079
.showDetail .showMain p{margin-bottom:10px;font-size:15px;color:#333;}