Commit c332cb19 by zhangleyuan

feat:优化图片显示

parent 00d38a54
...@@ -84,57 +84,58 @@ ...@@ -84,57 +84,58 @@
#poster2{ #poster2{
background: #FFF; background: #FFF;
margin:0; margin:0;
padding: 20px; padding: 40px;
width:606px;
.course-name-title { .course-name-title {
font-size: 14px; font-size: 28px;
color: #333; color: #333;
line-height: 20px; line-height: 40px;
margin-bottom: 4px; margin-bottom: 8px;
} }
.live-couse-name{ .live-couse-name{
font-size:16px; font-size:32px;
color:#333333; color:#333333;
font-weight: 600; font-weight: 600;
} }
.course-name { .course-name {
color: #333; color: #333;
font-size: 16px; font-size: 32px;
font-weight: 600; font-weight: 600;
line-height: 20px; line-height: 40px;
} }
.course-cover { .course-cover {
width: 526px; width: 526px;
height: 286px; height: 286px;
border-radius: 6px; border-radius: 6px;
margin-top: 8px; margin-top: 16px;
} }
.qrcode-wrap { .qrcode-wrap {
padding: 0 16px; padding: 0 32px;
display: flex; display: flex;
align-items: center; align-items: center;
margin: 24px 0 16px 0; margin: 48px 0 32px 0;
&__left { &__left {
width: 98px; width: 196px;
text-align: center; text-align: center;
margin-right: 22px; margin-right: 44px;
.text { .text {
line-height: 20px; line-height: 40px;
} }
.finger { .finger {
width: 40px; width: 80px;
height: 40px; height: 80px;
margin-top: 8px; margin-top: 16px;
} }
} }
&__right { &__right {
width: 110px; width: 220px;
height: 110px; height: 220px;
padding: 6px padding: 12px
} }
} }
...@@ -142,12 +143,12 @@ ...@@ -142,12 +143,12 @@
// padding: 8px 16px; // padding: 8px 16px;
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 8px; margin-bottom: 16px;
.text { .text {
font-size: 12px; font-size: 24px;
color: #999; color: #999;
font-size: 14px; font-size: 28px;
line-height: 20px; line-height: 40px;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
......
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