| xqd
@@ -20,6 +20,7 @@
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
+ padding: 0 20rpx;
|
|
|
}
|
|
|
|
|
|
.info-content .info-video {
|
| xqd
@@ -58,17 +59,17 @@
|
|
|
left: 0;
|
|
|
}
|
|
|
|
|
|
-.info-content .info-label {
|
|
|
- width: 100%;
|
|
|
- height: 100rpx;
|
|
|
+.info-content .info-label,
|
|
|
+.info-content .info-date {
|
|
|
+ display: inline;
|
|
|
line-height: 100rpx;
|
|
|
- padding: 0 24rpx;
|
|
|
- white-space: nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow: hidden;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
+.info-content .info-date {
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+
|
|
|
.modal {
|
|
|
position: fixed;
|
|
|
top: 0;
|