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

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

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