Commit c332cb19 by zhangleyuan

feat:优化图片显示

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