123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504 |
- /* pages/hrDetail/hrDetail.wxss */
- page{
- padding-bottom: 50rpx;
- }
- .loadingView {
- padding: 40rpx;
- text-align: center;
- font-size: 24rpx;
- color: #444444;
- }
- .loadingView .dataLoadingImg {
- width: 318rpx;
- height: 253rpx;
- margin: auto;
- }
- .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;
- }
- .userInfo {
- display: flex;
- align-items: center;
- background: #ffffff;
- padding: 10rpx;
- height: 286rpx;
- background: url("https://kx-bigdata.oss-cn-beijing.aliyuncs.com/Applet/banner.png") no-repeat;
- background-size: 100% 100%;
- margin-bottom: 20rpx;
- }
- .userInfo .userLeft {
- width: 200rpx;
- position: relative;
- }
- .userInfo .userLeft::after {
- content: '';
- display: inline-block;
- width: 2rpx;
- height: 200rpx;
- background: #62A9F8;
- vertical-align: middle;
- position: absolute;
- right: 0;
- top: 0;
- }
- .userInfo .userImg {
- width: 130rpx;
- height: 130rpx;
- border-radius: 50%;
- overflow: hidden;
- background: #ffffff;
- position: relative;
- margin: auto;
- }
- .userInfo .userImg image {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- }
- .userInfo .followButton {
- width: 140rpx;
- height: 58rpx;
- background: white;
- border-radius: 12rpx;
- color: #2A85EA;
- font-size: 28rpx;
- line-height: 58rpx;
- text-align: center;
- margin: 20rpx auto 0;
- }
- .userInfo .followButton2 {
- background: rgba(255, 255, 255, 0.73);
- color: #2A85EA;
- }
- .userInfo .info {
- flex: 1;
- font-size: 24rpx;
- padding-left: 28rpx;
- padding-right: 18rpx;
- }
- .userInfo .info .userName {
- width: 440rpx;
- color: #FFFFFF;
- font-size: 32rpx;
- line-height: 44rpx;
- font-weight: bold;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .userInfo .info .fan {
- color: #CDE5FF;
- font-size: 22rpx;
- line-height: 32rpx;
- margin-top: 14rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .userInfo .info .generalize {
- color: #CDE5FF;
- font-size: 22rpx;
- line-height: 32rpx;
- margin-top: 14rpx;
- }
- .userInfo .info .generalize text::before {
- content: '';
- display: inline-block;
- width: 2rpx;
- height: 20rpx;
- background: #ffffff;
- margin-right: 6rpx;
- margin-left: 6rpx;
- vertical-align: middle;
- }
- .userInfo .info .generalize text:first-of-type::before {
- width: 0rpx;
- margin: 0;
- }
- .userInfo .info .user_text {
- display: inline-block;
- width: 400rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- vertical-align: middle;
- }
- .userInfo .info .user_text_more {
- color: #FFFFFF;
- vertical-align: middle;
- }
- .videoAnalysis {
- position: relative;
- min-height: 600rpx;
- background: #ffffff;
- }
- .videoAnalysis .echartsButton {
- background: #ffffff;
- }
- .videoAnalysis .echartsButton button {
- display: inline-block;
- width: 130rpx;
- height: 48rpx;
- font-size: 28rpx;
- padding: 0;
- margin: 10rpx;
- border-radius: 12rpx;
- color: #666666;
- border: 2rpx solid #666666;
- line-height: 48rpx;
- background: transparent;
- margin-left: 30rpx;
- }
- .videoAnalysis .echartsButton button.active {
- color: #2396F3;
- border: 2rpx solid #2396F3;
- }
- .bringGoodsList {
- padding: 20rpx;
- border-top: 2rpx solid #f4f4f4;
- margin-top: 20rpx;
- }
- .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;
- }
- .dataHint {
- color: #333333;
- font-size: 24rpx;
- line-height: 34rpx;
- padding-left: 26rpx;
- padding-top: 24rpx;
- }
- .videoListView .videoListInfo {
- display: inline-block;
- position: relative;
- width: 31%;
- height: 340rpx;
- overflow: hidden;
- margin: 0 1.1%;
- margin-bottom: 20rpx;
- border: 1px solid #dadada;
- border-radius: 8rpx;
- }
- .videoListView .videoListInfo .videoImg {
- width: 100%;
- height: 250rpx;
- overflow: hidden;
- position: relative;
- background: url("https://kx-bigdata.oss-cn-beijing.aliyuncs.com/blur_bg.png") no-repeat;
- background-size: 100% 100%;
- }
- .videoListView .videoListInfo .videoImg image {
- width: 100%;
- }
- .videoListView .videoListInfo .videoImg .ad {
- position: absolute;
- background: rgba(0, 0, 0, 0.4);
- bottom: 0;
- left: 0;
- width: 100%;
- display: flex;
- align-items: center;
- padding: 10rpx;
- }
- .videoListView .videoListInfo .videoImg .ad image {
- width: 50rpx;
- height: 50rpx;
- border-radius: 4rpx;
- }
- .videoListView .videoListInfo .videoImg .ad text {
- color: #ffffff;
- font-size: 20rpx;
- margin-left: 10rpx;
- display: inline-block;
- width: 80%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .videoListView .videoListInfo .time {
- background: rgba(0, 0, 0, 0.5);
- border-radius: 6rpx;
- color: #fff;
- font-size: 20rpx;
- position: absolute;
- padding: 4rpx;
- z-index: 4;
- top: 14rpx;
- left: 8rpx;
- }
- .videoListView .videoListInfo .other {
- display: flex;
- align-items: center;
- justify-content: space-around;
- font-size: 20rpx;
- color: #7D9CAB;
- line-height: 40rpx;
- }
- .videoListView .videoListInfo .other view {
- text-align: center;
- }
- .videoListView .videoListInfo .other text {
- font-size: 24rpx;
- display: block;
- color: #333;
- }
- .videoTop {
- display: flex;
- align-items: center;
- justify-content: space-between;
- border-top: 2rpx solid #f4f4f4;
- padding: 20rpx 0;
- margin-top: 20rpx;
- }
- .videoTop .checkboxView {
- font-size: 24rpx;
- color: #333333;
- padding-right: 40rpx;
- vertical-align: middle;
- }
- .videoTop .checkboxView .checkbox {
- transform: scale(0.6, 0.6);
- vertical-align: middle;
- }
- .listView {
- margin: 0 20rpx 0;
- padding: 30rpx 22rpx;
- border-bottom: 2rpx solid #f4f4f4;
- }
- .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;
- }
|