调整图片占比

dev_aliyun
杨树明 5 years ago
parent 6d9bbb70e3
commit f26bdbf6a9

@ -1,4 +1,4 @@
<img src="/images/educoder/teach_ex.jpg" width="100%"/>
<img src="/images/educoder/teach_ex.jpg" class="teach_ex" width="100%"/>
<div class="educontent">
<div class="edu-back-white mb30 mt30">
<p class="padding20-30 clearfix bor-bottom-greyE">

@ -1261,3 +1261,8 @@ html>body #ajax-indicator { position: fixed; }
font-size: 16px!important;
color: #AAAAAA;
}
.teach_ex{
object-fit: cover;
height: 300px;
}
Loading…
Cancel
Save