提交 e816e2fd 编写于 作者: guangjun.yang's avatar guangjun.yang

优化样式等

上级 2d1abd01
......@@ -179,7 +179,7 @@ export default {
gotoCourse: function(courseId) {
let appVersion = getAppVersion(this.userInfo.appVersion);
// 弹框提示下载新版本可以试看
if(appVersion < 343) {
if(appVersion < 343 && !hasBindCard) {
this.$dialog.confirm({
className: 'con-dialog',
showCancelButton: false,
......
......@@ -149,11 +149,26 @@ export default {
.code {
display: flex;
flex-direction: row;
height: px2rem(60px);
line-height: px2rem(60px);
height: px2rem(40px);
line-height: px2rem(40px);
font-size: px2rem(14px);
margin: px2rem(20px) 0;
margin-bottom: px2rem(40px);
// padding: px2rem(20px) 0;
// padding-top: 0;
span {
display: inline-block;
margin-right: px2rem(10px);
color: #373839;
// width: px2rem(50px);
}
input {
flex: 1;
border: 1px solid #C7C8C9;
border-radius: px2rem(4px);
padding: 0 px2rem(10px);
color: #373839;
}
}
.error {
position: absolute;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册