12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460 |
- @import "/lionfish_comshop/resource/css/vip.wxss";
- page {
- background: #f6f6f6;
- }
- .goods-wrapper {
- position: relative;
- }
- 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%;
- 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;
- 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 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;
- display: block;
- }
- .spuInfo .spuDetail .warmPrompt {
- width: 750rpx;
- overflow-x: hidden;
- }
- .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;
- overflow: hidden;
- }
- .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;
- display: block;
- }
- .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;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- /***商品底部按钮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 {
- font-size: 80rpx;
- color: #50b674;
- }
- .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: 1.1;
- 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 {
- font-size: 70rpx;
- color: #fff;
- 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 .iconfont {
- font-size: 30rpx;
- }
- /* 标签 */
- .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;
- 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-service::after {
- border: 0;
- }
- .fixed-service .iconfont {
- font-size: 30rpx;
- }
- .cell {
- display: flex;
- justify-content: center;
- align-items: center;
- margin: 30rpx 20rpx;
- background-color: #fff;
- padding: 20rpx 30rpx;
- border-radius: 20rpx;
- }
- .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: 120rpx;
- height: 120rpx;
- 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;
- }
- .group-r-icon {
- width: 20rpx;
- height: 36rpx;
- vertical-align: middle;
- }
- .guessLike {
- margin-bottom: 0 !important;
- margin-top: 30rpx !important;
- }
- .comiss {
- display: inline-block;
- padding: 2rpx 8rpx;
- background:#fff7f0;
- border-radius: 6rpx;
- margin-right: 10rpx;
- font-size: 22rpx;
- color: #ca7e57;
- font-weight: bold;
- margin-top: 20rpx;
- }
- .hexiao {
- margin-right: 30rpx;
- }
- /* 20200309 */
- .coverVideo {
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 1000;
- }
- .coverVideo .main {
- width: 750rpx;
- height: 100%;
- background: #000;
- overflow: hidden;
- z-index: 99999;
- }
- .coverVideo .main .section video {
- width: 750rpx;
- height: 100vh;
- }
- .coverVideo .goods {
- width: 400rpx;
- height: 150rpx;
- background: #fff;
- border-radius: 10rpx;
- position: fixed;
- bottom: 160rpx;
- left: 20rpx;
- z-index: 9998;
- display: flex;
- }
- .coverVideo .goods .good-img {
- width: 150rpx;
- height: 150rpx;
- margin-right: 10rpx;
- box-sizing: border-box;
- padding: 10rpx;
- }
- .coverVideo .good-img cover-image {
- width: 150rpx;
- height: 150rpx;
- object-fit: cover;
- border-radius: 10rpx;
- overflow: hidden;
- }
- .coverVideo .good-title {
- display: inline-block;
- font-size: 26rpx;
- margin-top: 10rpx;
- height: 60rpx;
- line-height: 30rpx;
- white-space: pre-wrap;
- }
- .coverVideo .xqbottom {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 10rpx;
- }
- .coverVideo .good-price {
- display: inline-block;
- flex: 1;
- font-size: 28rpx;
- color: red;
- }
- .presaleTime {
- text-align: center;
- padding-right: 10rpx;
- flex: 3;
- border-right: 1px solid #fff;
- }
- .dingjin .price {
- color: #ff5344;
- }
|