提交 0407c862 编写于 作者: H hdx

component: 调整 rpx 为 px 基准 750

上级 ebb8674f
...@@ -116,8 +116,8 @@ export default { ...@@ -116,8 +116,8 @@ export default {
<style> <style>
.text-box { .text-box {
margin-bottom: 40rpx; margin-bottom: 20px;
padding: 40rpx 0; padding: 20px 0;
display: flex; display: flex;
background-color: #ffffff; background-color: #ffffff;
justify-content: center; justify-content: center;
...@@ -125,9 +125,9 @@ export default { ...@@ -125,9 +125,9 @@ export default {
} }
.text { .text {
font-size: 30rpx; font-size: 15px;
color: #353535; color: #353535;
line-height: 54rpx; line-height: 27px;
text-align: center; text-align: center;
} }
......
...@@ -129,8 +129,8 @@ export default { ...@@ -129,8 +129,8 @@ export default {
<style> <style>
.main { .main {
min-height: 200rpx; min-height: 100px;
padding: 10rpx 0; padding: 5px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.06); border-bottom: 1px solid rgba(0, 0, 0, 0.06);
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
.main .list-item { .main .list-item {
width: 100%; width: 100%;
height: 200rpx; height: 100px;
border: 1px solid #666; border: 1px solid #666;
} }
</style> </style>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<style> <style>
.main { .main {
padding: 10rpx 0; padding: 5px 0;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
} }
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
.text { .text {
color: #777; color: #777;
font-size: 26rpx; font-size: 13px;
} }
.is-hover { .is-hover {
......
...@@ -92,10 +92,10 @@ ...@@ -92,10 +92,10 @@
<style> <style>
.uni-input-v { .uni-input-v {
padding: 10rpx 0; padding: 5px 0;
} }
.uni-btn-ml { .uni-btn-ml {
margin-left: 10rpx; margin-left: 5px;
} }
</style> </style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册