提交 583dc217 编写于 作者: A Anne_LXM

rpx to px

上级 37f46a07
...@@ -204,8 +204,8 @@ ...@@ -204,8 +204,8 @@
<style> <style>
.card { .card {
width: 700rpx; width: 350px;
height: 750rpx; height: 375px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
...@@ -219,15 +219,15 @@ ...@@ -219,15 +219,15 @@
} }
.card-img { .card-img {
width: 700rpx; width: 350px;
height: 750rpx; height: 375px;
border-radius: 10px; border-radius: 10px;
} }
.state { .state {
top: 10px; top: 10px;
left: 10px; left: 10px;
width: 650rpx; width: 325px;
padding: 4px; padding: 4px;
position: absolute; position: absolute;
flex-direction: row; flex-direction: row;
......
...@@ -109,8 +109,8 @@ ...@@ -109,8 +109,8 @@
} }
.card { .card {
width: 700rpx; width: 350px;
height: 750rpx; height: 375px;
position: absolute; position: absolute;
margin: 0 12px; margin: 0 12px;
margin-top: 30px; margin-top: 30px;
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
.state { .state {
top: 10px; top: 10px;
left: 10px; left: 10px;
width: 650rpx; width: 325px;
padding: 4px; padding: 4px;
position: absolute; position: absolute;
flex-direction: row; flex-direction: row;
......
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
.scroll-fold-nav { .scroll-fold-nav {
height: 44px; height: 44px;
width: 750rpx; width: 375px;
justify-content: center; justify-content: center;
} }
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
width: 700rpx; width: 350px;
top: 0px; top: 0px;
} }
......
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
.swiper-item, .swiper-item,
.video-box, .video-box,
.video-cover { .video-cover {
width: 750rpx; width: 375px;
flex: 1; flex: 1;
height: 100%; height: 100%;
} }
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
} }
.video-box { .video-box {
width: 750rpx; width: 375px;
} }
.video-cover { .video-cover {
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
.debug-info { .debug-info {
position: fixed; position: fixed;
top: 15px; top: 15px;
width: 750rpx; width: 375px;
background-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.3);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册