123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .dh {
- position: relative;
- }
- .dh::after {
- content: '';
- background-color: red;
- left: 0;
- top: 0;
- width: 0%;
- height: 100%;
- position: absolute;
- -webkit-animation: go 1s infinite;
- animation: go 1s infinite;
- z-index: 0;
- }
- @-webkit-keyframes go {
- to {
- width: 100%;
- background-color: greenyellow;
- }
- }
- @keyframes go {
- to {
- width: 100%;
- background-color: greenyellow;
- }
- }
- .jsbox .bt {
- width: 140rpx;
- margin-bottom: 10rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .jsbox .ts {
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #E31818;
- }
- .jsbox .js {
- height: 70rpx;
- background: #F5F5F5;
- border: 1rpx solid #E8E8E8;
- border-radius: 10rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- font-size: 48rpx;
- padding: 0 20rpx;
- box-sizing: border-box;
- overflow: hidden;
- }
- .jsbox .js .jsbtn {
- height: 50rpx;
- background: -webkit-linear-gradient(left, #E31818, #ED3E24, #ED4F24);
- background: linear-gradient(90deg, #E31818, #ED3E24, #ED4F24);
- border-radius: 25rpx;
- font-size: 24rpx;
- color: #FFFFFF;
- font-weight: 400;
- font-family: PingFang SC;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- margin: 0;
- z-index: 1;
- }
- .jsbox .js .timeText {
- z-index: 1;
- }
- .content {
- width: 100%;
- padding-bottom: 10rpx;
- }
- .item-box {
- background-color: #fff;
- border-radius: 10rpx;
- margin: 10rpx 30rpx;
- }
- .item-box .item-titBox {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 20rpx;
- border-bottom: 1rpx solid #e8e8e8;
- }
- .item-box .item-titBox .item-tit {
- border-left: 8rpx solid #E31818;
- font-size: 30rpx;
- line-height: 58rpx;
- padding: 11rpx;
- }
- .item-box .item-titBox .item-tit-right {
- font-size: 26rpx;
- color: #666666;
- line-height: 58rpx;
- padding: 11rpx;
- }
- .item-box .video-box {
- padding: 30rpx 20rpx;
- }
- .item-box .video-box .myVideo {
- width: 650rpx;
- height: 360rpx;
- border-radius: 10rpx;
- }
- .item-box .video-box .tit-box {
- width: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- padding: 10rpx 0 26rpx;
- }
- .item-box .video-box .tit-box .video-box-tit {
- height: 31rpx;
- font-size: 20rpx;
- border: 1rpx solid #E31A19;
- border-radius: 2rpx;
- padding: 5rpx 9rpx;
- color: #E31818;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .item-box .video-box .tit-box .video-box-btn {
- margin: 0;
- height: 40rpx;
- background: -webkit-linear-gradient(left, #E31818, #ED3E24, #ED4F24);
- background: linear-gradient(90deg, #E31818, #ED3E24, #ED4F24);
- border-radius: 20rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- color: #FFFFFF;
- font-size: 20rpx;
- }
- .top-box {
- margin: 10rpx 20rpx;
- }
- .unbind {
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- background-color: rgba(35, 34, 33, 0.2);
- z-index: 10;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- text-align: center;
- color: red;
- }
- .timingBox {
- height: 335rpx;
- background-color: #ffffff;
- margin: 10rpx;
- border-radius: 10rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- padding: 2% 5%;
- box-sizing: border-box;
- position: relative;
- overflow: hidden;
- }
- .timingBox .classHourStatistics {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .timingBox .classHourStatistics .timing-item {
- height: 80rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- font-size: .8rem;
- padding: 25rpx 15rpx;
- border-radius: 10rpx;
- }
- .timingBox .classHourStatistics .timing-item .timing-time {
- font-size: .8rem;
- border-radius: 10rpx;
- }
|