|
@@ -35,7 +35,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.directask {
|
|
.directask {
|
|
|
- padding: 30rpx 18rpx 200rpx;
|
|
|
|
|
|
|
+ padding: 30rpx 18rpx 34rpx;
|
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
|
// padding-left: 0;
|
|
// padding-left: 0;
|
|
|
// border-top: 1px solid #ededed;
|
|
// border-top: 1px solid #ededed;
|
|
@@ -541,4 +541,32 @@
|
|
|
right: 26rpx;
|
|
right: 26rpx;
|
|
|
bottom: 26rpx;
|
|
bottom: 26rpx;
|
|
|
}
|
|
}
|
|
|
|
|
+}
|
|
|
|
|
+.video_show{
|
|
|
|
|
+ position:fixed;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+
|
|
|
|
|
+ background-color: rgba(0, 0, 0, .8);
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ width: 100vw;
|
|
|
|
|
+ z-index: 999;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ .content{
|
|
|
|
|
+ width: 80%;
|
|
|
|
|
+ // background-color: red;
|
|
|
|
|
+
|
|
|
|
|
+ // align-items: center;
|
|
|
|
|
+ margin: auto;
|
|
|
|
|
+ height: 100vh;
|
|
|
|
|
+
|
|
|
|
|
+ .uni-icons{
|
|
|
|
|
+ float: right;
|
|
|
|
|
+ margin-top: 4rpx;
|
|
|
|
|
+ margin-right: 10rpx;
|
|
|
|
|
+ }
|
|
|
|
|
+ .video-box{
|
|
|
|
|
+ background-color: #00ca88;
|
|
|
|
|
+ // margin-top: 10rpx;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|