123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539 |
- .readingBox {
- position: relative;
- height: 100vh;
- width: 100vw;
- display: flex;
- flex-direction: column;
- background-color: white;
- .moreWork {
- width: 100%;
- height: 100rpx;
- padding: 0rpx 26rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 32rpx;
- .right {
- position: relative;
- height: 100rpx;
- display: flex;
- align-items: center;
- .moreImg {
- width: 60rpx;
- height: 60rpx;
- right: 0px;
- position: absolute;
- z-index: 1;
- border: 6rpx solid white;
- border-radius: 50%;
- background-color: #e4e1e1;
- }
- }
- }
- .videoBox {
- position: relative;
- }
- .poster {
- top: 0px;
- left: 0px;
- position: absolute;
- width: 100%;
- height: 422rpx;
- z-index: 10;
- pointer-events: auto;
- }
- .playBtn {
- position: absolute;
- width: 100rpx;
- height: 100rpx;
- left: 0px;
- right: 0px;
- top: 160rpx;
- margin: 0rpx auto;
- z-index: 11;
- }
- .watermark {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 100%;
- height: 422rpx;
- z-index: 10;
- pointer-events: none;
- }
- #myVideo {
- width: 100%;
- height: 422rpx;
- pointer-events: auto;
- }
- .audio {
- position: relative;
- width: 100%;
- height: 422rpx;
- .audioPlay {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- background-size: cover;
- background-color: rgba(0, 0, 0, 0.3);
- display: flex;
- align-items: center;
- justify-content: center;
- .audioPlayBg {
- width: 260rpx;
- height: 260rpx;
- }
- .audioPlayZhen {
- position: absolute;
- right: 230rpx;
- top: 98rpx;
- width: 62rpx;
- height: 70rpx;
- }
- .cover {
- position: absolute;
- width: 230rpx;
- height: 230rpx;
- border-radius: 50%;
- }
- .circle {
- animation: identifier 12s infinite linear;
- }
- }
- .progressBar {
- position: absolute;
- left: 0px;
- bottom: 0px;
- width: 100%;
- padding: 0rpx 24rpx;
- box-sizing: border-box;
- font-size: 0rpx;
- display: flex;
- align-items: center;
- .audioSwitch {
- width: 26rpx;
- height: 34rpx;
- padding: 10rpx;
- margin-right: 20rpx;
- }
- .time {
- color: white;
- font-size: 22rpx;
- }
- .slider {
- flex: 1;
- }
- }
- }
- .workFooter {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 20rpx 20rpx 10rpx;
- .mangeL-box {
- position: relative;
- display: flex;
- align-items: center;
- margin-right: 30rpx;
- .noticeTips {
- position: absolute;
- right: -38rpx;
- top: -10rpx;
- width: 34rpx;
- padding: 4rpx 0rpx;
- border-radius: 40rpx;
- color: white;
- font-size: 16rpx;
- text-align: center;
- background-color: #FF0000;
- }
- .icon {
- width: 44rpx;
- height: 44rpx;
- }
- .icon-name {
- margin-left: 8rpx;
- font-size: 26rpx;
- }
- }
- }
- .contentBox {
- flex: 1;
- width: 100%;
- overflow: hidden;
- position: relative;
- .articleMask {
- position: absolute;
- top: 0rpx;
- width: 100%;
- height: 50rpx;
- z-index: 10;
- background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.4))
- }
- .content {
- width: 100%;
- height: 100%;
- padding: 0rpx 30rpx;
- padding-bottom: calc(170rpx + env(safe-area-inset-bottom));
- text-align: center;
- box-sizing: border-box;
- .row {
- min-height: 60rpx;
- padding: 18rpx 0rpx;
- font-size: 40rpx;
- }
- .currentRow {
- font-weight: bold;
- color: #019e45;
- }
- .article {
- height: 2000rpx;
- background-color: red;
- }
- }
- }
- .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;
- .workBox {
- position: absolute;
- top: -62rpx;
- .vipLogo {
- position: absolute;
- right: 0px;
- top: -10rpx;
- z-index: 1;
- padding: 4rpx 12rpx;
- border-radius: 20rpx;
- font-weight: bold;
- font-size: 24rpx;
- background-image: linear-gradient(116deg, #FFF3DF 0%, #FEC98D 95%);
- }
- .readingNow {
- border-radius: 50%;
- width: 114rpx;
- height: 114rpx;
- padding: 26rpx;
- box-sizing: border-box;
- box-shadow: #4EC4FF 0px 0rpx 14rpx;
- background-color: #4EC4FF;
- }
- .playImg {
- border-radius: 50%;
- width: 114rpx;
- height: 114rpx;
- box-shadow: #4EC4FF 0px 0rpx 14rpx;
- background-color: #4EC4FF;
- }
- }
- .text {
- position: absolute;
- top: 60rpx;
- font-size: 28rpx;
- }
- .btnPosition {
- position: absolute;
- right: 30rpx;
- top: 20rpx;
- }
- .stBtn {
- position: absolute;
- left: 30rpx;
- top: 20rpx;
- padding: 16rpx 0rpx;
- text-align: center;
- border-radius: 50rpx;
- width: 220rpx;
- font-size: 30rpx;
- color: white;
- background-color: #66C5FF;
- box-shadow: 0 6px 14px 0 rgba(50, 197, 255, 0.65);
- }
- }
- .playImgBg {
- position: absolute;
- width: 134rpx;
- height: 124rpx;
- z-index: 1;
- left: 0px;
- 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%;
- }
- .countDownBox {
- position: fixed;
- width: 100%;
- height: 100%;
- background-color: rgba(255, 255, 255, 0);
- z-index: 999;
- .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;
- .number {
- font-size: 124rpx;
- margin-bottom: 6rpx;
- }
- }
- }
- .uploadBox {
- position: fixed;
- top: 0px;
- left: 0px;
- width: 100vw;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.3);
- z-index: 999;
- .upload {
- position: absolute;
- left: 0rpx;
- right: 0rpx;
- top: 30%;
- margin: auto;
- color: white;
- text-align: center;
- box-sizing: border-box;
- font-size: 32rpx;
- font-weight: bold;
- z-index: 998;
- .tipsImg {
- width: 221rpx;
- height: 190rpx;
- margin-right: 30rpx;
- margin-bottom: 12rpx;
- }
- .speed {
- position: relative;
- margin: 14rpx auto;
- text-align: center;
- font-size: 50rpx;
- animation: jump 1s ease-out infinite;
- }
- @keyframes jump {
- 0% {
- opacity: 0;
- }
- 50% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- }
- }
- }
- .scoreBoxC {
- flex: 1;
- width: 100%;
- overflow: auto;
- position: relative;
- padding-bottom: calc(170rpx + env(safe-area-inset-bottom));
- .scoreBox {
- width: 610rpx;
- margin: 80rpx auto 0rpx;
- .lightBox {
- position: relative;
- height: 180rpx;
- .light {
- position: absolute;
- width: 360rpx;
- height: 180rpx;
- left: 0px;
- right: 0px;
- margin: auto;
- }
- .stars {
- position: absolute;
- width: 62rpx;
- height: 62rpx;
- }
- .stars-1 {
- top: 64rpx;
- left: 132rpx;
- }
- .stars-2 {
- top: 25rpx;
- left: 198rpx;
- }
- .stars-3 {
- top: 6rpx;
- left: 276rpx;
- }
- .stars-4 {
- top: 25rpx;
- right: 198rpx;
- }
- .stars-5 {
- top: 62rpx;
- right: 132rpx;
- }
- }
- .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;
- .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;
- .avatar {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- }
- .nickName {
- font-size: 36rpx;
- text-align: center;
- }
- .totalScore {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 26rpx;
- font-size: 42rpx;
- .num {
- color: #58C5FF;
- font-size: 42rpx;
- }
- }
- .progressBox {
- margin-top: 50rpx;
- .row {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 42rpx;
- .name {
- font-size: 32rpx;
- width: 96rpx;
- }
- .progress {
- width: 306rpx;
- border-radius: 20rpx;
- overflow: hidden;
- }
- .scoreInfo {
- font-size: 27rpx;
- color: #666666;
- }
- }
- }
- }
- }
- }
|