mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-10 03:16:46 +08:00
style:面授课详情样式调整
This commit is contained in:
@@ -19,12 +19,16 @@ export default {
|
|||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
.text {
|
.text {
|
||||||
|
width: 90%;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
padding-top: 33px;
|
padding-top: 33px;
|
||||||
margin-left: 11px;
|
margin-left: 11px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
style="width: 13px; height: 14.5px; margin-right: 5.5px"
|
style="width: 13px; height: 14.5px; margin-right: 5.5px"
|
||||||
src="../../assets/image/faceteach/time.png"
|
src="../../assets/image/faceteach/time.png"
|
||||||
/>
|
/>
|
||||||
<div style="font-size: 12px; color: rgba(110, 123, 132, 1)">
|
<div style="font-size: 12px; color: rgba(110, 123, 132, 1);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 120px;">
|
||||||
{{
|
{{
|
||||||
dayjs(data.planDto?.beginTime).format("YYYY-MM-DD HH:mm") +
|
dayjs(data.planDto?.beginTime).format("YYYY-MM-DD HH:mm") +
|
||||||
" 至 " +
|
" 至 " +
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
style="width: 13px; height: 15px; margin-right: 5.5px"
|
style="width: 13px; height: 15px; margin-right: 5.5px"
|
||||||
src="../../assets/image/faceteach/position.png"
|
src="../../assets/image/faceteach/position.png"
|
||||||
/>
|
/>
|
||||||
<div style="font-size: 12px; color: rgba(110, 123, 132, 1)">
|
<div style="font-size: 12px; color: rgba(110, 123, 132, 1);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 120px;">
|
||||||
{{ data.planDto?.address }}
|
{{ data.planDto?.address }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user