tijiao
This commit is contained in:
146
unpackage/dist/dev/mp-weixin/pages/medicaldes/video.wxss
vendored
Normal file
146
unpackage/dist/dev/mp-weixin/pages/medicaldes/video.wxss
vendored
Normal file
@@ -0,0 +1,146 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
@-webkit-keyframes example1-data-v-9cb4e274 {
|
||||
0% {
|
||||
-webkit-transform: translate(-100px);
|
||||
transform: translate(-100px);
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
-webkit-transform: translate();
|
||||
transform: translate();
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translate(0);
|
||||
transform: translate(0);
|
||||
}
|
||||
}
|
||||
@keyframes example1-data-v-9cb4e274 {
|
||||
0% {
|
||||
-webkit-transform: translate(-100px);
|
||||
transform: translate(-100px);
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
-webkit-transform: translate();
|
||||
transform: translate();
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translate(0);
|
||||
transform: translate(0);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* uni.scss */
|
||||
/* 颜色变量 */
|
||||
/* 主要颜色 */
|
||||
/* 文本颜色 */
|
||||
/* 其它颜色 */
|
||||
.video_box.data-v-9cb4e274 {
|
||||
position: relative;
|
||||
width: 750rpx;
|
||||
}
|
||||
.bottom_mask.data-v-9cb4e274 {
|
||||
position: absolute;
|
||||
left: 0rpx;
|
||||
bottom: 0rpx;
|
||||
right: 0rpx;
|
||||
height: 300rpx;
|
||||
width: 750rpx;
|
||||
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
|
||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
|
||||
}
|
||||
.video_file.data-v-9cb4e274 {
|
||||
width: 750rpx;
|
||||
}
|
||||
.play_schedule.data-v-9cb4e274 {
|
||||
position: absolute;
|
||||
bottom: 6rpx;
|
||||
left: 0;
|
||||
height: 16rpx;
|
||||
width: 750rpx;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-webkit-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: start;
|
||||
-webkit-justify-content: flex-start;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.schedule_bg.data-v-9cb4e274 {
|
||||
position: absolute;
|
||||
top: 7rpx;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 2rpx;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
.schedule.data-v-9cb4e274 {
|
||||
background-color: #fff;
|
||||
height: 2rpx;
|
||||
position: relative;
|
||||
}
|
||||
.progress_drag_dot.data-v-9cb4e274 {
|
||||
width: 16rpx;
|
||||
height: 16rpx;
|
||||
border-radius: 50%;
|
||||
background-color: #fff;
|
||||
}
|
||||
.play_btn.data-v-9cb4e274 {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 45%;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
-webkit-box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
justify-content: center;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
.icon_play.data-v-9cb4e274 {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user