Commit b91c3459 authored by youjie's avatar youjie

no message

parent 917c1851
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;
top: 475rpx; top: 342rpx;
} }
.noCourse { .noCourse {
display: flex; display: flex;
...@@ -310,7 +310,6 @@ ...@@ -310,7 +310,6 @@
.titleHeader{ .titleHeader{
position: fixed; position: fixed;
top: 0; top: 0;
/* 131rpx */
left: 0; left: 0;
right: 0; right: 0;
padding: 0 36rpx; padding: 0 36rpx;
...@@ -431,20 +430,17 @@ ...@@ -431,20 +430,17 @@
.content-box{ .content-box{
position: fixed; position: fixed;
top: 329rpx; top: 329rpx;
/* 460rpx */
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: #ffffff; background: #ffffff;
border-radius: 50rpx 50rpx 0 0; border-radius: 50rpx 50rpx 0 0;
padding: 80rpx 0 0 0; padding: 80rpx 0 0 0;
/* 42rpx */
} }
.addicon{ .addicon{
position: fixed; position: fixed;
right: 50rpx; right: 50rpx;
top: 269rpx; top: 269rpx;
/* 400rpx */
z-index: 2; z-index: 2;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment