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

component: 调整 rpx 为 px 基准 750

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