123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- .readingBox {
- position: relative;
- height: 100vh;
- width: 100vw;
- display: flex;
- flex-direction: column;
- background-color: white;
- }
- .readingBox .poster {
- top: 0px;
- left: 0px;
- position: absolute;
- width: 100%;
- height: 422rpx;
- z-index: 10;
- }
- .readingBox #myVideo {
- width: 100%;
- height: 422rpx;
- }
- .readingBox .audio {
- position: relative;
- width: 100%;
- height: 422rpx;
- }
- .readingBox .audio .mask {
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .readingBox .audio .audioBg {
- width: 100%;
- height: 100%;
- filter: blur(12px);
- }
- .readingBox .audio .audioPlay {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- border-radius: 20rpx;
- background-color: rgba(0, 0, 0, 0.3);
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .readingBox .audio .audioPlay .audioPlayBg {
- width: 200rpx;
- height: 200rpx;
- }
- .readingBox .audio .audioPlay .audioPlayZhen {
- position: absolute;
- right: 270rpx;
- top: 118rpx;
- width: 42rpx;
- height: 50rpx;
- }
- .readingBox .audio .audioPlay .cover {
- position: absolute;
- width: 180rpx;
- height: 180rpx;
- border-radius: 50%;
- }
- .readingBox .audio .audioPlay .circle {
- animation: identifier 12s infinite linear;
- }
- .readingBox .contentBox {
- flex: 1;
- width: 100%;
- overflow: hidden;
- position: relative;
- }
- .readingBox .contentBox .articleMask {
- position: absolute;
- top: 0rpx;
- width: 100%;
- height: 80rpx;
- z-index: 10;
- background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.4));
- }
- .readingBox .contentBox .content {
- width: 100%;
- height: 100%;
- padding: 0rpx 30rpx;
- padding-bottom: calc(170rpx + env(safe-area-inset-bottom));
- text-align: center;
- box-sizing: border-box;
- }
- .readingBox .contentBox .content .row {
- padding: 18rpx 0rpx;
- font-size: 40rpx;
- }
- .readingBox .contentBox .content .currentRow {
- font-weight: bold;
- color: #019e45;
- }
- .readingBox .contentBox .content .article {
- height: 2000rpx;
- background-color: red;
- }
- .readingBox .controller {
- width: 100%;
- height: 110rpx;
- position: absolute;
- bottom: 0px;
- left: 0px;
- display: flex;
- align-items: center;
- flex-direction: column;
- padding-bottom: env(safe-area-inset-bottom);
- box-shadow: rgba(14, 30, 37, 0.12) 0px 2rpx 4rpx 0px, rgba(14, 30, 37, 0.32) 0px 2rpx 16rpx 0px;
- background-color: white;
- z-index: 10;
- }
- .readingBox .controller .playImg {
- position: absolute;
- top: -62rpx;
- border-radius: 50%;
- width: 114rpx;
- height: 114rpx;
- box-shadow: #4EC4FF 0px 0rpx 14rpx;
- background-color: #4EC4FF;
- }
- .readingBox .controller .text {
- position: absolute;
- top: 60rpx;
- font-size: 28rpx;
- }
- .readingBox .controller .btnPosition {
- position: absolute;
- right: 30rpx;
- top: 20rpx;
- }
- .readingBox .playImgBg {
- position: absolute;
- width: 134rpx;
- height: 124rpx;
- z-index: 1;
- left: -1rpx;
- right: 0px;
- margin: auto;
- bottom: calc(56rpx + env(safe-area-inset-bottom));
- background-color: white;
- box-shadow: rgba(14, 30, 37, 0.12) 0px 2rpx 4rpx 0px, rgba(14, 30, 37, 0.32) 0px 2rpx 16rpx 0px;
- border-radius: 50%;
- }
- .readingBox .countDownBox {
- position: fixed;
- width: 100%;
- height: 100%;
- background-color: rgba(255, 255, 255, 0);
- z-index: 999;
- }
- .readingBox .countDownBox .countDown {
- position: absolute;
- left: 0rpx;
- right: 0rpx;
- top: 30%;
- margin: auto;
- width: 293rpx;
- height: 293rpx;
- border-radius: 30rpx;
- color: white;
- background-color: rgba(0, 0, 0, 0.8);
- text-align: center;
- padding: 30rpx 0rpx;
- box-sizing: border-box;
- }
- .readingBox .countDownBox .countDown .number {
- font-size: 124rpx;
- margin-bottom: 6rpx;
- }
- .scoreBoxC {
- flex: 1;
- width: 100%;
- overflow: auto;
- position: relative;
- padding-bottom: calc(170rpx + env(safe-area-inset-bottom));
- }
- .scoreBoxC .scoreBox {
- width: 610rpx;
- margin: 80rpx auto 0rpx;
- }
- .scoreBoxC .scoreBox .lightBox {
- position: relative;
- height: 180rpx;
- }
- .scoreBoxC .scoreBox .lightBox .light {
- position: absolute;
- width: 360rpx;
- height: 180rpx;
- left: 0px;
- right: 0px;
- margin: auto;
- }
- .scoreBoxC .scoreBox .lightBox .stars {
- position: absolute;
- width: 62rpx;
- height: 62rpx;
- }
- .scoreBoxC .scoreBox .lightBox .stars-1 {
- top: 64rpx;
- left: 132rpx;
- }
- .scoreBoxC .scoreBox .lightBox .stars-2 {
- top: 25rpx;
- left: 198rpx;
- }
- .scoreBoxC .scoreBox .lightBox .stars-3 {
- top: 6rpx;
- left: 276rpx;
- }
- .scoreBoxC .scoreBox .lightBox .stars-4 {
- top: 25rpx;
- right: 198rpx;
- }
- .scoreBoxC .scoreBox .lightBox .stars-5 {
- top: 62rpx;
- right: 132rpx;
- }
- .scoreBoxC .scoreBox .score {
- position: relative;
- width: 100%;
- box-sizing: border-box;
- padding: 70rpx 40rpx 32rpx;
- border-radius: 18rpx;
- background-color: white;
- box-shadow: rgba(255, 255, 255, 0.15) 0px 6px 12px -2px, rgba(255, 255, 255, 0.1) 0px 3px 7px -3px;
- }
- .scoreBoxC .scoreBox .score .avatarBox {
- position: absolute;
- top: -72rpx;
- left: 0px;
- right: 0px;
- margin: 0 auto;
- width: 100rpx;
- height: 100rpx;
- padding: 16rpx;
- border-radius: 50%;
- background-color: white;
- font-size: 0px;
- }
- .scoreBoxC .scoreBox .score .avatarBox .avatar {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .scoreBoxC .scoreBox .score .nickName {
- font-size: 36rpx;
- text-align: center;
- }
- .scoreBoxC .scoreBox .score .totalScore {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 26rpx;
- font-size: 42rpx;
- }
- .scoreBoxC .scoreBox .score .totalScore .num {
- color: #58C5FF;
- font-size: 42rpx;
- }
- .scoreBoxC .scoreBox .score .progressBox {
- margin-top: 50rpx;
- }
- .scoreBoxC .scoreBox .score .progressBox .row {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 42rpx;
- }
- .scoreBoxC .scoreBox .score .progressBox .row .name {
- font-size: 32rpx;
- width: 96rpx;
- }
- .scoreBoxC .scoreBox .score .progressBox .row .progress {
- width: 306rpx;
- border-radius: 20rpx;
- overflow: hidden;
- }
- .scoreBoxC .scoreBox .score .progressBox .row .scoreInfo {
- font-size: 27rpx;
- color: #666666;
- }
|