|
|
@@ -44,7 +44,10 @@ |
|
|
|
</view> |
|
|
|
<view class="tSec2Location"> |
|
|
|
<text class="text-xxl cuIcon cuIcon-location"></text> |
|
|
|
{{ k.className }} |
|
|
|
<view class="classRoomName"> |
|
|
|
<text>{{ k.classRoom }}</text> |
|
|
|
<text>{{k.className}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@@ -427,6 +430,24 @@ |
|
|
|
font-size: 13px; |
|
|
|
color: #888888; |
|
|
|
} |
|
|
|
|
|
|
|
.tSec2Location .classRoomName{ |
|
|
|
// display: inline; |
|
|
|
line-height: 14px; |
|
|
|
width: calc(100% - 24px); |
|
|
|
float: right; |
|
|
|
|
|
|
|
|
|
|
|
height: 51px; |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
.tSec2Location .classRoomName uni-text{ |
|
|
|
text-align: center; |
|
|
|
display: inline-block; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.noHtml { |
|
|
|
height: 100%; |
|
|
|