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

修改样式等

上级 43c8a98a
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
/> />
<!-- <span>激活码</span> <!-- <span>激活码</span>
<input type="text" maxlength="26" v-model="activationCode" placeholder="请输入激活码"> --> <input type="text" maxlength="26" v-model="activationCode" placeholder="请输入激活码"> -->
<div class="cover"></div>
</div> </div>
<div class="cover"></div>
<span class="error">{{errorMsg}}</span> <span class="error">{{errorMsg}}</span>
<img v-show="!!activationCode" @click="clear" src="../../images/cme/phrase2/close.png" /> <img v-show="!!activationCode" @click="clear" src="../../images/cme/phrase2/close.png" />
</section> </section>
...@@ -153,22 +153,22 @@ export default { ...@@ -153,22 +153,22 @@ export default {
} }
.input-wrapper { .input-wrapper {
position: relative; position: relative;
.cover {
position: relative;
top: px2rem(-77px);
z-index: 1000;
height: 0;
border-top: px2rem(4px) solid #fff;
margin-left: px2rem(58px);
margin-right: px2rem(2px);
border-radius: px2rem(4px);
// background: #000;
}
.code { .code {
position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: px2rem(20px) 0; padding: px2rem(20px) 0;
padding-top: 0; padding-top: 0;
.cover {
width: px2rem(286px);
position: absolute;
top: px2rem(21.5px);
z-index: 1000;
border-top: px2rem(4px) solid #fff;
margin-left: px2rem(57px);
margin-right: px2rem(1px);
border-radius: px2rem(4px);
}
} }
.error { .error {
position: absolute; position: absolute;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册