Commit e4bef4da authored by 罗超's avatar 罗超

2

parent b09fe3e9
......@@ -17,4 +17,7 @@ export default {
@import "wxcomponents/vant/common/index.wxss";
@import "static/css/common.css";
@import "static/font/iconfont.css";
*{
box-sizing: border-box;
}
</style>
......@@ -207,9 +207,10 @@
</script>
<style scoped>
.indexassembly {
/* width: 200rpx; */
width: 110rpx;
height: 60rpx;
line-height: 60rpx;
position: relative;
}
.hotsopt {
......@@ -220,13 +221,13 @@
opacity: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
width: 110rpx;
height: 60rpx;
}
.btn {
width: 280rpx;
width: 100%;
height: 60rpx;
border-radius: 30rpx;
background: #4C50E7;
......
......@@ -248,6 +248,7 @@
}
.loginBox {
width: 110rpx;
height: 100%;
display: flex;
align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment