123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- .container{
- width: 100%;
-
- .video-box {
- width: 100%;
-
- .video {
- width: 100%;
- }
- }
-
- .block-tag-box{
- border-radius: 6rpx;
- border: 1rpx solid $color-mixblue;
- padding: 5rpx 14rpx;
- .block-tag{
- font-size: 22rpx;
- color: $color-mixblue;
- }
- }
-
- .info-box {
- width: 650rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 30rpx 50rpx;
- height: 145rpx;
- background-color: #FFF;
-
-
- .info-name {
- font-size: 40rpx;
- font-weight: bold;
- color: $color-title;
- }
-
- .info-time {
- font-size: 28rpx;
- color: $color-subtitle;
- }
-
- .info-msg{
- font-weight: bold;
- font-size: 30rpx;
- color: $color-subtitle;
- }
- }
- .list-name-box{
- display: flex;
- align-items: center;
- margin:20rpx 0 20rpx 50rpx;
-
- .list-name{
- margin-left:15rpx;
- margin-bottom: 4rpx;
- font-size: 36rpx;
- font-weight: bold;
- color: #3B4144;
- line-height: 40rpx;
- }
- }
- .video-list{
- margin: 16rpx 0;
- display: flex;
- align-items: center;
- justify-content: center;
- .class-block{
- display: flex;
- flex-direction: column;
- justify-content: center;
- background-color: #FFF;
- padding: 16rpx 30rpx;
- height: 110rpx;
- width: 100%;
-
- .content-box{
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- // margin-top: -32rpx;
- }
- .content-info {
- font-size: 30rpx;
- font-weight: bold;
- color: $color-title;
- }
- .info-time {
- font-size: 22rpx;
- color: $color-subtitle;
- }
- }
- .btn{
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: 20rpx;
- height: 70rpx;
- width: 140rpx;
- border-radius: 10rpx;
- }
- }
- .flex-box{
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- }
- .flex{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .t-icon {
- size: 60rpx;
- }
- .start-tag{
- height: 40rpx;
- }
- .content-subtitle {
- font-size: 25rpx;
- font-weight: bold;
- color: #FFF;
- }
- .title-box{
- position: relative;
- top: -45rpx;
- width:fit-content;
- height: 36rpx;
- border-radius: 10rpx;
- padding: 5rpx 20rpx;
- }
- .u-action-sheet__header__title.data-v-b62b882e{
- color: $color-title !important;
- }
- .flex-icon{
- display: flex;
- justify-content: space-between;
- padding: 50rpx 100rpx 70rpx 100rpx;
- .t-icon{
- width: 80rpx;
- height: 80rpx;
- }
- .text{
- margin-top: 20rpx;
- color: $color-title;
- font-size:30rpx;
- }
- }
- .timeInfo{
- font-weight: bold;
- font-size: 40rpx;
- color: #aaaaaa;
- }
- }
-
|