Commit e4bef4da authored by 罗超's avatar 罗超

2

parent b09fe3e9
...@@ -17,4 +17,7 @@ export default { ...@@ -17,4 +17,7 @@ export default {
@import "wxcomponents/vant/common/index.wxss"; @import "wxcomponents/vant/common/index.wxss";
@import "static/css/common.css"; @import "static/css/common.css";
@import "static/font/iconfont.css"; @import "static/font/iconfont.css";
*{
box-sizing: border-box;
}
</style> </style>
...@@ -207,9 +207,10 @@ ...@@ -207,9 +207,10 @@
</script> </script>
<style scoped> <style scoped>
.indexassembly { .indexassembly {
/* width: 200rpx; */ width: 110rpx;
height: 60rpx; height: 60rpx;
line-height: 60rpx; line-height: 60rpx;
position: relative;
} }
.hotsopt { .hotsopt {
...@@ -220,13 +221,13 @@ ...@@ -220,13 +221,13 @@
opacity: 0; opacity: 0;
left: 0; left: 0;
top: 0; top: 0;
width: 100%; width: 110rpx;
height: 100%; height: 60rpx;
} }
.btn { .btn {
width: 280rpx; width: 100%;
height: 60rpx; height: 60rpx;
border-radius: 30rpx; border-radius: 30rpx;
background: #4C50E7; background: #4C50E7;
......
...@@ -248,6 +248,7 @@ ...@@ -248,6 +248,7 @@
} }
.loginBox { .loginBox {
width: 110rpx;
height: 100%; height: 100%;
display: flex; display: flex;
align-items: center; 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