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

rpx to px

上级 37f46a07
......@@ -204,8 +204,8 @@
<style>
.card {
width: 700rpx;
height: 750rpx;
width: 350px;
height: 375px;
position: absolute;
top: 0;
left: 0;
......@@ -219,15 +219,15 @@
}
.card-img {
width: 700rpx;
height: 750rpx;
width: 350px;
height: 375px;
border-radius: 10px;
}
.state {
top: 10px;
left: 10px;
width: 650rpx;
width: 325px;
padding: 4px;
position: absolute;
flex-direction: row;
......
......@@ -109,8 +109,8 @@
}
.card {
width: 700rpx;
height: 750rpx;
width: 350px;
height: 375px;
position: absolute;
margin: 0 12px;
margin-top: 30px;
......@@ -126,7 +126,7 @@
.state {
top: 10px;
left: 10px;
width: 650rpx;
width: 325px;
padding: 4px;
position: absolute;
flex-direction: row;
......
......@@ -157,7 +157,7 @@
.scroll-fold-nav {
height: 44px;
width: 750rpx;
width: 375px;
justify-content: center;
}
......@@ -190,7 +190,7 @@
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 700rpx;
width: 350px;
top: 0px;
}
......
......@@ -206,7 +206,7 @@
.swiper-item,
.video-box,
.video-cover {
width: 750rpx;
width: 375px;
flex: 1;
height: 100%;
}
......@@ -216,7 +216,7 @@
}
.video-box {
width: 750rpx;
width: 375px;
}
.video-cover {
......@@ -246,7 +246,7 @@
.debug-info {
position: fixed;
top: 15px;
width: 750rpx;
width: 375px;
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.
先完成此消息的编辑!
想要评论请 注册