|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246 |
- @import "../../../app.ttss";
-
- page {
- background: #f4f5f9;
- }
-
- button::after {
- border: none;
-
- }
-
-
- .coupons {
- width: 100%;
- position: relative;
- overflow: hidden;
- padding-bottom: 170rpx;
- background: #f4f5f9;
- }
-
- .couponsL c-coupons {
- width: 335rpx;
- /* height: 354rpx; */
- margin-bottom: 22rpx;
- }
-
- .couponsL c-coupons:nth-of-type(2n+1) {
- float: left;
- }
-
- .couponsL c-coupons:nth-of-type(2n) {
- float: right;
- }
-
- .banner {
- position: relative;
- width: 750rpx;
- height: 454rpx;
- }
-
- .banner swiper {
- width: 750rpx;
- height: 454rpx;
- }
-
- .banner image {
- width: 100%;
- height: 454rpx;
- }
-
- .moneyBox {
- font-size: 24rpx;
- overflow: hidden;
- }
-
- .earnest {
- float: left;
- font-size: 28rpx;
- color: #a6a6a6;
- }
-
- .earnestNum {
- float: left;
- color: red;
- font-size: 32rpx;
- }
-
- .final {
- float: left;
- font-size: 28rpx;
- color: #a6a6a6;
- margin-left: 30rpx;
- }
-
- .pickFinal_Box {
- overflow: hidden;
- }
-
- .earnestTime {
- font-size: 28rpx;
- color: #a6a6a6;
- }
-
- .finalTime {
- font-size: 28rpx;
- color: #a6a6a6;
- }
-
- .original {
- float: left;
- width: 100rpx;
- margin-left: 10rpx;
- text-decoration: line-through;
- color: #a6a6a6;
- font-size: 24rpx;
- line-height: 50rpx;
- }
-
- .dots {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 50rpx;
- display: flex;
- justify-content: center;
- }
-
- .dot {
- margin: 0 8rpx;
- width: 14rpx;
- height: 14rpx;
- background: #fff;
- border-radius: 8rpx;
- transition: all 0.6s;
- }
-
- .home {
- position: relative;
- background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
- height: 94rpx;
- width: 230rpx;
- /* margin: 0 auto 30rpx; */
- margin-left: 40rpx;
- float: left;
- color: #fff;
- font-size: 36rpx;
- line-height: 94rpx;
- border-radius: 21rpx;
- }
-
- .arrive {
- position: relative;
- background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
- height: 94rpx;
- width: 230rpx;
- /* margin: 0 auto 30rpx; */
- margin-left: 40rpx;
- float: left;
- color: #fff;
- font-size: 36rpx;
- line-height: 94rpx;
- border-radius: 21rpx;
- }
-
- .dot.active {
- width: 24rpx;
- background: #f80;
- }
-
- .refound {
- border: 1rpx solid red;
- padding: 3rpx 0;
- display: block;
- width: 130rpx;
- text-align: center;
- margin-left: 14rpx;
- }
-
- .couponsL {
- width: 92%;
- margin: 20rpx auto;
- }
-
- .coupons_info {
- width: 92%;
- padding: 0 4%;
- background: #fff;
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- /* margin-top: -25rpx; */
- overflow: hidden;
- }
-
- .fenxiang {
- position: absolute;
- right: 28rpx;
- top: 27rpx;
- display: flex;
- flex-direction: column;
- }
-
- .fenxiang image {
- width: 48rpx;
- height: 48rpx;
- margin: 0 auto;
- }
-
- .gift {
- color: #3c3c3c;
- font-size: 20rpx;
- margin: 0 auto;
- }
-
- .user-motto {
- width: 270rpx;
- border: 0;
- background: none;
- height: 260rpx;
- color: #fff;
- position: fixed;
- }
-
- .user-motto::after {
- border: none;
- }
-
- .title {
- display: block;
- font-weight: bold;
- font-size: 32rpx;
- color: #3c3c3c;
- letter-spacing: 1.09rpx;
- line-height: 45rpx;
- width: 542rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- padding-top: 30rpx;
- }
-
- .subTitleBox {
- overflow: hidden;
- width: 100%;
- margin: 10rpx 0;
- }
-
- .subTitle {
- display: block;
- width: 400rpx;
- /* height: 37rpx; */
- font-size: 26rpx;
- color: #a6a6a6;
- letter-spacing: 1.16rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- padding: 6rpx 0;
- float: left;
- }
-
- .sellBox {
- display: block;
- font-size: 26rpx;
- color: #a6a6a6;
- letter-spacing: 1.16rpx;
- padding: 6rpx 0;
- float: right;
- }
-
-
-
- .rest {
- font-size: 24rpx;
- color: #919191;
- letter-spacing: 0;
- height: 50rpx;
- line-height: 50rpx;
- border-bottom: 1px solid #f9f9f9;
- }
-
- .restNum {
- font-size: 24rpx;
- color: #999;
- letter-spacing: 1.16rpx;
- text-align: right;
- }
-
- .time {
- font-size: 24rpx;
- color: #a6a6a6;
- letter-spacing: 0;
- line-height: 33rpx;
- display: inline-block;
- }
-
- .txt01 {
- font-size: 24rpx;
- color: #919191;
- letter-spacing: 0;
- }
-
- .price {
- font-size: 24rpx;
- color: #999;
- letter-spacing: 0;
- }
-
- .salePriceStr {
- font-size: 24rpx;
- color: #999;
- letter-spacing: 0;
- margin: 10rpx 0;
- }
-
- .salePriceStr .rmb {
- color: #d5af67;
- font-size: 24rpx;
- line-height: 40rpx;
- float: left;
- }
-
- .salePriceStr .pri01 {
- font-size: 40rpx;
- color: #d5af67;
- letter-spacing: 0;
- line-height: 40rpx;
- float: left;
- }
-
- .salePriceStr .pri01Hr {
- font-size: 24rpx !important;
- }
-
- .use {
- color: #fd782d;
- /* margin-left: 10rpx; */
- }
-
- .salePriceStr .yuan {
- font-size: 24rpx;
- color: #fd782d;
- letter-spacing: 0;
- }
-
- .price text {
- font-size: 24rpx;
- color: #333;
- letter-spacing: 0;
- }
-
- .throgh {
- text-decoration: line-through;
- margin-left: 10rpx;
- color: #999 !important;
- margin-top: 8rpx;
- height: 32rpx;
- line-height: 45rpx;
- }
-
- .qsOriginal {
- text-decoration: line-through;
- color: #999 !important;
- margin-top: 58rpx;
- margin-left: 14rpx;
- font-family: "PingFangSC-Medium";
- font-size: 26rpx;
- font-weight: 400;
- float: left;
- }
-
- .serviceImg {
- height: 100%;
- width: 100%;
- }
-
- .timeText {
- color: #333;
- letter-spacing: 0;
- font-size: 14px;
- height: 25px;
- line-height: 25px;
- width: 92%;
- margin: 10rpx auto 0 auto;
- }
-
- .fl {
- float: left;
- }
-
- .fr {
- float: right;
- }
-
- .notes {
- width: 100%;
- background: #fff;
- padding-bottom: 30rpx;
- }
-
- .nodesD {
- height: 87rpx;
- line-height: 87rpx;
- background: #fff;
- border-top: 1px solid #f9f9f9;
- font-weight: bold;
- }
-
- .notesText {
- width: 92%;
- margin: 0 auto;
- color: #333;
- letter-spacing: 0;
- font-size: 24rpx;
- letter-spacing: 0;
- line-height: 42rpx;
- display: block;
- }
-
- .notesH {
- width: 92%;
- font-weight: bold;
- font-size: 32rpx;
- color: #3c3c3c;
- margin: 10rpx auto;
- padding-top: 10rpx;
- }
-
- .Hchild {
- width: 92%;
- margin: 0 auto;
- color: #333;
- letter-spacing: 0;
- font-size: 12px;
- letter-spacing: 0;
- line-height: 21px;
- display: block;
- }
-
- /* .notes view:nth-child(1) text {
- color: #333;
- letter-spacing: 0;
- font-size: 30rpx;
- height: 70rpx;
- line-height: 70rpx;
- }
-
- .notes view:nth-child(1) {
- width: 92%;
- margin: 0 auto;
- }
-
- .notes view:nth-child(2) {
- display: flex;
- flex-direction: column;
- width: 92%;
- margin: 0 auto;
- }
-
- .notes view:nth-child(2)>text {
- font-size: 24rpx;
- color: #919191;
- letter-spacing: 0;
- line-height: 42rpx;
- } */
-
-
-
- .active {
- opacity: 0.6;
- }
-
-
-
- .app-border-topX {
- width: 100%;
- background-color: #fff;
- border-top: solid 1rpx rgb(204, 204, 204);
- }
-
- .buy-view {
- /* background: #fff; */
- height: 92rpx;
- bottom: 0;
- left: 0;
- right: 0;
- padding-bottom: 22rpx;
- padding-top: 22rpx;
- }
-
- .sell {
- font-size: 24rpx;
- color: #a6a6a6;
- ;
- letter-spacing: 1px;
- text-align: right;
- float: right;
- margin-top: 60rpx;
- }
-
- .sellP {
- color: #d5af67;
- }
-
- .biaoz {
- color: #d5af67;
- font-family: "PingFangSC-Medium";
- font-size: 28rpx;
- font-weight: 400;
- float: left;
- /* line-height: 22px; */
- margin-top: 55rpx;
- margin-left: 40rpx;
- }
-
- .selling {
- color: #d5af67;
- font-family: "PingFangSC-Medium";
- font-size: 36rpx;
- font-weight: 400;
- float: left;
- margin-top: 50rpx;
- /* line-height: 22px; */
- }
-
- .buyX {
- /* position: relative; */
- float: right;
- background: linear-gradient(270deg, #DDAB5A, #B8832D);
- height: 90rpx;
- width: 300rpx;
- margin-left: 170rpx;
- color: #fff;
- font-size: 36rpx;
- line-height: 90rpx;
- border-radius: 61rpx;
- margin: 30rpx 20rpx;
- }
-
- .buy {
- position: relative;
- background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
- height: 94rpx;
- width: 560rpx;
- margin-left: 170rpx;
- color: #fff;
- font-size: 36rpx;
- line-height: 94rpx;
- border-radius: 61rpx;
- }
-
- #noBuy {
- position: relative;
- background-color: rgba(0, 0, 0, 0.2);
- height: 94rpx;
- width: 560rpx;
- margin: 0 auto 30rpx;
- color: #fff;
- font-size: 36rpx;
- line-height: 94rpx;
- border-radius: 61rpx;
- }
-
- .buyHr {
- background: #cecece !important;
- }
-
- .goback {
- position: relative;
- float: left;
- width: 132rpx !important;
- height: 96rpx;
- background: rgba(255, 255, 255, 1) !important;
- line-height: 95rpx;
- border-radius: 32rpx;
- margin-left: 20rpx;
- }
-
- .goback image {
- position: absolute;
- width: 52rpx;
- height: 50rpx;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- margin: 10rpx auto;
- }
-
- .tel {
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- width: 50rpx;
- height: 50rpx;
- }
-
- .txt {
- margin-right: 30rpx;
- }
-
- .distance {
- border: none;
- border-radius: 16rpx;
- width: 600rpx;
- padding: 16rpx 6rpx 0 0;
- }
-
- .distance .txt01 {
- display: block;
- font-size: 26rpx;
- color: #ff4949;
- }
-
- .clock {
- width: 116rpx !important;
- vertical-align: middle;
- margin-right: 10rpx;
- margin-top: -4rpx;
- }
-
- .qiang {
- position: inline-block;
- width: 60rpx;
- height: 40rpx;
- line-height: 40rpx;
- color: #ff4949;
- text-align: center;
- font-size: 28rpx;
- margin-right: 10rpx;
- }
-
- .times {
- display: inline-block;
- color: #ff4949;
- font-weight: bold;
- font-size: 26rpx;
- text-align: center;
- }
-
- .timess {
- color: #fd782d;
- }
-
- .times text {
- display: inline-block;
- margin: 6rpx;
- height: 56rpx;
- padding: 0 6rpx;
- text-align: center;
- font-size: 28rpx;
- line-height: 60rpx;
- border-radius: 12rpx;
- color: #fff;
- font-weight: bold;
- background: #ff4949;
- }
-
- .con {
- position: absolute;
- top: 35rpx;
- right: 0;
- bottom: 0;
- left: 0;
- margin: auto;
- width: 587rpx;
- }
-
- .con .image {
- display: block;
- width: 100%;
- }
-
- .img {
- margin-top: -50rpx;
- }
-
- .question {
- display: block;
- width: 587rpx;
- background: #fff;
- border-bottom-left-radius: 22rpx;
- border-bottom-right-radius: 22rpx;
- overflow: hidden;
- }
-
- .ques {
- display: block;
- width: 511rpx;
- margin: 0 auto;
- height: 95rpx;
- line-height: 95rpx;
- font-size: 30rpx;
- color: #333;
- border-bottom: 1rpx solid #eee;
- }
-
- .titles {
- width: 511rpx;
- display: block;
- text-align: center;
- height: 50rpx;
- margin: 0 auto;
- padding-top: 10rpx;
- padding-bottom: 20rpx;
- font-size: 32rpx;
- font-weight: bold;
- line-height: 41rpx;
- border-bottom: 1rpx solid #eee;
- }
-
- .quessss>view:last-child {
- border-bottom: 0;
- }
-
- .wmclose {
- position: relative;
- z-index: 10000;
- display: block;
- width: 70rpx;
- }
-
- .ques_gou {
- position: absolute;
- width: 20rpx;
- top: 160rpx;
- left: 23rpx;
- }
-
- .btnss {
- color: #f8755b;
- font-weight: bold;
- font-size: 30rpx !important;
- text-align: center !important;
- }
-
- .radios {
- display: block;
- font-size: 28rpx;
- height: 95rpx;
- line-height: 95rpx;
- color: #333;
- text-indent: 0.5em;
- }
-
- .elecard {
- display: inline-block;
- margin-left: 6rpx;
- color: rgba(254, 70, 20, 1);
- border: 1px solid rgba(254, 70, 20, 1);
- border-radius: 8rpx;
- font-style: normal;
- font-size: 30rpx;
- line-height: 40rpx;
- padding: 0 6rpx;
- }
-
- .btns {
- /* padding: 0 33rpx; */
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- padding-bottom: 22rpx;
- padding-top: 22rpx;
- z-index: 12;
- /* background: #fff; */
- }
-
- .btnTxt {
- width: 50rpx;
- height: 30rpx;
- line-height: 50rpx;
- color: #fd782d;
- font-size: 20rpx;
- position: absolute;
- right: 42rpx;
- bottom: 15rpx;
- }
-
- .btns .fr,
- .btns .fl {
- width: 277rpx;
- height: 95rpx;
- border-radius: 48rpx;
- text-align: center;
- }
-
- .btns .fl {
- margin-left: 20rpx;
- color: #fff;
- background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
- }
-
- .btns .fl text {
- display: block;
- font-size: 30rpx;
- line-height: 34rpx;
- }
-
- .btns .fl text:nth-of-type(1) {
- margin-top: 12rpx;
- }
-
- .btns .fr {
- font-size: 30rpx;
- color: #fff;
- margin-right: 20rpx;
- line-height: 95rpx;
- background: linear-gradient(90deg, rgba(40, 179, 255, 1) 0%, rgba(48, 103, 255, 1) 100%);
- /* box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32); */
- }
-
- .support-tansfer {
- width: 60%;
- border-radius: 50rpx;
- margin-top: 30rpx;
- /* background: #02c0ff !important; */
- background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
- }
-
- .shaddow {
- z-index: 100;
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0px;
- background: rgba(0, 0, 0, 0.8);
- overflow: hidden;
- }
-
- .alert-box {
- position: fixed;
- top: 50%;
- margin-top: -270rpx;
- left: 10%;
- width: 80%;
- height: auto;
- padding-bottom: 20rpx;
- background: #fff;
- z-index: 200;
- border-radius: 20rpx;
- }
-
- .user-img {
- position: absolute;
- top: -50rpx;
- left: 250rpx;
- /* margin-left: -50rpx; */
- width: 100rpx;
- height: 100rpx;
- z-index: 300;
- border-radius: 50rpx;
- background: #fff;
- overflow: hidden;
- }
-
- .user-img image {
- width: 100rpx;
- height: 100rpx;
- }
-
- .close {
- position: absolute;
- z-index: 300;
- right: 0;
- top: 0;
- width: 100rpx;
- height: 100rpx;
- overflow: hidden;
- }
-
- .close image {
- display: block;
- width: 26rpx;
- height: 26rpx;
- margin: 20rpx 0 0 52rpx;
- }
-
- .a-title {
- text-align: center;
- margin-top: 76rpx;
- font-size: 38rpx;
- font-family: PingFang-SC-Medium;
- font-weight: 500;
- color: rgba(51, 51, 51, 1);
- line-height: 44rpx;
- }
-
- .a-img {
- position: relative;
- width: 80%;
- border-radius: 20rpx;
- height: 294rpx;
- overflow: hidden;
- text-align: center;
- margin: 30rpx auto 0;
- }
-
- .a-received {
- position: absolute;
- width: 100%;
- height: 294rpx;
- top: 0;
- left: 0;
- text-align: center;
- line-height: 294rpx;
- z-index: 320;
- background: rgba(255, 255, 255, 1);
- border: 0px solid rgba(151, 57, 117, 1);
- opacity: 0.91;
- font-size: 36rpx;
- color: rgba(255, 51, 50, 1);
- font-family: PingFang-SC-Medium;
- }
-
- .a-img image {
- width: 100%;
- height: 100%;
- }
-
- .bottom {
- text-align: center;
- height: 70rpx;
- line-height: 70rpx;
- color: #999;
- font-size: 32rpx;
- background: #fff;
- padding-top: 20rpx;
- }
-
- .presslimit {
- height: 34rpx;
- line-height: 34rpx;
- margin-top: 8rpx;
- margin-left: 12rpx;
- color: #fd782d;
- font-size: 20rpx;
- letter-spacing: 1.16rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .presslimit text {
- margin-left: 15rpx;
- background: rgba(201, 201, 201, 0.1);
- }
-
- checkbox-group,
- radio-group {
- height: 400rpx;
- overflow-y: scroll;
- }
-
- .detailImg {
- width: 100%;
- background: #fff;
- margin: auto;
- }
-
- .detailImg image {
- display: block;
- width: 92%;
- padding: 0 4% 0 4%;
- margin-bottom: 20rpx;
- }
-
- .content {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- background: #f3f3f3;
- position: relative;
- }
-
- .poster {
- width: 100%;
- height: 100%;
- padding: 20rpx;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- .bottomsave {
- width: 100%;
- height: 140rpx;
- line-height: 140rpx;
- margin: auto 0;
- bottom: 0;
- left: 0;
- right: 0;
- border-top: 1px solid #ccc;
- box-shadow: 0 0rpx 150rpx #ccc;
- background: #fff;
- }
-
- .saveposter {
- color: #fff;
- width: 380rpx;
- height: 80rpx;
- border-radius: 50rpx;
- background: #f08f04;
- margin-top: 30rpx;
- font-size: 32rpx;
- }
-
- .modal {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: rgba(0, 0, 0, 0.5);
- overflow: hidden;
- z-index: 10000;
- color: #fff;
- }
-
- .modal-content {
- width: 540rpx;
- height: 233rpx;
- line-height: 60rpx;
- overflow: hidden;
- position: fixed;
- top: 50%;
- left: 0;
- z-index: 11;
- background: #f9f9f9;
- margin: -16rpx 105rpx;
- border-radius: 36rpx;
- display: flex;
- }
-
- .modal-content view {
- display: inline-block;
- flex: 1;
- text-align: center;
- }
-
- .modal-content view>text {
- color: #000;
- display: block;
- font-size: 30rpx;
- }
-
- .modal-content view>image {
- margin-top: 40rpx;
- width: 90rpx;
- height: 90rpx;
- }
-
- .tt-swiper-dots {
- margin-bottom: 30rpx;
- }
-
- .quan {
- float: left;
- margin: 18rpx 15rpx 0 0;
- width: 12rpx;
- height: 12rpx;
- background: #e1e1e1;
- border-radius: 50%;
- }
-
- .swiper-box .tt-swiper-dots.tt-swiper-dots-horizontal {
- margin-bottom: 2rpx;
- }
-
- .swiper-box .tt-swiper-dot {
- width: 40rpx;
- display: inline-flex;
- height: 6rpx;
- margin-left: 10rpx;
- border-radius: 6rpx;
- justify-content: space-between;
- }
-
- .swiper-box .tt-swiper-dot::before {
- content: '';
- flex-grow: 1;
- background: #ccc8c8;
- }
-
- .swiper-box .tt-swiper-dot-active::before {
- background: #f6792b;
- }
-
- .jifen {
- font-size: 30rpx;
- }
-
- .childText {
- color: #333;
- letter-spacing: 0;
- font-size: 30rpx;
- height: 70rpx;
- line-height: 70rpx;
- background-color: #fff;
- width: 92%;
- padding: 0 4%;
- }
-
- .childBox {
- width: 92%;
- padding: 0 4%;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
-
- .childItem {
- width: 48%;
- background-color: #fff;
- border-radius: 10rpx;
- overflow: hidden;
- margin: 20rpx 0;
- }
-
- .childImg {
- width: 300rpx;
- height: 176rpx;
- margin: 10px auto;
- display: block;
- }
-
- .childName {
- margin-top: 10rpx;
- margin: 10px;
- font-size: 24rpx;
- color: #919191;
- }
-
- .childMoney {
- color: #fd782d;
- font-size: 24rpx;
- margin: 10px;
- text-decoration: line-through;
- }
-
-
-
- .groupTitleBox {
- background: #fff;
- }
-
- .groupTitle {
- color: #333;
- letter-spacing: 0;
- font-size: 30rpx;
- height: 50rpx;
- line-height: 50rpx;
- width: 92%;
- margin: 0 auto;
- font-weight: bold;
- }
-
- .groupTitleS {
- color: #333;
- letter-spacing: 0;
- font-size: 28rpx;
- /* height: 50rpx; */
- line-height: 50rpx;
- width: 90%;
- margin: 0 auto;
- /* font-weight: bold; */
- }
-
- .yuandian {
- background-color: #333333;
-
- width: 4rpx;
- height: 4rpx;
- border-radius: 50%;
- margin: 16rpx 8rpx 0 0;
- float: left;
- }
-
- .groupDetailsBox {
- width: 90%;
- margin: 0 auto;
- }
-
- .groupTiemBox {
- color: #333333;
- overflow: hidden;
- }
-
- .groupTiemName {
- float: left;
- font-size: 26rpx;
- /* color: #a6a6a6; */
- }
-
- .groupTiemPay {
- float: right;
- font-size: 26rpx;
- /* color: #a6a6a6; */
- }
-
- .videoCla {
- margin-top: 10rpx;
- width: 70rpx;
- height: 60rpx;
- }
-
- .issue {
- font-size: 20rpx;
- }
-
- .groupTextBox {
- background: #fff;
- overflow: hidden;
- padding-bottom: 10rpx;
- }
-
- .shootBox {
- position: fixed;
- top: 70%;
- right: 0;
- width: 120rpx;
- height: 100rpx;
- background-color: rgba(221, 171, 90, 0.5) !important;
- border-radius: 12rpx 0 0 12rpx;
- z-index: 1000000;
- }
-
- .mount {
- line-height: 20rpx !important;
- height: 100%;
- }
-
- button {
- color: #fff;
- background-color: rgba(221, 171, 90, 0.5);
- padding: 0;
- }
-
- .serviceBox {
- float: right;
- margin-top: 58rpx;
- margin-right: 14rpx;
- height: 40rpx;
- width: 40rpx;
- background-color: #fff;
- }
-
- .fuwuLogoBox {
- width: 40rpx;
- height: 40rpx;
- line-height: 0;
- }
-
- .itemLogo {
- width: 100%;
- height: 100%;
- }
-
- .fuwuName {
- text-align: center;
- color: #000;
- font-size: 24rpx;
- }
|