|
@@ -12,7 +12,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-col :span="24" class="top">
|
|
|
- <el-col :span="12" class="time">时间</el-col>
|
|
|
+ <el-col :span="12" class="time">上课时间</el-col>
|
|
|
<el-col :span="12" class="date">
|
|
|
<el-col :span="24"> {{ today.date }}</el-col>
|
|
|
<el-col :span="24">{{ today.day }}</el-col>
|
|
@@ -96,28 +96,25 @@ p {
|
|
|
}
|
|
|
.time {
|
|
|
background-color: #ffffff;
|
|
|
- height: 70px;
|
|
|
font-size: 16px;
|
|
|
- padding: 0px 0px 0 50px;
|
|
|
- line-height: 60px;
|
|
|
color: #222222;
|
|
|
+ text-align: center;
|
|
|
+ padding: 15px 0;
|
|
|
}
|
|
|
.date {
|
|
|
background-color: #ffffff;
|
|
|
- height: 70px;
|
|
|
font-size: 16px;
|
|
|
-
|
|
|
- line-height: 30px;
|
|
|
color: #222222;
|
|
|
+ text-align: center;
|
|
|
+ padding: 6px 0;
|
|
|
}
|
|
|
.context {
|
|
|
background-color: #ffffff;
|
|
|
- height: 102px;
|
|
|
width: 92%;
|
|
|
margin: 15px 15px 0 15px;
|
|
|
color: #bbbbbb;
|
|
|
+ padding: 15px 0;
|
|
|
}
|
|
|
-
|
|
|
.contexttime {
|
|
|
padding: 15px 20px 0 20px;
|
|
|
}
|