1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357 |
- page {
- background: #f6f6f6;
- }
- .goods-wrapper {
- position: relative;
- }
- image {
- width: 100%;
- height: 100%;
- display: block;
- }
- swiper {
- height: 600rpx;
- }
- swiper image {
- width: 100%;
- height: auto;
- }
- .sticky-title {
- width: 100%;
- display: none;
- justify-content: space-between;
- background: #fff;
- height: 160rpx;
- position: relative;
- z-index: 3;
- }
- .sticky-title.sticky {
- position: fixed;
- display: flex;
- top: 0;
- left: 0;
- height: 80rpx;
- line-height: 80rpx;
- width: 100vw;
- border-bottom: 2rpx solid rgba(0, 0, 0, 0.1);
- animation: opacity 0.2s ease-in-out;
- }
- .sticky-title.sticky .nav {
- padding-left: 30rpx;
- }
- .sticky-title.sticky .nav .tab-btn {
- width: 56rpx;
- height: 80rpx;
- line-height: 80rpx;
- margin-right: 36rpx;
- color: #666;
- font-size: 28rpx;
- font-weight: bold;
- position: relative;
- display: inline-block;
- }
- .sticky-title.sticky .nav .tab-btn-active {
- color: #ff5344;
- line-height: 80rpx;
- }
- .sticky-title.sticky .nav .tab-btn-active:after {
- content: '';
- width: 56rpx;
- height: 6rpx;
- border-radius: 6rpx;
- background: linear-gradient(to right, #fe655c, #fa875b);
- position: absolute;
- bottom: 0;
- left: 0;
- box-shadow: 0 4rpx 8rpx rgba(255, 89, 9, 0.25);
- }
- .sticky-title.sticky .time {
- width: 290rpx;
- height: 80rpx;
- font-size: 26rpx;
- color: #444;
- display: flex;
- align-items: center;
- padding-right: 30rpx;
- justify-content: flex-end;
- }
- .sticky-title.sticky .time text {
- white-space: nowrap;
- }
- .sticky-title.sticky .time .countdownTop {
- font-size: 28rpx;
- white-space: nowrap;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .sticky-title.sticky .time .countdownTop .itemTimeTop {
- width: 38rpx;
- height: 32rpx;
- background: #444;
- border-radius: 4rpx;
- font-size: 26rpx;
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .spuInfoImg {
- width: 100%;
- height: 600rpx;
- background-size: 100% 100%;
- position: relative;
- }
- .spuInfoImg .share {
- width: 160rpx;
- height: 68rpx;
- background: linear-gradient(90deg, #f75451 0%, #fa6f57 100%);
- border-radius: 48rpx 0 0 48rpx;
- position: absolute;
- top: 60rpx;
- right: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .spuInfoImg .share .shareImg {
- width: 32rpx;
- height: 28rpx;
- margin-right: 14rpx;
- }
- .spuInfoImg .share text {
- width: 60rpx;
- height: 68rpx;
- line-height: 68rpx;
- font-size: 26rpx;
- color: #fff;
- }
- .spuInfoImg .current {
- width: 90rpx;
- height: 32rpx;
- line-height: 32rpx;
- text-align: center;
- border-radius: 24rpx;
- background-color: rgba(0, 0, 0, 0.5);
- font-size: 26rpx;
- color: #fff;
- position: absolute;
- left: 50%;
- bottom: 110rpx;
- margin-left: -44rpx;
- z-index: 1;
- }
- .spuInfoImg .slide-image {
- width: 750rpx;
- height: 600rpx;
- }
- .spuInfo {
- width: 100%;
- /* position: absolute;
- left: 0;
- top: 500rpx; */
- z-index: 2;
- position: relative;
- margin-top: -50px;
- }
- .spuInfo .spuPrice {
- position: relative;
- width: 680rpx;
- height: 100rpx;
- padding-left: 30rpx;
- margin: 0 auto;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .spuInfo .spuPrice .spuPriceBg {
- position: absolute;
- top: 0;
- left: 0;
- width: 710rpx;
- height: 100rpx;
- z-index: -1;
- }
- .spuInfo .spuPrice .price {
- font-size: 28rpx;
- color: #fff;
- margin-top: 10rpx;
- }
- .spuInfo .spuPrice .price .salePrice {
- font-size: 68rpx;
- font-weight: bold;
- }
- .spuInfo .spuPrice .price .storePrice {
- text-decoration: line-through;
- margin-left: 10rpx;
- }
- .spuInfo .spuPrice .time {
- width: 220rpx;
- height: 100rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- font-size: 26rpx;
- color: #f8e71c;
- white-space: nowrap;
- }
- .spuInfo .spuPrice .time text {
- line-height: 28rpx;
- margin-top: 10rpx;
- }
- .spuInfo .spuPrice .time .endAct {
- color: #fff;
- }
- .spuInfo .spuPrice .time .countdown {
- font-size: 28rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .spuInfo .spuPrice .time .countdown em {
- margin: 0;
- }
- .spuInfo .spuPrice .time .countdown .itemTime {
- width: 32rpx;
- text-align: center;
- }
- .spuInfo .bgOne {
- background: url("http://shiziyu.liofis.com/attachment/images/3/2019/01/s8DBXZhrLr998t89Tg8BblqnXbNB8r.png");
- background-size: 100% 100%;
- }
- .spuInfo .bgTwo {
- background: url("https://image.songshupinpin.com/goods_1540374630865.png");
- background-size: 100% 100%;
- }
- .spuInfo .spuDetailInfo, .spuInfo .straightInLive, .spuInfo .buyRecords {
- width: 670rpx;
- background: #fff;
- box-shadow: 0 0 40rpx 0 rgba(0, 0, 0, 0.05);
- border-radius: 0 0 20rpx 20rpx;
- padding: 30rpx 20rpx 0;
- margin: 0 auto;
- }
- .spuInfo .spuDetailInfo .spuName, .spuInfo .straightInLive .spuName,
- .spuInfo .buyRecords .spuName {
- font-size: 36rpx;
- color: #444;
- font-weight: bold;
- min-height: 48rpx;
- line-height: 44rpx;
- padding: 0 10rpx;
- white-space: initial;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .spuInfo .spuDetailInfo .remind, .spuInfo .straightInLive .remind,
- .spuInfo .buyRecords .remind {
- margin-top: 20rpx;
- display: flex;
- align-items: center;
- padding: 0 10rpx;
- }
- .spuInfo .spuDetailInfo .remind .remindImg,
- .spuInfo .straightInLive .remind .remindImg,
- .spuInfo .buyRecords .remind .remindImg {
- width: 28rpx;
- height: 28rpx;
- margin-right: 20rpx;
- }
- .spuInfo .spuDetailInfo .remind text, .spuInfo .straightInLive .remind text,
- .spuInfo .buyRecords .remind text {
- font-size: 26rpx;
- color: #aaa;
- }
- .spuInfo .spuDetailInfo .preferential, .spuInfo .straightInLive .preferential,
- .spuInfo .buyRecords .preferential {
- padding: 24rpx 20rpx;
- background: linear-gradient(223deg, #fff7f0 0%, #fff4ec 100%);
- border-radius: 16rpx;
- margin-top: 40rpx;
- margin-bottom: 10rpx;
- font-size: 24rpx;
- color: #ca7e57;
- font-weight: bold;
- line-height: 40rpx;
- }
- .spuInfo .spuDetailInfo .preferential .tit,
- .spuInfo .straightInLive .preferential .tit,
- .spuInfo .buyRecords .preferential .tit {
- font-size: 20rpx;
- color: #ff5344;
- border: 2rpx solid #ffa49c;
- border-radius: 16rpx;
- padding: 0 8rpx;
- margin-right: 10rpx;
- }
- .spuInfo .spuDetailInfo .preferential .con,
- .spuInfo .straightInLive .preferential .con,
- .spuInfo .buyRecords .preferential .con {
- margin-right: 20rpx;
- }
- .spuInfo .spuDetailInfo .purchasing, .spuInfo .spuDetailInfo .saleNum,
- .spuInfo .straightInLive .purchasing, .spuInfo .straightInLive .saleNum,
- .spuInfo .buyRecords .purchasing, .spuInfo .buyRecords .saleNum {
- font-size: 26rpx;
- color: #666;
- padding: 30rpx 0;
- margin: 0 10rpx;
- border-bottom: 0.1rpx solid #efefef;
- }
- .spuInfo .spuDetailInfo .purchasing .purTit,
- .spuInfo .spuDetailInfo .saleNum .purTit,
- .spuInfo .straightInLive .purchasing .purTit,
- .spuInfo .straightInLive .saleNum .purTit,
- .spuInfo .buyRecords .purchasing .purTit, .spuInfo .buyRecords .saleNum .purTit {
- color: #444;
- font-weight: bold;
- margin-right: 20rpx;
- }
- .spuInfo .spuDetailInfo .purchasing .remaining,
- .spuInfo .spuDetailInfo .saleNum .remaining,
- .spuInfo .straightInLive .purchasing .remaining,
- .spuInfo .straightInLive .saleNum .remaining,
- .spuInfo .buyRecords .purchasing .remaining,
- .spuInfo .buyRecords .saleNum .remaining {
- font-weight: bold;
- margin: 0;
- color: #ff5344;
- }
- .spuInfo .spuDetailInfo .purchasing .stock,
- .spuInfo .spuDetailInfo .saleNum .stock,
- .spuInfo .straightInLive .purchasing .stock,
- .spuInfo .straightInLive .saleNum .stock,
- .spuInfo .buyRecords .purchasing .stock, .spuInfo .buyRecords .saleNum .stock {
- display: inline-block;
- font-weight: normal;
- margin: 0;
- }
- .spuInfo .spuDetailInfo .saleNum, .spuInfo .straightInLive .saleNum,
- .spuInfo .buyRecords .saleNum {
- border: none;
- }
- .spuInfo .straightInLive, .spuInfo .buyRecords {
- width: 650rpx;
- padding: 0 30rpx;
- border-radius: 20rpx;
- margin: 20rpx auto 0;
- }
- .spuInfo .straightInLive .title, .spuInfo .buyRecords .title {
- height: 100rpx;
- font-size: 32rpx;
- color: #444;
- font-weight: bold;
- border-bottom: 0.1rpx solid #efefef;
- display: flex;
- align-items: center;
- }
- .spuInfo .straightInLive .title .commentsNum,
- .spuInfo .buyRecords .title .commentsNum {
- font-size: 26rpx;
- color: #aaa;
- font-weight: normal;
- }
- .spuInfo .straightInLive .comments, .spuInfo .buyRecords .comments {
- margin-top: 30rpx;
- }
- .spuInfo .straightInLive .comments .commentsCon,
- .spuInfo .buyRecords .comments .commentsCon {
- font-size: 28rpx;
- color: #666;
- line-height: 44rpx;
- margin-bottom: 10rpx;
- word-wrap: break-word;
- }
- .spuInfo .straightInLive .comments .doubleHidden,
- .spuInfo .buyRecords .comments .doubleHidden {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- overflow: hidden;
- text-overflow: initial;
- white-space: normal;
- }
- .spuInfo .straightInLive .comments .commentsOpen,
- .spuInfo .buyRecords .comments .commentsOpen {
- height: 22rpx;
- font-size: 22rpx;
- color: #444;
- font-weight: bold;
- margin-bottom: 20rpx;
- display: flex;
- align-items: center;
- }
- .spuInfo .straightInLive .comments .commentsOpen .commentsOpenImg,
- .spuInfo .buyRecords .comments .commentsOpen .commentsOpenImg {
- width: 16rpx;
- height: 8rpx;
- margin-left: 6rpx;
- }
- .spuInfo .straightInLive .comments .commentsOpen .down,
- .spuInfo .buyRecords .comments .commentsOpen .down {
- transform: rotate(180deg);
- }
- .spuInfo .straightInLive .comments .allImg,
- .spuInfo .buyRecords .comments .allImg {
- width: 650rpx;
- height: 150rpx;
- overflow: hidden;
- }
- .spuInfo .straightInLive .comments .allImg {
- display: flex;
- overflow-x: auto;
- }
- ::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
- }
- .spuInfo .straightInLive .comments .allImg .commentsImg,
- .spuInfo .buyRecords .comments .allImg .commentsImg {
- width: 150rpx;
- height: 150rpx;
- margin-right: 16rpx;
- display: inline-block;
- }
- .spuInfo .straightInLive .comments .allImg .commentsImg .goodsImg,
- .spuInfo .buyRecords .comments .allImg .commentsImg .goodsImg {
- width: 150rpx;
- }
- .spuInfo .straightInLive .comments .allImg .commentsImg .goodsImg .img-class,
- .spuInfo .buyRecords .comments .allImg .commentsImg .goodsImg .img-class {
- width: 150rpx;
- height: 150rpx;
- border-radius: 4rpx;
- position: unset;
- }
- .spuInfo .straightInLive .comments .allImg .commentsImg:last-child,
- .spuInfo .buyRecords .comments .allImg .commentsImg:last-child {
- margin: 0;
- }
- .spuInfo .straightInLive .comments .checkComments,
- .spuInfo .buyRecords .comments .checkComments {
- font-size: 26rpx;
- color: #aaa;
- line-height: 26rpx;
- padding: 40rpx 0;
- text-align: center;
- }
- .spuInfo .buyRecords {
- width: 650rpx;
- }
- .spuInfo .buyRecords .title {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .spuInfo .buyRecords .title .buyNum {
- font-size: 24rpx;
- color: #aaa;
- font-weight: normal;
- }
- .spuInfo .buyRecords .title .buyNum text {
- color: #ff5344;
- font-weight: bold;
- }
- .spuInfo .buyRecords .title .buyNum .goBuyRecords {
- width: 12rpx;
- height: 24rpx;
- display: inline-block;
- margin-bottom: -4rpx;
- margin-left: 10rpx;
- }
- .spuInfo .buyRecords .buyerList {
- padding: 30rpx 20rpx 20rpx;
- display: flex;
- flex-wrap: wrap;
- width: 650rpx;
- box-sizing: border-box;
- }
- .spuInfo .buyRecords .buyerList .buyerImg {
- width: 90rpx;
- height: 90rpx;
- margin-right: 40rpx;
- margin-bottom: 24rpx;
- border-radius: 100%;
- display: block;
- }
- .spuInfo .buyRecords .buyerList .buyerImg .img-class {
- width: 90rpx;
- height: 90rpx;
- border-radius: 100%;
- }
- .spuInfo .buyRecords .buyerList .buyerImg:nth-child(5) {
- margin-right: 0;
- }
- .spuInfo .buyRecords .buyerList .moreBuyer {
- display: inline-block;
- }
- .spuInfo .buyRecords .buyerList .moreBuyer .buyerImg {
- margin-right: 0;
- }
- .spuInfo .spuDetail {
- width: 100%;
- }
- .spuInfo .spuDetail .goodsDetailTitleImg {
- width: 336rpx;
- height: 60rpx;
- margin: 60rpx auto;
- }
- .spuInfo .spuDetail .warmPrompt .wxParse .wxParse-p .wxParse-inline,
- .spuInfo .spuDetail .warmPrompt .wxParse .wxParse-inline {
- margin: 0 30rpx;
- }
- .spuInfo .service {
- padding: 40rpx 20rpx 0;
- }
- .spuInfo .service .detailLogo {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-bottom: 40rpx;
- }
- .spuInfo .service .detailLogo text {
- width: 130rpx;
- height: 2rpx;
- background: #e4e4e4;
- }
- .spuInfo .service .detailLogo .detailLogoImg {
- width: 184rpx;
- height: 48rpx;
- margin: 0 40rpx;
- }
- .spuInfo .service .instructions {
- background: #fff;
- padding: 40rpx 30rpx;
- border-radius: 20rpx;
- }
- .spuInfo .service .instructions .instructionsTit {
- height: 36rpx;
- line-height: 36rpx;
- color: #1c1819;
- font-size: 28rpx;
- font-weight: bold;
- margin-left: 28rpx;
- margin-bottom: 30rpx;
- }
- .spuInfo .service .instructions .instructionsList {
- line-height: 36rpx;
- color: #999;
- font-size: 24rpx;
- margin-bottom: 20rpx;
- display: flex;
- justify-content: space-between;
- }
- .spuInfo .service .instructions .instructionsList:last-child {
- margin: 0;
- }
- .spuInfo .service .instructions .instructionsList .instructionsMark {
- width: 6rpx;
- height: 6rpx;
- background: #ff5344;
- margin-top: 16rpx;
- }
- .spuInfo .service .instructions .instructionsList .instructionsText {
- width: 630rpx;
- }
- .spuInfo .service .instructions .instructionsList .instructionsText .instructionsTextTit {
- color: #666;
- font-weight: bold;
- }
- .spuInfo .service .instructions .instructionsList .instructionsText .instructionsUnderline {
- color: #666;
- text-decoration: underline;
- }
- .spuInfo .service .instructions .instructionsList .instructionsText .instructionsTime {
- color: #ff6557;
- font-weight: bold;
- }
- .spuInfo .sloganImg {
- width: 250rpx;
- height: 56rpx;
- padding: 80rpx 0 180rpx;
- margin: 0 auto;
- }
- /* .goTopImg {
- width: 92rpx;
- height: 92rpx;
- position: fixed;
- right: 60rpx;
- bottom: 160rpx;
- z-index: 3;
- } */
- .goTopImg {
- bottom: 160rpx;
- right: 30rpx;
- width: 45rpx;
- height: 45rpx;
- position: fixed;
- background: rgba(0, 0, 0, 0.5);
- border-radius: 50%;
- color: #fff;
- text-align: center;
- z-index: 3;
- padding: 15rpx;
- }
- @-webkit-keyframes opacity {
- 0% {
- opacity: 0;
- }
- 25% {
- opacity: 0.3;
- }
- 50% {
- opacity: 0.5;
- }
- 75% {
- opacity: 0.8;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes opacity {
- 0% {
- opacity: 0;
- }
- 25% {
- opacity: 0.3;
- }
- 50% {
- opacity: 0.5;
- }
- 75% {
- opacity: 0.8;
- }
- 100% {
- opacity: 1;
- }
- }
- .canvas-img {
- position: absolute;
- top: -20000rpx;
- }
- .goodsDetailSkeleton_content {
- position: relative;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_img {
- width: 750rpx;
- height: 600rpx;
- background-color: #e4e4e4;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu {
- width: 710rpx;
- height: 540rpx;
- position: absolute;
- left: 20rpx;
- top: 650rpx;
- background: #fff;
- border-radius: 20rpx;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list {
- height: 60rpx;
- margin: 10rpx 30rpx;
- display: flex;
- justify-content: space-between;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list text {
- width: 200rpx;
- background: #e4e4e4;
- border-radius: 10rpx;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list2 {
- height: 60rpx;
- margin: 30rpx;
- background: #e4e4e4;
- border-radius: 10rpx;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list3,
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list5 {
- height: 60rpx;
- margin: 30rpx;
- display: flex;
- justify-content: flex-start;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list3 .spec1,
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list3 .spec2,
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list5 .spec1,
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list5 .spec2 {
- width: 40rpx;
- background: #e4e4e4;
- border-radius: 10rpx;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list3 .spec2,
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list5 .spec2 {
- width: 400rpx;
- margin-left: 20rpx;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list3 {
- height: 36rpx;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_list5 {
- height: 44rpx;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_listAct {
- width: 670rpx;
- height: 120rpx;
- margin: 0 auto;
- border-radius: 16rpx;
- background: linear-gradient(223deg, #fff7f0 0%, #fff4ec 100%);
- overflow: hidden;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_listAct .goodsDetailSkeleton_list4 {
- height: 32rpx;
- margin: 20rpx;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_listAct .goodsDetailSkeleton_list4 .spec1,
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_listAct .goodsDetailSkeleton_list4 .spec2 {
- width: 40rpx;
- height: 32rpx;
- background: #e4e4e4;
- border-radius: 8rpx;
- margin-right: 20rpx;
- }
- .goodsDetailSkeleton_content .goodsDetailSkeleton_spu .goodsDetailSkeleton_listAct .goodsDetailSkeleton_list4 .spec2 {
- width: 400rpx;
- height: 40rpx;
- }
- button::after {
- border: none;
- }
- /***商品底部按钮begin **/
- .goods-bottom-bar {
- height: 96rpx;
- display: flex;
- }
- .goods-bottom-bar .leftBtn {
- height: 94rpx;
- display: flex;
- border-top: 2rpx solid #efefef;
- }
- .goods-bottom-bar .leftBtn .bar-item {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .goods-bottom-bar .leftBtn .back-to-index {
- width: 132rpx;
- height: 94rpx;
- font-size: 20rpx;
- color: #707070;
- }
- .goods-bottom-bar .leftBtn .back-to-index image {
- width: 54rpx;
- height: 54rpx;
- }
- .goods-bottom-bar .leftBtn .shop-cart {
- width: 132rpx;
- height: 96rpx;
- font-size: 20rpx;
- color: #707070;
- position: relative;
- }
- .goods-bottom-bar .leftBtn .shop-cart .icon {
- width: 54rpx;
- height: 54rpx;
- position: relative;
- }
- .goods-bottom-bar .leftBtn .shop-cart .icon image {
- width: 100%;
- height: 100%;
- }
- .goods-bottom-bar .leftBtn .shop-cart .icon .cart-num {
- position: absolute;
- right: -16rpx;
- top: -4rpx;
- width: 36rpx;
- height: 36rpx;
- background: #f43530;
- border-radius: 36rpx;
- color: #fff;
- font-size: 22rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .goods-bottom-bar .goodsStatus {
- width: 100%;
- height: 96rpx;
- background: #dcdcdc;
- font-size: 30rpx;
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .goods-bottom-bar .gobuy {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-weight: bold;
- }
- .goods-bottom-bar .gobuy .add-to-cart {
- width: 240rpx;
- height: 96rpx;
- background: linear-gradient(270deg, #f9c706 0%, #feb600 100%);
- color: #fff;
- font-size: 30rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .goods-bottom-bar .gobuy .btn {
- width: 208rpx;
- height: 96rpx;
- position: absolute;
- opacity: 0;
- z-index: 9;
- top: 0;
- padding: 0;
- margin: 0;
- }
- .goods-bottom-bar .gobuy .balanceBtn {
- display: flex;
- flex: 1;
- }
- .goods-bottom-bar .gobuy .balanceBtn .balance {
- height: 96rpx;
- flex: 1;
- background: linear-gradient(90deg, #ff5041 0%, #ff695c 100%);
- color: #fff;
- font-size: 30rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .i-fixed-bottom {
- position: fixed;
- bottom: 0px;
- z-index: 100;
- width: 100%;
- background-color: #fff;
- }
- /***商品底部按钮end **/
- /*分享begin*/
- .ui-mask {
- position: fixed;
- display: block;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 999;
- background: rgba(0, 0, 0, 0.6);
- }
- .model-services {
- width: 100%;
- position: fixed;
- background-color: #fff;
- bottom: 0;
- z-index: 1000;
- color: #333;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- -webkit-transform: translate(0, 100%);
- transform: translate(0, 100%);
- }
- .model-services.show {
- -webkit-transform: translate(0);
- transform: translate(0);
- }
- .model-services .model-services-title {
- font-size: 36rpx;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- border-bottom: 1px solid #f2f5f8;
- }
- .model-services .model-services-content {
- padding: 40rpx;
- }
- .model-services .model-services-content .service-item {
- margin-bottom: 20rpx;
- width: 50%;
- float: left;
- text-align: center;
- }
- .model-services .model-services-content .service-icon {
- width: 80rpx;
- display: inline-block;
- }
- .service-name {
- padding-left: 10rpx;
- }
- .cube-text {
- position: relative;
- width: 100%;
- height: 32rpx;
- line-height: 32rpx;
- color: #777;
- margin-top: 5rpx;
- font-size: 24rpx;
- }
- .none_btn {
- border: none;
- line-height: 38rpx;
- padding: 0px;
- }
- button[plain] {
- border: none;
- }
- .share-modal {
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.6);
- z-index: 101;
- transition: all 400ms ease-in;
- }
- .share-modal-content {
- position: relative;
- width: 70%;
- top: 50%;
- left: 15%;
- transform: translateY(-50%);
- z-index: 110;
- }
- .share-modal-img {
- width: 100%;
- height: 956rpx;
- background: #f7f7f7;
- }
- .share-modal-img image {
- width: 100%;
- }
- .share-modal-btn-list {
- display: flex;
- margin-top: 30rpx;
- }
- .share-modal-btn-item {
- text-align: center;
- flex: 1;
- }
- .share-modal .btn-icon {
- width: 70rpx;
- margin: 0 auto;
- }
- .share-modal .btn-text {
- position: relative;
- width: 100%;
- height: 32rpx;
- line-height: 32rpx;
- color: #fff;
- margin-top: 5rpx;
- font-size: 24rpx;
- }
- /*分享end*/
- .fixed-share {
- display: inline-block;
- bottom: 22%;
- right: 30rpx;
- width: 80rpx;
- height: 80rpx;
- position: fixed;
- background: rgba(0, 0, 0, 0.5);
- border-radius: 50%;
- text-align: center;
- color: #fff;
- box-sizing: border-box;
- font-size: 20rpx;
- padding: 10rpx;
- line-height: 1.2;
- z-index: 100;
- }
- .fixed-share image {
- width: 50%;
- height: 50%;
- margin: 0 auto;
- }
- /* 标签 */
- .spuInfoImg .item-tag {
- position: absolute;
- left: 30rpx;
- top: 20rpx;
- width: 80rpx;
- height: 92rpx;
- z-index: 1;
- color: #fff;
- text-align: center;
- }
- .item-tag-bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 80rpx;
- height: 92rpx;
- z-index: 0;
- }
- .spuInfoImg .item-tag .tag-name {
- position: relative;
- padding-top: 12rpx;
- font-size: 28rpx;
- line-height: 1;
- font-weight: 600;
- z-index: 1;
- }
- .spuInfoImg .item-tag .tag-name.two-word {
- font-size: 28rpx;
- padding-top: 24rpx;
- }
- /* 评论 */
- .comment-user {
- line-height: 60rpx;
- display: flex;
- margin-bottom: 10rpx;
- }
- .comment-user image {
- width: 60rpx;
- height: 60rpx;
- border-radius: 50%;
- margin-right: 14rpx;
- background-color: #f0f0f0;
- }
- .comment-user text {
- font-size: 26rpx;
- }
- /* 联系客服 */
- .fixed-service {
- display: inline-block;
- bottom: 13%;
- right: 30rpx;
- width: 80rpx;
- height: 80rpx;
- position: fixed;
- border-radius: 50%;
- box-sizing: border-box;
- z-index: 100;
- padding: 0;
- line-height: 1;
- background-color: transparent;
- }
- .fixed-service::after {
- border: 0;
- }
- .fixed-service image {
- width: 80rpx;
- height: 80rpx;
- }
- .cell {
- display: flex;
- justify-content: center;
- align-items: center;
- margin: 30rpx 0;
- background-color: #fff;
- padding: 20rpx 30rpx;
- }
- .cell-left {
- flex: 1;
- line-height: 40rpx;
- }
- .cell-left text {
- display: inline-block;
- vertical-align: middle;
- }
- .icon-right {
- width: 12rpx;
- height: 22rpx;
- }
- .cell-icon {
- width: 40rpx;
- display: inline-block;
- vertical-align: middle;
- margin-right: 10rpx;
- }
- /* 幻灯片视频 */
- .btn_view {
- position: absolute;
- left: 50%;
- top: 50%;
- z-index: 100;
- transform: translate(-50%, -50%);
- }
- .btn_view image {
- width: 104rpx;
- height: 104rpx;
- background: rgba(0, 0, 0, 0.1);
- border-radius: 50%;
- animation: playScale 2s ease-in-out infinite;
- }
- .video-wrap, .swiper-video {
- width: 100%;
- height: 100%;
- }
- .end-play {
- position: relative;
- z-index: 1000;
- background: #000;
- text-align: center;
- padding: 20rpx 0;
- }
- .end-play .btn {
- display: inline-block;
- padding: 5rpx 30rpx;
- background-color: #f6f6f6;
- border-radius: 20rpx;
- font-size: 24rpx;
- }
- @keyframes playScale {
- 0% {
- transform: scale(1);
- }
- 25% {
- transform: scale(1.1);
- }
- 50% {
- transform: scale(1);
- }
- 75% {
- transform: scale(1.1);
- }
- }
- /* 群 */
- .group {
- background-color: #fff;
- width:650rpx;
- padding:20rpx 30rpx;
- border-radius:20rpx;
- margin:20rpx auto 0;
- box-shadow:0 0 40rpx 0 rgba(0, 0, 0, 0.05);
- display: flex;
- align-items: center;
- }
- .group-avatar image {
- width: 94rpx;
- height: 94rpx;
- border-radius: 10rpx;
- }
- .group-m {
- flex: 1;
- margin: 0 15rpx;
- width: 0;
- }
- .group-btn {
- background: #ff5344;
- color: #fff;
- padding: 10rpx 30rpx;
- border-radius: 60rpx;
- }
- .group-title {
- font-size: 28rpx;
- color: #333;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .group-desc {
- font-size: 24rpx;
- color: #999;
- margin-top: 6rpx;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
|