|
@@ -13,6 +13,10 @@
|
|
|
div{
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
+ p,span{
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
.box{
|
|
|
/* width: 320px;
|
|
|
height: 487px; */
|
|
@@ -97,10 +101,6 @@
|
|
|
height: 256px;
|
|
|
float: right;
|
|
|
}
|
|
|
- p,span{
|
|
|
- margin: 0 !important;
|
|
|
- padding: 0 !important;
|
|
|
- }
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
@@ -113,7 +113,7 @@
|
|
|
<div style="border-bottom: 1px solid #EBEDF0;padding: 0 48px 60px 48px;">
|
|
|
<img class="avatar" src="{{AVATAR_1}}" alt="">
|
|
|
<div class="item-con">
|
|
|
- <div class="text-one name">{{TITLE_1}}</div>
|
|
|
+ <div class="text-one name" style="padding-top: 5px;">{{TITLE_1}}</div>
|
|
|
<div style="color: #666;font-size: 48px;">主讲:{{SPEAKER_1}}</div>
|
|
|
<div style="font-size: 40px;color: #999;margin-top: 20px;color: {{TIME_COLOR_1}};">{{TIME_1}}</div>
|
|
|
</div>
|
|
@@ -135,7 +135,7 @@
|
|
|
<div style="border-bottom: 1px solid #EBEDF0;padding: 0 48px 60px 48px;">
|
|
|
<img class="avatar" src="{{AVATAR_2}}" alt="">
|
|
|
<div class="item-con">
|
|
|
- <div class="text-one name">{{TITLE_2}}</div>
|
|
|
+ <div class="text-one name" style="padding-top: 5px;">{{TITLE_2}}</div>
|
|
|
<div style="color: #666;font-size: 48px;">主讲:{{SPEAKER_2}}</div>
|
|
|
<div style="font-size: 40px;color: #999;margin-top: 20px;color: {{TIME_COLOR_2}};">{{TIME_2}}</div>
|
|
|
</div>
|