123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- // out: index.wxss
- @keyframes numberMove {
- from {
- bottom: 20rpx;
- opacity: 1;
- }
- to {
- bottom: 200rpx;
- font-size: 50rpx;
- opacity: 0;
- }
- }
- .swiper_container {
- width: 100%;
- height: 100%;
- // padding-top: 20rpx;
- background: #eee;
- .video-swiper {
- width: 100%;
- height: 100%;
- display: block;
- background: #ffffff;
- // margin-top: 64rpx;
- }
- .swiper_item {
- width: 100%;
- // height: 100%;
- background: #ffffff;
- margin-bottom: 20rpx;
- padding-bottom: 20rpx;
- overflow: hidden;
- position: relative;
- &.no_swiper {
- max-height: 879rpx;
- min-height: 640rpx;
- }
- .head_box {
- width: 100%;
- height: 120rpx;
- display: flex;
- justify-content: space-between;
- padding-left: 20rpx;
- box-sizing: border-box;
- padding-right: 20rpx;
- position: relative;
- .tag_icon {
- width: 66rpx;
- height: 34rpx;
- position: absolute;
- right: 0;
- top: 0;
- }
- .user_box {
- width: 378rpx;
- height: 100%;
- display: flex;
- align-items: center;
- position: relative;
- .avatar {
- width: 80rpx;
- height: 80rpx;
- border: 2rpx solid green;
- border-radius: 50%;
- }
- .avatar_fans {
- width: 34rpx;
- height: 34rpx;
- position: absolute;
- bottom: 5rpx;
- left: 26rpx;
- }
- .user_right {
- margin-left: 16rpx;
- display: flex;
- align-items: center;
- .nickname {
- font-size: 30rpx;
- color: rgba(0, 0, 0, 0.80);
- font-weight: bold;
- }
- .efun_tag {
- width: 68rpx;
- height: 30rpx;
- margin-left: 4rpx;
- }
- }
- }
- .time {
- display: flex;
- align-items: center;
- font-size: 30rpx;
- color: rgba(0, 0, 0, 0.80);
- }
- .my_btn {
- display: flex;
- align-items: center;
- .delete {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-right: 45rpx;
- .download_image {
- width: 29rpx;
- height: 32rpx;
- margin-bottom: 2rpx;
- }
- .delete_image {
- width: 25rpx;
- height: 32rpx;
- margin-bottom: 2rpx;
- }
- .delete_text {
- font-size: 26rpx;
- color: rgba(0, 0, 0, 0.80);
- }
- }
- .hide {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-right: 23rpx;
- // padding-top: 3rpx;
- box-sizing: border-box;
- .hide_image {
- width: 32rpx;
- height: 33rpx;
- margin-bottom: 1rpx;
- }
- .hide_text {
- font-size: 26rpx;
- color: rgba(0, 0, 0, 0.80);
- }
- }
- }
- }
- .video_item {
- width: 100%;
- height: 422rpx;
- }
- .video_place {
- width: 100%;
- height: 430rpx;
- background: rgba(0, 0, 0, .3);
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- .play_btn {
- width: 100rpx;
- height: 100rpx;
- position: absolute;
- top: 170rpx;
- left: 0;
- right: 0;
- margin: 0 auto;
- }
- .place_img {
- width: 100%;
- height: 100%;
- }
- }
- .video_item_dialog {
- width: 100%;
- height: 422rpx;
- background: rgba(0, 0, 0, .3);
- display: flex;
- align-items: center;
- justify-content: center;
- position: absolute;
- z-index: 1;
- .video_item_dialog_img {
- width: 215rpx;
- height: 215rpx;
- }
- }
- .video_title {
- width: 100%;
- height: 58rpx;
- font-size: 34rpx;
- color: #373737;
- display: flex;
- align-items: center;
- padding-left: 27rpx;
- font-weight: bold;
- }
- .foot_box {
- width: 100%;
- height: 65rpx;
- margin-top: 43rpx;
- display: flex;
- justify-content: space-between;
- padding-left: 20rpx;
- .foot_left,
- .foot_right {
- display: flex;
- align-items: center;
- position: relative;
- }
- .video_btn {
- margin-right: 42rpx;
- font-size: 28rpx;
- color: rgba(0, 0, 0, 0.80);
- display: flex;
- flex-direction: row;
- align-items: center;
- .animation-flower {
- width: 90rpx;
- height: 40rpx;
- position: absolute;
- left: 17rpx;
- bottom: 24rpx;
- opacity: 0;
- display: flex;
- align-items: center;
- flex-direction: row;
- justify-content: center;
- .animation-flower-icon {
- width: 32rpx;
- height: 38rpx;
- display: block;
- margin-right: 8rpx;
- }
- text {
- margin-top: -15rpx;
- display: block;
- font-size: 26rpx;
- font-weight: 800;
- color: #fc3b3b;
- }
- }
- .add-one-come-out {
- animation: numberMove 1.2s ease;
- -webkit-animation: numberMove 1.2s ease;
- }
- &.share_btn {
- outline: none;
- padding: 0;
- margin: 0;
- background: #fff;
- }
- .collect_btn_icon {
- width: 48rpx;
- height: 46rpx;
- margin-right: 7rpx;
- }
- .share_btn_icon {
- width: 46rpx;
- height: 46rpx;
- margin-right: 8rpx;
- outline: none;
- padding: 0;
- margin: 0;
- border-radius: 0;
- background: #fff;
- }
- .flower_btn_icon {
- width: 46rpx;
- height: 46rpx;
- margin-right: 10rpx;
- border-radius: none;
- }
- .comment_btn_icon {
- width: 49rpx;
- height: 47rpx;
- margin-right: 9rpx;
- border-radius: 0;
- }
- }
- }
- .btn_wrapper {
- width: 100%;
- height: 111rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 45rpx;
- margin-bottom: 10rpx;
- padding-bottom: 20rpx;
- box-sizing: border-box;
- .reading_btn {
- width: 271rpx;
- height: 80rpx;
- background: #3FACFF;
- border-radius: 100rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- image {
- width: 39rpx;
- height: 50rpx;
- margin-right: 20rpx;
- }
- text {
- color: #fff;
- font-size: 30rpx;
- }
- }
- }
- }
- .no_work {
- width: 100%;
- height: 120rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- .no_work_text {
- color: #373737;
- font-size: 30rpx;
- }
- }
- }
|