123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571 |
- .noScroll{
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .videoSection {
- width: 750rpx;
- height: 421.9rpx;
- background: #fff;
- }
- .video-playBtn {
- width: 120rpx;
- height: 120rpx;
- position: absolute;
- left: 0;
- right: 0;
- margin: 0 auto;
- z-index: 9999;
- top: 136rpx;
- }
- .videoIcon {
- width: 750rpx;
- height: 363rpx;
- position: absolute;
- top: 20rpx;
- }
- .readAuthorSection {
- width: 100%;
- height: 152rpx;
- display: flex;
- /* justify-items: center; */
- align-items: center;
- border-bottom: solid 2rpx #f0f1f5;
- position: relative;
- margin-bottom: 22rpx;
- padding-bottom: 22rpx
- }
- .readAuthorSection .avatar {
- width: 108rpx;
- height: 108rpx;
- border-radius: 50%;
- margin-left: 22rpx;
- border: 4rpx solid #61CA54;
- }
- .readAuthorSection .profession {
- width: 68rpx;
- height: 24rpx;
- background: rgba(97, 202, 84, 1);
- border-radius: 166rpx;
- border: 2rpx solid rgba(255, 255, 255, 1);
- font-size: 16rpx;
- /* font-family: PingFangSC-Medium; */
- /* font-weight: 500; */
- color: rgba(255, 255, 255, 1);
- line-height: 24rpx;
- text-align: center;
- position: absolute;
- bottom: 26rpx;
- left: 44rpx;
- }
- .readAuthorSection .nickName {
- margin-left: 20rpx;
- width: 250rpx;
- height: 46rpx;
- font-size: 32rpx;
- color: #444;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .readAuthorSection .like {
- display: flex;
- align-items: center;
- justify-content: center;
- /* margin-left: 90rpx; */
- width: 160rpx;
- height: 60rpx;
- border: 2rpx solid #FF0000;
- font-size: 28rpx;
- border-radius: 30rpx;
- text-align: center;
- /* line-height: 60rpx; */
- color: #FF0000;
- }
- .readAuthorSection .like image {
- width: 36rpx;
- height: 36rpx;
- margin-right: 15rpx;
- }
- .readAuthorSection .follow {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: 12rpx;
- width: 160rpx;
- height: 60rpx;
- border: 2rpx solid #ff0000;
- font-size: 28rpx;
- border-radius: 30rpx;
- text-align: center;
- line-height: 60rpx;
- color: #ff0000;
- }
- .readAuthorSection .follow image {
- width: 36rpx;
- height: 32rpx;
- margin-right: 15rpx;
- }
- .userSection {
- width: 100%;
- height: 166rpx;
- border-bottom: solid 2rpx #f0f1f5;
- }
- .userSection .peopleNum {
- display: flex;
- align-items: center;
- margin: 10rpx 0 0 24rpx;
- }
- .peopleNum .peoplesIcon {
- width: 28rpx;
- height: 28rpx;
- margin-right: 10rpx;
- }
- .peopleNum .title {
- font-size: 24rpx;
- color: #5d5d5d;
- height: 24rpx;
- line-height: 24rpx;
- }
- .userSection .scrollWrapper {
- display: flex;
- margin-top: 16rpx;
- }
- ::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
- }
- .userSection .avatarRow {
- display: flex;
- align-items: center;
- }
- .userSection .avatarRow .userItem {
- display: felx;
- justify-items: center;
- width: 100rpx;
- height: 100rpx;
- margin-left: 24rpx;
- }
- .avatarRow .userItem image {
- width: 86rpx;
- height: 86rpx;
- border-radius: 50%;
- }
- .commentSection {
- width: 100%;
- height: 158rpx;
- }
- .commentSection .title {
- height: 44rpx;
- font-size: 32rpx;
- line-height: 44rpx;
- margin-left: 20rpx;
- margin-bottom: 10rpx;
- color: #444;
- }
- .commentSection .commentInput {
- width: 720rpx;
- height: 60rpx;
- margin: 0 auto;
- background: #f0f1f5;
- color: #545454;
- font-size: 28rpx;
- line-height: 60rpx;
- text-indent: 20rpx;
- }
- .commentArea {
- width: 100%;
- padding-bottom: 240rpx;
- }
- .commentArea .commentItem {
- width: 704rpx;
- height: 240rpx;
- border-bottom: solid 2rpx #f0f1f5;
- margin: 0 auto 20rpx;
- display: flex;
- position: relative;
- }
- .commentItem .commentCore {
- margin-left: 14rpx;
- width: 600rpx;
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .commentItem .avatar-wrapper {
- width: 100rpx;
- height: 100rpx;
- position: relative;
- }
- .commentItem .avatar {
- border-radius: 50%;
- width: 96rpx;
- height: 96rpx;
- margin-top: 18rpx;
- border: 4rpx solid #61CA54;
- }
- .avatar-wrapper .profession {
- width: 68rpx;
- height: 24rpx;
- background: rgba(97, 202, 84, 1);
- border-radius: 166rpx;
- border: 2rpx solid rgba(255, 255, 255, 1);
- font-size: 16rpx;
- /* font-family: PingFangSC-Medium; */
- /* font-weight: 500; */
- color: rgba(255, 255, 255, 1);
- line-height: 24rpx;
- text-align: center;
- position: absolute;
- bottom: -37rpx;
- left: 17rpx;
- }
- .commentItem .nickName {
- margin-top: 18rpx;
- height: 44rpx;
- font-size: 32rpx;
- color: #414141;
- /* font-family: PingFangSC-Regular; */
- }
- .commentItem .time {
- width: 200rpx;
- height: 44rpx;
- font-size: 32rpx;
- color: #686868;
- }
- .commentItem .gut {
- margin-top: 12rpx;
- width: 520rpx;
- height: 44rpx;
- font-size: 32rpx;
- color: #414141;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .commentItem .gut .gutInGut{
- width: 330rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block
- }
- .whole{
- color: #61ca54
- }
- .commentItem .commentAll {
- margin-top: 10rpx;
- height: 44rpx;
- font-size: 32rpx;
- color: #61ca54;
-
- border-radius: 12rpx;
- }
- .commentItem .btnWrapper {
- position: absolute;
- top: 10rpx;
- right: 0;
- display: flex;
- align-items: center;
- /* width: 200rpx; */
- }
- .btnWrapper .hotAreaBigBigBig{
- display: flex;
- align-items: center;
- margin-left: 8rpx;
- }
- .btnWrapper .commentBtn {
- width: 32rpx;
- height: 30rpx;
- margin-left: 8rpx;
- }
- .btnWrapper .commentText,
- .likeText {
- /* width: auto; */
- height: 40rpx;
- color: #545454;
- font-size: 28rpx;
- line-height: 40rpx;
- margin-left: 8rpx;
- margin-right: 30rpx;
- }
- .btnWrapper .likeBtn {
- width: 32rpx;
- height: 28rpx;
- margin-left: 8rpx;
- }
- /**底部按钮区域**/
- .footSection {
- width: 750rpx;
- height: 192rpx;
- position: fixed;
- bottom: 0;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .blackbord {
- width: 100%;
- height: 192rpx;
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- }
- .readingBtn {
- width: 148rpx;
- height: 148rpx;
- border-radius: 50%;
- display: flex;
- align-items: center;
- }
- .footerBtn {
- display: flex;
- flex-direction: column;
- margin-top: 60rpx;
- }
- .collectBtn {
- margin-left: 80rpx
- }
- /* .shareBtn button {
- display: flex;
- flex-direction: column;
- outline: none;
- border: 0;
- padding: 0;
- margin: 0;
- border-radius: 0;
- background: #f7f7f7;
- }
- button::after {
- width: 0;
- height: 0;
- top: 0;
- left: 0
- } */
- .shareBtn {
- margin-right: 80rpx;
- padding: 0;
- /* background: #fff; */
- }
- .footerBtn image {
- width: 50rpx;
- height: 48rpx;
- display: block;
- margin: 0 auto 18rpx;
- }
- .footerBtn text {
- width: 112rpx;
- height: 40rpx;
- line-height: 40rpx;
- font-size: 28rpx;
- color: #414141;
- text-align: center;
- }
- .footSection .microphone {
- display: block;
- margin: -12rpx auto 9rpx;
- width: 108rpx;
- height: 106rpx;
- }
- .footSection .readingBtn text {
- margin-top: -10rpx;
- }
- /* 弹框 */
- .modalWrapper {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: rgba(0, 0, 0, .2);
- z-index: 2;
- }
- .modalWrapper .rewardContent {
- width: 670rpx;
- height: 926rpx;
- position: relative;
- margin: 50rpx auto 0;
- }
- .rewardContent .rewardWrapper {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .rewardAvatar {
- width: 172rpx;
- height: 172rpx;
- position: absolute;
- z-index: 999;
- border-radius: 50%;
- top: 104rpx;
- left: 260rpx;
- }
- .rewardNickName {
- width: 100%;
- margin: 0 auto;
- font-size: 32rpx;
- color: #fff;
- text-align: center;
- position: absolute;
- top: 300rpx;
- }
- .sologan {
- width: 100%;
- margin: 0 auto;
- font-size: 40rpx;
- color: #fff;
- text-align: center;
- position: absolute;
- top: 350rpx;
- }
- .moneyArea {
- width: 84%;
- height: 100rpx;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- font-size: 36rpx;
- color: #fa8133;
- margin: 0 65rpx;
- position: absolute;
- top: 550rpx;
- }
- .money {
- width: 150rpx;
- height: 90rpx;
- border: 2rpx solid #ff9600;
- border-radius: 12rpx;
- text-align: center;
- line-height: 90rpx;
- }
- .moneyNormal {
- border: 2rpx solid #ff9600;
- background: ff9600;
- }
- .moneySelect {
- background: #ff9209;
- color: #fff;
- border: 0;
- }
- .rewardBtn {
- width: 464rpx;
- height: 80rpx;
- display: block;
- border-radius: 80rpx;
- background: #FCA40F;
- /* box-shadow: 0 6rpx 18rpx 0 rgba(0, 0, 0, 0.5); */
- background: #FCA40F;
- font-size: 40rpx;
- color: #fff;
- line-height: 80rpx;
- text-align: center;
- position: absolute;
- z-index: 9999;
- top: 770rpx;
- left: 115rpx;
- }
- .quitBtn {
- width: 68rpx;
- height: 68rpx;
- position: absolute;
- left: 345rpx;
- top: 1025rpx;
- }
- .replySection {
- width: 100%;
- height: 300rpx;
- position: fixed;
- bottom: 0;
- background: #eee;
- }
- .replySection input {
- width: 100%;
- height: 300rpx;
- text-indent: 4rpx;
- }
- .goBackHome {
- width: 100rpx;
- height: 100rpx;
- position: fixed;
- bottom: 168rpx;
- right: 45rpx;
- }
- .goBackHome image {
- width: 100%;
- height: 100%;
- }
|