123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344 |
- .goTop {
- position: fixed;
- bottom: 180rpx;
- right: 40rpx;
- width: 60rpx;
- height: 60rpx;
- z-index: 22;
- }
- .scroll-view-fixed {
- width: 100%;
- position: fixed;
- top: 0;
- z-index: 99;
- }
- .scroll-view_H {
- white-space: nowrap;
- height: 78rpx;
- border-bottom: 2rpx solid #E3E3E3;
- background: #ffffff;
- }
- .scroll-view-item_H {
- display: inline-block;
- width: 70%;
- }
- .scroll-view-item_H > view {
- display: inline-block;
- width: 100px;
- text-align: center;
- line-height: 78rpx;
- font-size: 28rpx;
- color: #7D9CAB;
- }
- .scroll-view-item_H > view.active {
- color: #2A89F3;
- font-weight: bold;
- }
- .scroll-view-item_H > view.active::after {
- width: 52rpx;
- height: 4rpx;
- border-radius: 4rpx;
- background: #2A85EA;
- content: '';
- display: block;
- margin: auto;
- margin-top: -14rpx;
- }
- .trendHint {
- font-size: 24rpx;
- color: #333333;
- position: absolute;
- top: 30rpx;
- left: 20rpx;
- }
- .trendHint::before {
- content: "";
- display: inline-block;
- width: 20rpx;
- height: 20rpx;
- background: #1c87ff;
- margin-right: 15rpx;
- }
- .dataTrend {
- background: #ffffff;
- }
- .dataTrend .dataInfo {
- display: flex;
- align-items: center;
- justify-content: space-around;
- padding-top: 40rpx;
- padding-bottom: 28rpx;
- }
- .dataTrend .dataInfo .info {
- text-align: center;
- }
- .dataTrend .dataInfo .info .infoTitle {
- font-size: 24rpx;
- line-height: 34rpx;
- color: #7D9CAB;
- margin-bottom: 4rpx;
- }
- .dataTrend .dataInfo .info text {
- font-size: 34rpx;
- line-height: 48rpx;
- color: #333333;
- font-weight: bold;
- }
- .listView {
- background: #ffffff;
- margin: 20rpx 20rpx 0;
- padding: 30rpx 22rpx;
- }
-
- .listView .infoView {
- display: flex;
- align-items: center;
- }
-
- .listView .infoView .coverImg {
- width: 160rpx;
- height: 200rpx;
- position: relative;
- overflow: hidden;
- background: url("https://kx-bigdata.oss-cn-beijing.aliyuncs.com/blur_bg.png") no-repeat;
- background-size: 100% 100%;
- margin-right: 32rpx;
- }
-
- .listView .infoView .coverImg image {
- width: 100%;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- }
-
- .listView .infoView .info {
- flex: 1;
- padding: 0 10rpx;
- }
-
- .listView .infoView .info .caption {
- font-size: 28rpx;
- line-height: 40rpx;
- font-weight: bold;
- display: -webkit-box;
- overflow: hidden;
- text-overflow: ellipsis;
- word-wrap: break-word;
- white-space: normal !important;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
-
- .listView .infoView .info .nameInfo {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 24rpx;
- color: #333333;
- margin-top: 6rpx;
- }
-
- .listView .infoView .info .nameInfo .name image {
- display: inline-block;
- width: 32rpx;
- height: 32rpx;
- vertical-align: middle;
- border-radius: 50%;
- margin-right: 10rpx;
- }
-
- .listView .infoView .info .time {
- font-size: 20rpx;
- color: #888888;
- line-height: 28rpx;
- margin-top: 12rpx;
- }
-
- .listView .infoView .info .other_info {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 24rpx;
- line-height: 34rpx;
- color: #7D9CAB;
- margin-top: 4rpx;
- }
-
- .listView .infoView .info .other_info text {
- color: #333333;
- font-weight: bold;
- }
- .bringGoodsList {
- padding: 20rpx;
- border-top: 2rpx solid #f4f4f4;
- }
-
- .bringGoodsList .bringGoodsView .bringGoodsInfo {
- display: flex;
- align-items: center;
- padding: 20rpx;
- margin-bottom: 20rpx;
- border-bottom: 2rpx solid #f4f4f4;
- }
-
- .bringGoodsList .bringGoodsView .bringGoodsInfo .videoImg {
- width: 140rpx;
- height: 140rpx;
- border-radius: 4rpx;
- overflow: hidden;
- }
-
- .bringGoodsList .bringGoodsView .bringGoodsInfo .videoImg image {
- width: 100%;
- }
-
- .bringGoodsList .bringGoodsView .bringGoodsInfo .info {
- flex: 1;
- margin-left: 26rpx;
- }
-
- .bringGoodsList .bringGoodsView .bringGoodsInfo .info .name {
- color: #000000;
- font-size: 28rpx;
- line-height: 40rpx;
- font-weight: bold;
- width: 460rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- .bringGoodsList .bringGoodsView .bringGoodsInfo .info .price {
- color: #F66A1B;
- font-size: 22rpx;
- margin-top: 6rpx;
- }
-
- .bringGoodsList .bringGoodsView .bringGoodsInfo .info .price .tag {
- background: #f1f4fb;
- padding: 2rpx 8rpx;
- color: #585858;
- border-radius: 2rpx;
- font-size: 20rpx;
- }
-
- .bringGoodsList .bringGoodsView .bringGoodsInfo .info .fan {
- display: flex;
- align-items: center;
- justify-content: space-between;
- color: #7D9CAB;
- font-size: 28rpx;
- line-height: 40rpx;
- margin-top: 6rpx;
- }
-
- .bringGoodsList .bringGoodsView .bringGoodsInfo .info .fan text {
- color: #333333;
- font-weight: bold;
- }
- .listHint {
- color: #333333;
- font-size: 24rpx;
- line-height: 34rpx;
- padding-left: 26rpx;
- padding-top: 24rpx;
- }
- .hrDistribute {
- padding-top: 20rpx;
- background: #ffffff;
- }
- .hrDistribute .echartsDiv {
- width: 100%;
- height: 560rpx;
- position: relative;
- background: #fff;
- }
- .hrDistribute .canvas::before {
- content: "";
- position: absolute;
- left: 40rpx;
- top: 12rpx;
- width: 20rpx;
- height: 20rpx;
- background: #1c87ff;
- }
- .hrDistribute .sexView {
- position: relative;
- }
- .hrDistribute .man, .hrDistribute .woman {
- position: absolute;
- text-align: center;
- z-index: 1;
- }
- .hrDistribute .man image, .hrDistribute .woman image {
- width: 80rpx;
- margin: auto;
- height: 66rpx;
- }
- .hrDistribute .man text, .hrDistribute .woman text {
- display: block;
- font-size: 30rpx;
- line-height: 40rpx;
- font-weight: bold;
- padding-top: 6rpx;
- }
- .hrDistribute .man view, .hrDistribute .woman view {
- font-size: 20rpx;
- line-height: 40rpx;
- }
- .hrDistribute .woman {
- color: #FF5A7B;
- right: 60rpx;
- bottom: 40rpx;
- }
- .hrDistribute .man {
- color: #2296F3;
- left: 60rpx;
- bottom: 40rpx;
- }
- .loadingView {
- padding: 40rpx;
- text-align: center;
- font-size: 24rpx;
- color: #444444;
- background: #ffffff;
- }
- .loadingView .dataLoadingImg {
- width: 318rpx;
- height: 253rpx;
- margin: auto;
- }
|