123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134 |
- /* pages/my/postJob/detail.wxss */
- @import "../../wxParse/wxParse.wxss";
- @import "../../pages/volunteer/detail.wxss";
- page {
- padding-bottom: 150rpx;
- box-sizing: border-box;
- }
- .partcontent {
- position: relative;
- background: #F5F5F5;
- display: flex;
- flex-direction: column;
- }
- .partime-container {
- /* padding:250rpx 0 0 0; */
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- }
- .partbg {
- /* position: absolute;
- left:0;
- top:0; */
- width: 750rpx;
- height: 347rpx;
- }
- .btn {
- width: 330rpx;
- height: 85rpx;
- border-radius: 43rpx;
- color: #ffffff;
- text-align: center;
- }
- .text-bao {
- font-size: 30rpx;
- font-family: FZZhunYuan-M02S;
- font-weight: 400;
- color: #1a1a1a;
- margin-top: 11rpx;
- }
- .text-b {
- opacity: 0.78;
- font-size: 24rpx;
- font-family: FZZhunYuan-M02S;
- font-weight: 400;
- color: #4c441e;
- margin-top: 4rpx;
- }
- .btn-box {
- display: flex;
- justify-content: space-between;
- flex: 1;
- }
- .see-code {
- flex: 1;
- /* width: 197rpx; */
- height: 85rpx;
- background: #fffae1;
- border: 1px solid #ffa836;
- border-radius: 44rpx;
- font-size: 30rpx;
- font-family: FZZhunYuan-M02S;
- font-weight: 400;
- text-align: center;
- color: #ffa836;
- line-height: 85rpx;
- margin-right: 30rpx;
- }
- .sure {
- font-size: 30rpx;
- color: #1a1a1a;
- background: #ffdc2f;
- margin: 0;
- }
- .partimewrap {
- display: flex;
- flex-direction: column;
- }
- .partime-detail {
- width: 100%;
- display: flex;
- justify-content: space-between;
- padding-bottom: 22rpx;
- box-sizing: border-box;
- /* border-bottom: 1px solid #E6E6E6; */
- }
- .partime-address {
- display: flex;
- flex-direction: column;
- padding: 33rpx 0 0;
- box-sizing: border-box;
- }
- .partime-label {
- font-size: 24rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: left;
- color: #666666;
- line-height: 33rpx;
- letter-spacing: 0rpx;
- margin-top: 9rpx;
- }
- .partime-label-a {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .partime-percentwo {
- width: 100%;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .mask {
- width: 100%;
- height: 100%;
- position: fixed;
- background-color: rgba(0, 0, 0, 0.64);
- z-index: 9999;
- top: 0;
- left: 0;
- overflow: hidden;
- transition: all .5s;
- }
- .partime-detail-member {
- margin-left: 32rpx;
- margin-top: 20rpx;
- width: 700rpx;
- display: flex;
- justify-content: space-between;
- background: #fff;
- }
- .detaileft {
- width: 100%;
- /* margin: 10rpx auto; */
- position: relative;
- z-index: 2;
- min-height: 250rpx;
- }
- .isvip-shadowbg {
- filter: blur(8rpx) opacity(80%);
- z-index: -1;
- }
- .isvip-shadowbg-fix {
- height: 400rpx;
- }
- .isvip-shadow {
- margin-top: 20rpx;
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- font-size: 28rpx;
- display: flex;
- flex-direction: column;
- z-index: 30;
- /* text-decoration:underline; */
- }
- .isvip-shadow .tet {
- color: #9DDB52;
- font-weight: bold;
- z-index: 200;
- }
- .isvip-shadowbt {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: -1;
- }
- .joinbtn {
- margin-top: 40rpx;
- width: 169rpx;
- height: 54rpx;
- opacity: 1;
- background: #9DDB52;
- border-radius: 27rpx;
- opacity: 1;
- font-size: 24rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: left;
- color: #ffffff;
- line-height: 54rpx;
- text-align: center;
- }
- .zindex {
- z-index: 9999;
- }
- .partime-percent {
- width: 100%;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .partime-percent text:nth-child(2n) {
- color: #666666;
- font-size: 24rpx;
- font-family: FZZhunYuan-M02S;
- font-weight: 400;
- }
- .partime-right {
- width: 50%;
- }
- .partime-bg {
- width: 690rpx;
- background: #ffffff;
- border-radius: 20rpx;
- overflow: hidden;
- margin-bottom: 25rpx;
- padding: 43rpx 30rpx 36rpx 30rpx;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- margin-left: 30rpx;
- }
- .partime-detail .partime-detail-title {
- font-size: 34rpx;
- font-weight: 700;
- font-family: PingFang-SC-Bold;
- color: #292929;
- letter-spacing: 2rpx;
- position: relative;
- padding-left: 20rpx;
- box-sizing: border-box;
- }
- .partime-detail-member .partime-detail-title {
- font-size: 34rpx;
- font-weight: 700;
- font-family: PingFang-SC-Bold;
- color: #292929;
- letter-spacing: 2rpx;
- position: relative;
- padding-left: 20rpx;
- box-sizing: border-box;
- }
- .partime-detail-top {
- padding-top: 13rpx;
- width: 85%;
- }
- .partime-detail-container {
- position: relative;
- /* width: 84%; */
- /* padding: 15rpx 0; */
- }
- .partime-txt {
- /* padding-left:30rpx; */
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-top: 13rpx;
- }
- .part-item {
- padding: 3rpx 9rpx;
- box-sizing: border-box;
- opacity: 1;
- font-size: 20rpx;
- font-family: PingFang-SC-Regular;
- color: #767676;
- display: flex;
- border: 1px solid #767676;
- border-radius: 3rpx;
- margin-right: 15rpx;
- }
- .partime-border-left {
- height: 20rpx;
- display: inline-block;
- border: 1px solid #ccc;
- margin-left: 10rpx;
- vertical-align: middle;
- }
- .partime-border {
- padding-left: 10rpx;
- }
- /* .partime-listcolor{
- margin-bottom: 120rpx;
- } */
- .partime-price {
- color: #EC2E26;
- font-weight: 700;
- font-family: PingFang-SC-Bold;
- font-size: 45rpx;
- }
- .fixed {
- width: 100%;
- height: 100rpx;
- background: #fff;
- display: flex;
- /* position: fixed; */
- bottom: 0;
- left: 0;
- margin-top: 45rpx;
- }
- .partime-hour {
- color: #EC2E26;
- font-size: 24rpx;
- font-weight: 700;
- white-space: nowrap;
- font-family: PingFang-SC-Regular;
- }
- .partime-data {
- font-size: 20rpx;
- color: #626262;
- }
- .partime-all {
- margin-top: 20rpx;
- /* height: 200rpx; */
- }
- .partime-title {
- padding-left: 30rpx;
- padding-top: 18rpx;
- font-size: 30rpx;
- font-family: PingFang-SC-Regular;
- color: #7b7b7b;
- display: block;
- line-height: 46rpx;
- }
- .partime-box {
- display: flex;
- flex-direction: column;
- margin-left: auto;
- justify-content: center;
- align-items: center;
- }
- .partime-flud-container {
- /* padding-left: 30rpx;
- padding-top: 20rpx; */
- }
- .part-right {
- margin-right: 19rpx;
- }
- .partime-train {
- margin-right: -92rpx;
- }
- .imgurl {
- width: 30rpx;
- height: 40rpx;
- vertical-align: middle;
- padding-right: 13rpx;
- }
- .partime-url {
- padding-left: 30rpx;
- padding-top: 18rpx;
- font-size: 25rpx;
- font-family: PingFang-SC-Regular;
- color: #7b7b7b;
- padding-bottom: 20rpx;
- }
- /* .partime-num{
- padding-left: 10rpx;
- }
- .partime-left {
- padding-left: 80rpx;
- }
- .partime-leftone {
- padding-left: 101rpx;
- }
- .partime-leftwo {
- padding-left: 71rpx;
- } */
- .partime-main {
- /* line-height: 63rpx; */
- display: flex;
- margin-top: 26rpx;
- }
- .partime-left {
- margin-left: 20rpx;
- }
- .partime-main text {
- font-size: 24rpx;
- font-family: FZZhunYuan-M02S;
- font-weight: 400;
- color: #1a1a1a;
- }
- .partime-con {
- line-height: 63rpx;
- display: flex;
- }
- .partime-con text {
- font-size: 28rpx;
- }
- .partime-list {
- display: flex;
- /* margin-top: 20rpx;
- margin-left: 16rpx; */
- }
- .imglist {
- flex: 1;
- }
- .imgnode {
- flex: 1;
- margin-top: 34rpx;
- }
- .partime-text {
- display: flex;
- }
- .partime-text-flud {
- margin-left: 16rpx;
- /* flex: 1; */
- font-size: 30rpx;
- font-weight: 700;
- }
- .partime-text-config {
- margin-left: 16rpx;
- font-size: 30rpx;
- font-weight: 700;
- padding-left: 67rpx;
- }
- .partime-text-three {
- margin-left: 16rpx;
- font-size: 30rpx;
- font-weight: 700;
- padding-left: 69rpx;
- }
- .partime-text-four {
- margin-left: 16rpx;
- font-size: 30rpx;
- font-weight: 700;
- padding-left: 67rpx;
- }
- .partime-text-fludone {
- margin-left: 16rpx;
- margin-top: 12rpx;
- /* flex: 1; */
- font-size: 25rpx;
- color: #626262;
- font-family: PingFang-SC-Regular;
- }
- .partime-text-fludtwo {
- margin-left: 16rpx;
- margin-top: 12rpx;
- /* flex: 1; */
- font-size: 25rpx;
- color: #626262;
- font-family: PingFang-SC-Regular;
- padding-left: 41rpx;
- }
- .partime-text-fludthree {
- margin-left: 16rpx;
- margin-top: 12rpx;
- /* flex: 1; */
- font-size: 25rpx;
- color: #626262;
- font-family: PingFang-SC-Regular;
- padding-left: 41rpx;
- }
- .partime-text-fludfour {
- margin-left: 16rpx;
- margin-top: 12rpx;
- /* flex: 1; */
- font-size: 25rpx;
- color: #626262;
- font-family: PingFang-SC-Regular;
- padding-left: 45rpx;
- }
- .partime-info {
- padding-left: 30rpx;
- padding-top: 18rpx;
- padding-bottom: 18rpx;
- margin-top: 20rpx;
- font-size: 25rpx;
- font-family: PingFang-SC-Regular;
- /* color: #7b7b7b; */
- background: #fdfbd2;
- color: black;
- opacity: 0.6;
- border-radius: 10rpx;
- border: 1px solid #f8ea04;
- width: 92%;
- margin-left: 10rpx;
- }
- .partime-bg-container {
- /* padding-bottom: 23rpx; */
- }
- .member {
- height: 100%;
- }
- .hot-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 36rpx;
- font-size: 30rpx;
- font-family: "FZCuYuan-M03";
- font-weight: 400;
- color: #333333;
- position: relative;
- }
- .hot-title .line {
- position: absolute;
- width: 6rpx;
- height: 36rpx;
- background: #ffdd36;
- border-radius: 3rpx;
- top: 0;
- left: 0;
- opacity: .5;
- }
- /* .partime-detail-info {
- font-size: 30rpx;
- font-family: PingFang-SC-Regular;
- color: #292929;
- display: block;
- line-height: 50rpx;
- } */
- .imginfo {
- width: 43rpx;
- height: 34rpx;
- vertical-align: middle;
- padding-right: 13rpx;
- }
- .information {
- display: inline-block;
- width: 8%;
- vertical-align: top;
- padding-top: 16rpx;
- }
- .information-txt {
- display: inline-block;
- width: 80%;
- color: #fcc133;
- }
- .hk-leftt::after {
- content: "";
- position: absolute;
- width: 8rpx;
- height: 34rpx;
- line-height: 34rpx;
- left: 0rpx;
- bottom: 6rpx;
- background: #9DDB52;
- z-index: 999
- }
- .hk-leftt {
- position: relative;
- }
- .activity-title image {
- height: 38rpx;
- width: 84rpx;
- margin-right: 10rpx;
- }
- .activity-c {
- display: flex;
- flex-direction: column;
- width: 690rpx;
- margin: -90rpx auto 0 auto;
- padding-bottom: 100rpx;
- box-sizing: border-box;
- }
- .acitemwrap {
- background: white;
- margin-bottom: 20rpx;
- padding: 34rpx 30rpx 23rpx 30rpx;
- }
- .apwrap {
- position: relative;
- z-index: 22;
- width: 100%;
- height: 99rpx;
- margin-left: -22rpx;
- }
- .activeity-price-c {
- color: white;
- background: #9DDB52;
- width: 690rpx;
- position: absolute;
- padding: 0 30rpx;
- box-sizing: border-box;
- left: 0;
- top: 0;
- display: flex;
- align-items: center;
- z-index: 23;
- height: 99rpx;
- border-radius: 20rpx 20rpx 0px 0px;
- }
- .activeity-price-c label {
- font-size: 26rpx;
- }
- .activeity-price-c .num {
- margin-top: -10rpx;
- font-size: 44rpx;
- font-weight: 700;
- }
- .activeity-price-c .company {
- font-size: 26rpx;
- }
- .activeity-price-d {
- position: absolute;
- right: -45rpx;
- top: 0;
- z-index: 24;
- background: #FCC26E;
- border-bottom: 99rpx solid #FCC26E;
- border-left: 30px solid #9DDB52;
- height: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 171rpx;
- border-radius: 0 20rpx 0rpx 0rpx;
- }
- .activeity-price-d text {
- font-size: 30rpx;
- font-weight: 700;
- margin-top: 99rpx;
- color: white;
- }
- .price {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .price .p2 {
- font-size: 36rpx;
- font-weight: bold;
- color: #EC2E26;
- line-height: 45rpx;
- }
- .price .p1 {
- font-size: 22rpx;
- color: #EC2E26;
- line-height: 52rpx;
- }
- .acitemwrap .content .title-price .title {
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- overflow: hidden;
- font-size: 36rpx;
- font-family: "FZCuYuan-M03";
- font-weight: 400;
- color: #1a1a1a;
- }
- .acitemwrap .content .label {
- height: 36rpx;
- line-height: 36rpx;
- background: #f3ffe5;
- border-radius: 16rpx 16rpx 16rpx 0px;
- font-size: 28rpx;
- font-weight: 400;
- text-align: center;
- color: #9ddb52;
- padding: 0 19rpx;
- width: fit-content;
- margin-top: 12rpx;
- margin-right: 20rpx;
- display: inline-block;
- }
- .acitemwrap .content .label2 {
- font-size: 26rpx;
- font-weight: 400;
- color: #767676;
- margin-right: 10rpx;
- display: inline-block;
- }
- .acitemwrap .content .split {
- width: 100%;
- border-top: 1px solid #e6e6e6;
- margin: 30rpx 0;
- }
- .list {
- font-size: 28rpx;
- font-weight: 400;
- color: #666666;
- line-height: 33rpx;
- margin-top: 10rpx;
- }
- .code-tip {
- font-size: 28rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: center;
- color: #666666;
- }
- .code-img {
- width: 358rpx;
- height: 358rpx;
- margin-top: 22rpx;
- }
- .selt-btn {
- display: flex;
- justify-content: center;
- padding-bottom: 65rpx;
- }
- .i-know {
- width: 319rpx;
- height: 80rpx;
- background: #ffdc2f;
- border-radius: 40rpx;
- text-align: center;
- line-height: 80rpx;
- color: #333333;
- font-size: 32rpx;
- }
- .work-day-type {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 55rpx;
- margin-top: 12rpx;
- }
- .work-day-type .sub-btn {
- background: #e6e6e6;
- border-radius: 28rpx;
- height: 55rpx;
- line-height: 55rpx;
- color: #1a1a1a;
- font-size: 28rpx;
- width: 150rpx;
- text-align: center;
- }
- .work-day-type .sub-btn.green {
- background: #FFDC2F;
- }
- .list-address-box {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .righticon {
- font-size: 38rpx;
- }
- .title-price {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .comment {
- padding: 11rpx 0 41rpx 0;
- }
- .comment .card {
- margin-top: 30rpx;
- }
- .comment .card .head {
- display: inline-block;
- vertical-align: middle;
- width: 87rpx;
- height: 87rpx;
- border-radius: 50%;
- background: #f6f6f6;
- margin-right: 18rpx;
- }
- .comment .card .star-box {
- display: inline-block;
- vertical-align: middle;
- width: 350rpx;
- }
- .comment .card .star-box .name {
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- font-size: 32rpx;
- font-weight: 400;
- color: #1a1a1a;
- }
- .comment .card .star-box .iconfont-c3 {
- margin-right: 12rpx;
- color: #b3b3b3;
- }
- .comment .card .star-box .iconfont-c3.yellow {
- color: #FED100;
- }
- .comment .card .time {
- width: 160rpx;
- text-align: right;
- display: inline-block;
- vertical-align: top;
- font-size: 28rpx;
- font-weight: 500;
- color: #999999;
- }
- .comment .card .desc {
- margin-top: 25rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- line-height: 34rpx;
- }
- .comment .card .img-box {
- white-space: nowrap;
- overflow: auto;
- }
- .comment .card .img {
- width: 155rpx;
- height: 155rpx;
- background: #f6f6f6;
- margin: 18rpx 10rpx 0 0;
- }
- .comment .card .split {
- margin-top: 32rpx;
- border-top: 1px solid #e6e6e6;
- }
- .left-t-r i {
- font-size: 50rpx;
- }
- .left-t-r i.isyn {
- font-size: 50rpx;
- color: #FF9800;
- }
- .work-box {
- width: 690rpx;
- background: #ffffff;
- border-radius: 16rpx;
- /* margin-top: 23rpx; */
- margin-bottom: 20rpx;
- margin-left: 30rpx;
- }
- .work-top {
- padding: 41rpx 30rpx 26rpx 30rpx;
- box-sizing: border-box;
- }
- .work-img-box {
- display: flex;
- margin-top: 31rpx;
- }
- .work-bao {
- margin-left: 43rpx;
- width: 45rpx;
- height: 46rpx;
- }
- .work-dot {
- width: 71rpx;
- height: 11rpx;
- margin-left: 29rpx;
- align-self: center;
- }
- .work-lian {
- width: 44rpx;
- height: 42rpx;
- margin-left: 29rpx;
- }
- .work-kai {
- width: 49rpx;
- height: 44rpx;
- margin-left: 24rpx;
- }
- .work-dot3 {
- width: 71rpx;
- height: 11rpx;
- margin-left: 28rpx;
- align-self: center;
- }
- .work-wan {
- width: 53rpx;
- height: 36rpx;
- margin-left: 15rpx;
- }
- .word-box {
- display: flex;
- margin-top: 20rpx;
- }
- .word-box .item {
- font-size: 28rpx;
- font-family: FZZhunYuan-M02S;
- font-weight: 400;
- color: #000000;
- text-align: center;
- width: 132rpx;
- }
- .word-box .item .title-2 {
- font-size: 22rpx;
- color: #666666;
- margin-top: 17rpx;
- }
- .word-box .item .title-3 {
- font-size: 22rpx;
- color: #666666;
- margin-top: 10rpx;
- }
- .warning-box {
- width: 690rpx;
- height: 101rpx;
- background: #fffae1;
- border-radius: 0px 0px 16rpx 16rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 30rpx;
- box-sizing: border-box;
- font-size: 24rpx;
- font-family: FZZhunYuan-M02S;
- font-weight: 400;
- color: #ffa836;
- }
- .warning-img {
- width: 39rpx;
- height: 39rpx;
- }
- .per-box {
- padding: 30rpx;
- box-sizing: border-box;
- background-color: white;
- margin-bottom: 20rpx;
- }
- .people {}
- .more {
- height: 90rpx;
- display: flex;
- align-items: center;
- margin-top: 33rpx;
- }
- .more .more-word {
- font-size: 24rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #666666;
- }
- .more .down {
- transform: rotate(-90deg);
- }
- .total-img {
- display: flex;
- flex-wrap: wrap;
- }
- .total-img .imgk {
- width: 90rpx;
- height: 90rpx;
- border-radius: 50%;
- margin-left: 30rpx;
- margin-top: 32rpx;
- }
- .total-img .imgk:first-child {
- margin-left: 0;
- }
- .total-img .imgk:nth-child(6n+1) {
- margin-left: 0;
- }
- .total-img .up {
- display: flex;
- align-items: center;
- margin-left: 30rpx;
- }
- .up-word {
- font-size: 24rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #666666;
- }
- .upicon {
- transform: rotate(90deg);
- margin-bottom: 12rpx;
- }
- .people-content {
- display: flex;
- justify-content: space-between;
- }
- .imgs {
- position: relative;
- margin-top: 33rpx;
- height: 90rpx;
- }
- .img {
- width: 90rpx;
- height: 90rpx;
- border-radius: 50%;
- position: absolute;
- top: 0;
- }
- .dot {
- position: absolute;
- top: 0;
- width: 90rpx;
- height: 90rpx;
- border-radius: 50%;
- border: 1px dashed #999999;
- text-align: center;
- color: #999999;
- box-sizing: border-box;
- font-size: 28rpx;
- line-height: 75rpx;
- }
|