123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677 |
- .zzc{
- width: 100vw;
- height: 100vh;
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- background: transparent;
- }
- .detail{
- margin: 20rpx;
- position: relative;
- }
- .detail .box{
- display: flex;
- align-items: center;
- padding: 30rpx 20rpx;
- }
- .detail .box .userImg{
- width: 115rpx;
- height: 115rpx;
- border-radius: 50%;
- }
- .detail .info{
- background: #F3F7F9;
- }
- .detail .box .right {
- flex: 1;
- }
- .detail .box .right .usernameBox{
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: relative;
- }
- .usernameBox .overdue {
- width: 115rpx;
- height: auto;
- position: absolute;
- right: 35%;
- top: 0;
- bottom: 0;
- margin: auto;
- }
- .detail .box .right .username{
- color: #000;
- font-size: 28rpx;
- line-height: 40rpx;
- width: 350rpx;
- overflow: hidden;
- text-overflow:ellipsis; white-space: nowrap;
- }
- .detail .box .right .usernameBox .follow{
- color: #2562FF;
- padding: 10rpx 30rpx;
- border: 2rpx solid #2562FF;
- border-radius: 30rpx;
- font-size: 24rpx;
- }
- .dataInfo{
- width: 710rpx;
- padding-bottom: 30rpx;
- background: #F3F7F9;
- margin-top: 20rpx;
- }
- .dataInfo .flex {
- padding: 30rpx 18rpx 10rpx;
- font-size: 30rpx;
- position: relative;
- }
- .li{
- flex: 1;
- text-align: center;
- margin-top: 32rpx;
- }
- .li .num{
- color: #000;
- font-size: 28rpx;
- line-height: 44rpx;
- font-weight: 600;
- }
- .li .text{
- color: #89899C;
- font-size: 26rpx;
- line-height: 36rpx;
- margin-top: 6rpx;
- }
- .typeBox{
- display: flex;
- background: #ACC3FF;
- width: 100%;
- height: 88rpx;
- border-radius: 200rpx;
- color: #2B3D6E;
- font-weight: 500;
- font-size: 26rpx;
- line-height: 88rpx;
- margin-top: 20rpx;
- overflow: hidden;
- }
- .typeBox view{
- width: 33.3333%;
- text-align: center;
- }
- .typeBox view image{
- width: 40rpx;
- height: 40rpx;
- vertical-align: middle;
- }
- .typeBox view text{
- color: #fff;
- vertical-align: middle;
- }
- .typeBox .active{
- background: #2562FF;
- color: #fff;
- }
- .tabList {
- margin: 20rpx 0 40rpx 20rpx;
- }
- .tabList view {
- display: inline-block;
- margin-right: 40rpx;
- height: 50rpx;
- position: relative;
- font-size: 28rpx;
- font-weight: bold;
- }
- .tabList .total {
- line-height: 50rpx;
- float: right;
- font-weight: normal;
- }
- .tabList text {
- color: #ffa700;
- font-size: 36rpx;
- font-weight: bold;
- margin-left: 10rpx;
- }
- .flex {
- display: flex;
- justify-content: space-between;
- }
- .tabActive::after {
- content: "";
- width: 100%;
- height: 4rpx;
- background: #2562FF;
- position: absolute;
- bottom: 0;
- left: 0;
- }
- .choice{
- background: #ACC3FF;
- border-radius: 32rpx;
- display: inline-block;
- padding: 0 20rpx;
- height: 50rpx;
- /* color: #2B3D6E; */
- color: #fff;
- margin-left: 20rpx;
- font-size: 28rpx;
- line-height: 50rpx;
- position: relative;
- z-index: 2;
- }
- .choice .sj{
- display: inline-block;
- width: 0;
- height: 0;
- border-right: 13rpx solid transparent;
- border-left: 13rpx solid transparent;
- border-top: 13rpx solid #ffffff;
- vertical-align: middle;
- }
- .choiceActive{
- background: #2562FF!important;
- color: #fff!important;
- }
- .timeChoice{
- position: absolute;
- left: 0;
- bottom: 38rpx;
- width: 100%;
- z-index: 1;
- }
- .timeChoice .block{
- background: #fff;
- padding: 50rpx;
- box-shadow:0px 4rpx 18rpx 0px rgba(205,205,205,0.5);
- }
- .timeChoice .timeChoiceBox view{
- height: 58rpx;
- line-height: 58rpx;
- background: rgba(172, 195, 255, .4);
- border-radius: 29rpx;
- padding: 0 20rpx;
- color: #2B3D6E;
- font-size: 28rpx;
- display: inline-block;
- margin-right: 12rpx;
- margin-bottom: 38rpx;
- }
- .timeChoice .timeChoiceBox1 view{
- margin-right: 20rpx;
- }
- .modular{
- width: 100%;
- /* height: 690rpx; */
- background: #F3F7F9;
- padding: 26rpx 22rpx;
- margin-top: 20rpx;
- }
- .modular .modularTop{
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: relative;
- margin-bottom: 30rpx;
- }
- .modular .modularTop .title{
- color: #000;
- font-size: 28rpx;
- line-height: 40rpx;
- font-weight: 500rpx;
- }
- .buttons{
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin-top: 40rpx;
- }
- .buttons .button{
- color: #2662FF;
- border: 1px solid #2662FF;
- font-size: 24rpx;
- border-radius: 60rpx;
- line-height: 60rpx;
- width: 200rpx;
- text-align: center;
- }
- .userData{
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 20rpx;
- border-top: 1px solid rgba(137, 137, 156, 0.5);
- padding-top: 18rpx;
- }
- .userData .userDataItem{
- text-align: center;
- width: 33.3%;
- }
- .userData .userDataItem .data{
- color: #000;
- font-size: 32rpx;
- line-height: 44rpx;
- font-weight: 600;
- }
- .userData .userDataItem view{
- color: #89899C;
- font-size: 20rpx;
- line-height: 36rpx;
- margin-top: 6rpx;
- }
- .searchView{
- width: 200prx;
- height: 64rpx;
- border-radius: 32rpx;
- border: 2rpx solid rgba(137, 137, 156, 0.5);
- display: flex;
- align-items: center;
- }
- .searchView input{
- flex:1;
- font-size: 26rpx;
- padding-left: 16rpx;
- color: #000;
- }
- .searchView .searchButton{
- width: 72rpx;
- height: 60rpx;
- background: #2562FF;
- border-radius: 30px;
- color: #ffffff;
- font-size: 26rpx;
- line-height: 60rpx;
- text-align: center;
- }
- .videoChoiceBox{
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 20rpx;
- position: relative;
- }
- .self_checkbox {
- color: #000;
- font-size: 24rpx;
- line-height: 34rpx;
- margin-right: 100rpx;
- cursor: pointer;
- margin-left: 20rpx;
- display: inline-block;
- }
- .self_checkbox .icon {
- width: 24rpx;
- height: 24rpx;
- border-radius: 2rpx;
- border: 2rpx solid #7E87AA;
- display: inline-block;
- vertical-align: middle;
- margin-right: 6rpx;
- }
- .self_checkbox text {
- vertical-align: middle;
- }
- .self_checkbox.self_checkbox_active .icon {
- border-color: #2562FF;
- position: relative;
- }
- .self_checkbox.self_checkbox_active .icon::after {
- content: '';
- display: inline-block;
- width: 12rpx;
- height: 12rpx;
- background: #2562FF;
- border-radius: 2rpx;
- position: absolute;
- top: 4rpx;
- left: 4rpx;
- }
- /* 视频列表 */
- .right {
- flex: 1;
- padding-left: 20rpx;
- }
- .ul {
- display: flex;
- }
- .ul .li {
- flex: 1;
- }
- .blockUl {
- display: block;
- margin-top: 20rpx;
- }
- .blockUl .li {
- display: inline-block;
- width: 33.33333%;
- margin: auto;
- }
- .video {
- width: 172rpx;
- height: 216rpx;
- background: url(https://kx-gw.oss-cn-beijing.aliyuncs.com/back.png) no-repeat;
- background-size: 100% 100%;
- position: relative;
- border-radius: 10rpx;
- overflow: hidden;
- }
- .flexBox {
- display: flex;
- align-items: center;
- }
- .videoImg {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: auto;
- width: 100%;
- height: auto;
- }
- .desc {
- display: inline-block;
- max-width: 206rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #000;
- font-size: 26rpx;
- }
- .button {
- padding: 10rpx 30rpx;
- background: #fff;
- color: #2562FF;
- border-radius: 30rpx;
- font-size: 26rpx;
- }
- .auth {
- width: 34rpx;
- height: 34rpx;
- margin: 0 10rpx;
- }
- .auth_text {
- display: inline-block;
- width: 200rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #000;
- font-size: 26rpx;
- }
- .num {
- display: block;
- color: #000;
- font-size: 28rpx;
- line-height: 40rpx;
- font-weight: bold;
- margin-bottom: 6rpx;
- }
- .none {
- width: 100%;
- color: #000;
- font-size: 24rpx;
- text-align: center;
- }
- .none image {
- width: 280rpx;
- height: auto;
- margin-bottom: 20rpx;
- }
- .follwImg {
- float: right;
- width: 40rpx;
- height: 40rpx;
- }
- .follwImg image {
- display: inline-block;
- width: 100%;
- height: 100%;
- }
- .moveItem {
- width: 100%;
- background: #F3F7F9;
- margin-bottom: 20rpx;
- padding: 24rpx 16rpx;
- }
- .linkBox {
- margin: 28rpx 0;
- }
- .linkTop {
- font-size: 26rpx;
- line-height: 36rpx;
- color: #000;
- margin-bottom: 28rpx;
- display: flex;
- justify-content: space-between;
- }
- .linkList {
- /* min-height: 160rpx; */
- }
- .linkItem {
- height: 160rpx;
- padding: 30rpx 34rpx 34rpx 20rpx;
- background: #F3F7F9;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .linkTitle {
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #000;
- font-weight: 500;
- margin-bottom: 22rpx;
- font-size: 28rpx;
- line-height: 40rpx;
- }
- .linkItem .left {
- width: calc(100% - 100rpx);
- }
- .count {
- flex: 1;
- text-align: right;
- font-weight: bold;
- color: #000;
- }
- .infoBox {
- display: block;
- color: #89899C;
- font-size: 24rpx;
- }
- .infoBox image {
- width: 24rpx;
- height: 24rpx;
- border-radius: 50%;
- vertical-align: middle;
- }
- .linkItem .name {
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #89899C;
- font-size: 24rpx;
- margin-left: 14rpx;
- }
- .accountBox {
- /* min-height: 132rpx; */
- }
- .accountItem {
- height: 132rpx;
- background: #F3F7F9;
- padding: 24rpx 34rpx 32rpx 20rpx;
- display: flex;
- align-items: center;
- }
- .iconImg {
- width: 74rpx;
- height: 74rpx;
- border-radius: 50%;
- margin-right: 20rpx;
- }
- .centerBox {
- flex: 1;
- }
- .centerBox .id {
- color: #89899C;
- font-size: 28rpx;
- line-height: 40rpx;
- }
- .centerBox .linkTitle {
- margin-bottom: 0;
- }
- .none {
- width: 100%;
- color: #89899C;
- font-size: 24rpx;
- text-align: center;
- background: #F3F7F9;
- padding:20rpx 0;
- }
- .none image {
- width: 280rpx;
- height: auto;
- margin-bottom: 20rpx;
- }
- .wxtlink{
- width: 100%;
- height: 96rpx;
- line-height: 96rpx;
- background: #F3F7F9;
- display: flex;
- align-items: center;
- margin-top: 20rpx;
- }
- .wxtlink view{
- width: 50%;
- padding-left: 26rpx;
- color: #89899C;
- font-size: 26rpx;
- }
- .wxtlink view text{
- color: #2562FF;
- font-size: 32rpx;
- font-weight: 600;
- }
- .linkUser{
- display: flex;
- align-items: center;
- }
- .linkUser .look image{
- width: 30rpx;
- height: 30rpx;
- vertical-align: middle;
- margin-right: 10rpx;
- }
- .linkUser .look{
- color: #89899C;
- font-size: 24rpx;
- line-height: 34rpx;
- width: 140rpx;
- }
- .linkUser .look text{
- vertical-align: middle;
- }
- .authorizeContent .title{
- text-align: center;
- font-size: 34rpx;
- line-height: 40rpx;
- padding-top: 43rpx;
- }
- .authorizeContent .evmCantiner{
- margin-top: 40rpx;
- }
- .authorizeContent .evmCantiner .evm{
- width: 400rpx;
- height: 400rpx;
- display: block;
- margin: auto;
- }
- .authorizeContent .claimEvmHint{
- font-size: 26rpx;
- color: #666;
- text-align: center;
- }
- .jieping{
- text-align: center;
- color: #2562FF;
- font-size: 24rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: auto;
- margin-bottom: 20rpx;
- }
- .jieping image{
- width: 28rpx;
- height: 28rpx;
- margin-right: 10rpx;
- }
- .buttons{
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin-top: 40rpx;
- }
- .buttons .button{
- color: #2662FF;
- border: 1px solid #2662FF;
- font-size: 24rpx;
- border-radius: 60rpx;
- line-height: 60rpx;
- width: 200rpx;
- text-align: center;
- }
- .buttons .buttonyes{
- color: #ffffff;
- background: #2662FF;
- }
- .table {
- width: 100%;
- }
- .th,.tr {
- width:100%;
- text-align: center;
- display: flex;
- }
- .td {
- flex: 1;
- line-height: 60rpx;
- font-size: 28rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .tableMain {
- max-height: 360rpx;
- overflow-y: scroll;
- }
- .fanData .echartsDiv {
- height: 460rpx;
- }
- .noneTable {
- text-align:center;
- color:#999;
- line-height: 40rpx;
- font-size:24rpx;
- }
|