提交 7f6591dc 编写于 作者: DCloud-yyl's avatar DCloud-yyl

web端与app端截图差异优化:通用头部去掉rpx单位

上级 daa369ce
......@@ -18,20 +18,17 @@
</script>
<style>
.common-page-head {
padding: 35rpx;
flex-direction: row;
justify-content: center;
padding: 20px;
align-items: center;
}
.common-page-head-title-box {
padding: 0 40rpx;
height: 88rpx;
border-bottom: 2rpx solid #D8D8D8;
padding: 0 20px;
border-bottom: 1px solid #D8D8D8;
}
.common-page-head-title {
line-height: 88rpx;
font-size: 30rpx;
line-height: 40px;
color: #BEBEBE;
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册