12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340 |
- page {
- height: 100vh;
- }
- .container {
- background: #f8f8f8;
- padding:20rpx 30rpx 30rpx;
- }
- /*弹窗*/
- .mask {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: #000;
- z-index: 9000;
- opacity: 0.7;
- }
- .guanbi {
- border: 5rpx solid #7F7F7F;
- position: absolute;
- bottom: -70rpx;
- color: #7F7F7F;
- font-size: 60rpx;
- border-radius: 40rpx;
- width: 60rpx;
- height: 60rpx;
- text-align: center;
- line-height: 57rpx;
- }
- .modalDlg {
- width: 580rpx;
- /* height: 750rpx; */
- position: fixed;
- top: 45%;
- left: 0;
- z-index: 9999;
- margin: -370rpx 85rpx;
- background-color: #fff;
- border-radius: 36rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- background: #EE4749;
- }
- .modalDlg button {
- margin-top: 30rpx;
- margin-bottom: 30rpx;
- font-size: 24rpx;
- color: #47C5FA;
- background: #E7F7FF;
- border-radius: 30rpx;
- }
- .modalDlg .table {
- /* border:1px solid red; */
- overflow: scroll;
- max-height: 600rpx;
- min-height: 200rpx;
- }
- .modalDlg .huode {
- color: white;
- margin-top: 30rpx;
- font-size: 30rpx;
- }
- .modalDlg .youhuiquan {
- margin-top: 10rpx;
- font-size: 24rpx;
- color: white;
- }
- .modalDlg .line {
- width: 520rpx;
- /* border: 2px solid blue; */
- background: white;
- height: 140rpx;
- border-radius: 30rpx;
- overflow: hidden;
- text-align: center;
- margin-top: 20rpx;
- }
- .modalDlg .line .left {
- width: 150rpx;
- height: 140rpx;
- background: #E7F7FF;
- float: left;
- }
- .modalDlg .line .left .ljsy {
- width: 100rpx;
- font-size: 20rpx;
- background: #47C5FA;
- color: white;
- margin: 0px auto;
- border-radius: 20rpx;
- margin-top: 5rpx;
- }
- .modalDlg .line .right .mz {
- margin-top: 30rpx;
- overflow: hidden;
- color: black;
- font-weight: 600;
- font-size: 26rpx;
- }
- .modalDlg .line .right .sj {
- color: #C8C5C5;
- font-size: 20rpx;
- margin-top: 20rpx;
- }
- .adv {
- position: fixed;
- left: 0rpx;
- bottom: 0;
- z-index: 100;
- width: 750rpx;
- height: 165rpx;
- display: flex;
- /* border: 1px solid red; */
- }
- .banner {
- width: 690rpx;
- height: 462rpx;
- z-index: 20;
- }
- .banner image {
- width: 690rpx;
- height: 462rpx;
- }
- .m-menu {
- /* background: #fff; */
- margin: 20rpx 0;
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- height: 270rpx;
- justify-content: space-between;
- }
- .category-item {
- width: 164rpx;
- height: 270rpx;
- position: relative;
- }
- .item-name {
- position: absolute;
- left: 0;
- right: 0;
- top: 30rpx;
- text-align: center;
- font-size: 24rpx;
- color: #fff;
- margin: 0 0 12rpx 0;
- }
- .item-desc {
- position: absolute;
- left: 0;
- right: 0;
- top: 64rpx;
- text-align: center;
- font-size: 20rpx;
- color: #fff;
- }
- .m-menu .item {
- width: 245rpx;
- height: 126rpx;
- margin-top: 10rpx;
- margin-bottom: 10rpx;
- }
- .hot-item {
- /* padding: 0 20rpx; */
- /* height: 148rpx; */
- font-size: 0;
- }
- .hot-item image {
- width: 690rpx;
- height: 148rpx;
- /* margin-bottom: 18rpx; */
- }
- .hot-item-nav{
- border-radius: 32rpx; margin-bottom:18rpx
- }
- .m-menu image {
- width: 164rpx;
- height: 270rpx;
- border-radius: 10rpx;
- }
- .m-menu text {
- display: block;
- font-size: 24rpx;
- text-align: center;
- margin: 0 auto;
- line-height: 1;
- color: #333;
- }
- .shoadow {
- box-shadow: 1px 2px 2px 2px #f7f7f1;
- }
- .image-margin {
- margin-bottom: 20rpx;
- }
- .a-section {
- width: 750rpx;
- height: auto;
- overflow: hidden;
- /* margin-top: 20rpx; */
- }
- .a-section .h {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: center;
- height: 92rpx;
- padding:40rpx 0 20rpx;
- }
- .popular-title {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 32rpx;
- width: 100%;
- }
- .a-section .h .txt1 {
- width: 4rpx;
- height: 34rpx;
- background: #09AFFF;
- margin: 0 12rpx 0 0;
- }
- .devide-bar {
- width: 4rpx;
- height: 34rpx;
- background: #09AFFF;
- margin: 0 12rpx 0 0;
- }
- .title-text {
- font-size: 33rpx;
- font-weight: bold;
- }
- .title-left {
- display: flex;
- align-items: center;
- height: 34rpx;
- }
- .title-right {
- display: flex;
- align-items: center;
- height: 34rpx;
- font-size: 24rpx;
- }
- .a-section .h .txt {
- padding-right: 30rpx;
- font-size: 33rpx;
- font-weight: bold;
- }
- .a-brand .b {
- width: 750rpx;
- height: auto;
- overflow: hidden;
- position: relative;
- }
- .a-brand .wrap {
- position: relative;
- }
- .a-brand .img {
- position: absolute;
- left: 0;
- top: 0;
- }
- .a-brand .mt {
- position: absolute;
- z-index: 2;
- padding: 27rpx 31rpx;
- left: 0;
- top: 0;
- }
- .a-brand .mt .brand {
- display: block;
- font-size: 33rpx;
- height: 43rpx;
- color: #fff;
- }
- .a-brand .mt .price,
- .a-brand .mt .unit {
- font-size: 25rpx;
- color: #fff;
- }
- .a-brand .item-1 {
- float: left;
- width: 375rpx;
- height: 252rpx;
- overflow: hidden;
- border-top: 1rpx solid #fff;
- margin-left: 1rpx;
- }
- .a-brand .item-1:nth-child(2n+1) {
- margin-left: 0;
- width: 374rpx;
- }
- .a-brand .item-1 .img {
- width: 375rpx;
- height: 253rpx;
- }
- .a-coupon {
- width: 750rpx;
- height: auto;
- overflow: hidden;
- }
- .a-coupon .b .item {
- position: relative;
- height: 200rpx;
- width: 700rpx;
- background: linear-gradient(to right, #cfa568, #e3bf79);
- margin-bottom: 10rpx;
- margin-left: 30rpx;
- margin-right: 30rpx;
- padding-top: 30rpx;
- }
- .a-coupon .b .tag {
- height: 32rpx;
- background: #a48143;
- padding-left: 16rpx;
- padding-right: 16rpx;
- position: absolute;
- left: 20rpx;
- color: #fff;
- top: 20rpx;
- font-size: 20rpx;
- text-align: center;
- line-height: 32rpx;
- }
- .a-coupon .b .content {
- margin-top: 24rpx;
- margin-left: 40rpx;
- display: flex;
- margin-right: 40rpx;
- flex-direction: row;
- }
- .a-coupon .b .content .left {
- flex: 1;
- }
- .a-coupon .b .discount {
- font-size: 50rpx;
- color: #b4282d;
- }
- .a-coupon .b .min {
- color: #fff;
- }
- .a-coupon .b .content .right {
- width: 400rpx;
- }
- .a-coupon .b .name {
- font-size: 44rpx;
- color: #fff;
- margin-bottom: 14rpx;
- }
- .a-coupon .b .desc {
- font-size: 24rpx;
- color: #fff;
- }
- .a-coupon .b .time {
- font-size: 24rpx;
- color: #fff;
- line-height: 30rpx;
- }
- .a-groupon {
- width: 750rpx;
- height: auto;
- overflow: hidden;
- }
- .a-groupon .b .item {
- border-top: 1px solid #d9d9d9;
- margin: 0 20rpx;
- height: 244rpx;
- width: 710rpx;
- }
- .a-groupon .b .img {
- margin-top: 12rpx;
- margin-right: 12rpx;
- float: left;
- width: 220rpx;
- height: 220rpx;
- }
- .a-groupon .b .right {
- float: left;
- height: 244rpx;
- width: 476rpx;
- display: flex;
- flex-flow: row nowrap;
- }
- .a-groupon .b .text {
- display: flex;
- flex-wrap: nowrap;
- flex-direction: column;
- justify-content: center;
- overflow: hidden;
- height: 244rpx;
- width: 476rpx;
- }
- .a-groupon .b .name {
- float: left;
- display: block;
- color: #333;
- line-height: 50rpx;
- font-size: 30rpx;
- }
- .a-groupon .b .desc {
- width: 476rpx;
- display: block;
- color: #999;
- line-height: 50rpx;
- font-size: 25rpx;
- }
- .a-groupon .b .price {
- width: 476rpx;
- display: flex;
- color: #ab956d;
- line-height: 50rpx;
- font-size: 33rpx;
- }
- .a-groupon .b .counterPrice {
- text-decoration: line-through;
- font-size: 28rpx;
- color: #999;
- }
- .a-groupon .b .retailPrice {
- margin-left: 30rpx;
- font-size: 28rpx;
- color: #a98f76;
- }
- .a-new .b {
- width: 750rpx;
- height: auto;
- overflow: hidden;
- padding: 0 31rpx 45rpx 31rpx;
- }
- .a-new .b .item {
- float: left;
- width: 302rpx;
- margin-top: 10rpx;
- margin-left: 21rpx;
- margin-right: 21rpx;
- }
- .a-new .b .item-b {
- margin-left: 42rpx;
- }
- .a-new .b .img {
- width: 298rpx;
- height: 300rpx;
- }
- .a-new .b .name {
- /*text-align: center;*/
- display: block;
- width: 302rpx;
- height: 60rpx;
- margin-bottom: 14rpx;
- overflow: hidden;
- font-size: 30rpx;
- color: #333;
- /*white-space: nowrap;*/
- overflow: hidden;
- text-overflow: ellipsis;
- margin-top: 5rpx;
- margin-left: 0rpx;
- line-height: 1em;
- /*行间距*/
- }
- .a-new .b .price {
- display: block;
- /*text-align: center;*/
- line-height: 30rpx;
- font-size: 30rpx;
- color: darkred;
- margin-left: 10rpx;
- }
- .a-new .b .brand {
- font-size: 20rpx;
- color: #a98f76;
- display: block;
- line-height: 30rpx;
- margin-bottom: 5rpx;
- margin-left: 12rpx;
- }
- .a-popular {
- width: 690rpx;
- height: auto;
- overflow: hidden;
- /* padding: 0 20rpx; */
- margin: -18rpx 0 0;
- }
- .popular-item {
- /* box-shadow: 0 0 10rpx 0 rgba(100, 100, 100, 0.2); */
- border-radius: 20rpx;
- margin: 0 0 20rpx 0;
- min-height: 380rpx;
- width: 690rpx;
- background: #fff;
- padding: 20rpx 20rpx 24rpx;
- display: flex;
- flex-direction: column;
- }
- .item-img-wrapper {
- position: relative;
- /* padding:20rpx;
- background: #C4ECFF; */
- border-radius: 20rpx;
- font-size: 0;
- }
- .self-tag {
- height: 24rpx;
- line-height: 24rpx;
- background: #3DBFFE;
- color: #fff;
- padding: 0 8rpx;
- /* line-height: 28rpx; */
- font-size: 18rpx;
- margin: 0 12rpx 0 0;
- border-radius: 4rpx;
- }
- .popular-item .product-item-name {
- width: 380rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: 28rpx;
- }
- .popular-item .item-brief {
- width: 400rpx;
- overflow: hidden;
- /* white-space: nowrap; */
- text-overflow: ellipsis;
- font-size: 20rpx;
- display: -webkit-box;
- color: #999;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- margin-top: 5rpx;
- /*超过两行省略号*/
- }
- .counter-price {
- font-size: 20rpx;
- text-decoration: line-through;
- color: #999;
- line-height: 28rpx;
- text-align: center;
- }
- .retail-price {
- font-size: 32rpx;
- font-weight: bold;
- color: #DD483E;
- text-align: center;
- }
- .retail-price .title {
- font-size: 26rpx;
- color: #DD483E;
- line-height: 48rpx;
- }
- .retail-price .unit {
- font-size: 21rpx;
- font-weight: 400;
- color: #DD483E;
- }
- .retail-price .price {
- font-size: 32rpx;
- font-weight: bold;
- color: #DD483E;
- margin-left: 10rpx;
- }
- /* 活动商品显示样式 */
- .activity {
- height: 75rpx;
- background: linear-gradient(67deg, #4F43DD, #689CF2, #BA64E2);
- border-radius: 10rpx;
- display: flex;
- justify-content: space-between;
- flex-direction: row;
- align-items: center;
- }
- .activity .clock {
- width: 42rpx;
- height: 42rpx;
- margin-right: 10rpx;
- }
- .activity .time {
- font-size: 20rpx;
- font-weight: 400;
- color: #F4F4F4;
- line-height: 30rpx;
- }
- .activity .arrow {
- width: 10rpx;
- height: 16rpx;
- margin-left: 10rpx;
- margin-right: 10rpx;
- }
- .activity .limit {
- width: 131rpx;
- height: 32rpx;
- background-image: url(https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/activity/activity2.png);
- background-size: 100% 100%;
- color: #fff;
- font-size: 23rpx;
- text-align: center;
- margin-left: 20rpx;
- }
- .a-popular .b .img {
- width: 650rpx;
- height: 400rpx;
- border-radius: 20rpx;
- }
- .item-tag {
- position: absolute;
- left: 0;
- top: 20rpx;
- height: 32rpx;
- width: 116rpx;
- text-align: center;
- color: #fff;
- font-size: 22rpx;
- background: #09AFFF;
- border-radius: 0 32rpx 32rpx 0;
- }
- .item-main {
- display: flex;
- /* align-items: center; */
- justify-content: space-between;
- height: 90rpx;
- margin: 20rpx 0 10rpx;
- padding-left:20rpx;
- }
- .item-sub {
- display: flex;
- align-items: center;
- justify-content: space-between;
- /* height: 20rpx; */
- }
- .item-left {
- display: flex;
- /* align-items: center; */
- flex-direction: column;
- }
- .a-popular .b .right {
- float: left;
- height: 264rpx;
- width: 456rpx;
- display: flex;
- flex-flow: row nowrap;
- }
- .a-popular .b .text {
- display: flex;
- flex-wrap: nowrap;
- flex-direction: column;
- justify-content: center;
- overflow: hidden;
- height: 264rpx;
- width: 456rpx;
- }
- .a-popular .b .name {
- width: 456rpx;
- display: block;
- color: #333;
- line-height: 40rpx;
- font-size: 30rpx;
- }
- .a-popular .b .desc {
- width: 456rpx;
- display: block;
- color: #a98f76;
- line-height: 50rpx;
- font-size: 25rpx;
- }
- /*
- .a-popular .b .price {
- width: 456rpx;
- display: block;
- color: darkred;
- line-height: 50rpx;
- font-size: 33rpx;
- } */
- .a-popular .b .brand {
- font-size: 20rpx;
- color: #a98f76;
- display: block;
- line-height: 30rpx;
- padding: 2rpx;
- }
- .a-topic .b {
- /*height: 533rpx;*/
- height: auto;
- width: 750rpx;
- padding: 0 0 48rpx 0;
- }
- .good-nva {
- border: 1px #eee solid;
- }
- /*
- .a-topic .b .list {
- height: auto;
- width: 750rpx;
- white-space: nowrap;
- }
- .a-topic .b .item {
- display: block;
- height: 533rpx;
- width: 680.5rpx;
- margin-left: 30rpx;
- overflow: hidden;
- }
- .a-topic .b .t {
- height: 100rpx;
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .a-topic .b .item:last-child {
- margin-right: 30rpx;
- }
- .a-topic .b .img {
- height: 387.5rpx;
- width: 680.5rpx;
- margin-bottom: 30rpx;
- }
- .a-topic .b .np {
- height: 35rpx;
- margin-bottom: 13.5rpx;
- color: #333;
- font-size: 30rpx;
- }
- .a-topic .b .np .price {
- margin-left: 20.8rpx;
- color: #ab956d;
- }
- .a-topic .b .np .discount {
- width: 476rpx;
- display: block;
- color: #999;
- line-height: 50rpx;
- font-size: 25rpx;
- }
- .a-topic .b .desc {
- display: block;
- height: 30rpx;
- color: #999;
- font-size: 24rpx;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- } */
- .good-grid {
- width: 750rpx;
- height: auto;
- overflow: hidden;
- }
- .good-grid .h {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: center;
- height: 130rpx;
- font-size: 33rpx;
- color: #333;
- }
- .good-grid .b {
- width: 750rpx;
- padding: 0 6.25rpx;
- height: auto;
- overflow: hidden;
- }
- .good-grid .b .item {
- float: left;
- background: #fff;
- width: 365rpx;
- margin-bottom: 6.25rpx;
- height: 452rpx;
- overflow: hidden;
- text-align: center;
- }
- .good-grid .b .item .a {
- height: 452rpx;
- width: 100%;
- }
- .good-grid .b .item-b {
- margin-left: 6.25rpx;
- }
- .good-grid .item .img {
- margin-top: 20rpx;
- width: 302rpx;
- height: 302rpx;
- }
- .good-grid .item .name {
- display: block;
- width: 365.625rpx;
- padding: 0 20rpx;
- overflow: hidden;
- height: 35rpx;
- margin: 11.5rpx 0 22rpx 0;
- text-align: center;
- font-size: 30rpx;
- color: #333;
- }
- .good-grid .item .price {
- display: block;
- width: 365.625rpx;
- height: 30rpx;
- text-align: center;
- font-size: 30rpx;
- color: #a98f76;
- }
- .good-grid .t {
- height: 100rpx;
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .address {
- padding: 0 50rpx;
- height: 68rpx;
- display: flex;
- align-items: center;
- }
- .address .name {
- display: flex;
- align-items: center;
- /* height: 40rpx; */
- width: 600rpx;
- overflow: hidden;
- float: left;
- }
- .address .shar {
- background: #fff;
- }
- .address button::after {
- border: none;
- }
- .address .shar image {
- float: right;
- width: 40rpx;
- height: 40rpx;
- margin-top: 6rpx;
- /* border:1px solid red; */
- }
- .address .name .address-name {
- height: 68rpx;
- line-height: 68rpx;
- text-overflow: ellipsis;
- /* word-wrap: break-word; */
- margin: 0 12rpx;
- white-space: nowrap;
- overflow: hidden;
- width: 240rpx;
- }
- .address .warning {
- font-size: 26rpx;
- color: red;
- margin-left: 40rpx;
- }
- .search {
- height: 68rpx;
- width: 690rpx;
- display: flex;
- align-items: center;
- margin: 0 0 20rpx 0;
- }
- .search .van-icon-search {
- line-height: 59rpx;
- color: #ffffff;
- }
- .search .input {
- width: 690rpx;
- height: 68rpx;
- background: #fff;
- border-radius: 68rpx;
- /* border:1rpx solid gray; */
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .search .txt {
- height: 42rpx;
- line-height: 42rpx;
- /* color: #ffffff; */
- color: #666;
- /* padding-left: 10rpx; */
- font-size: 28rpx;
- }
- .no-login {
- width: 100%;
- height: auto;
- margin: 0 auto;
- background-color: #fff;
- }
- .no-login .c {
- width: 100%;
- height: auto;
- margin-top: 400rpx;
- }
- .no-login .c text {
- margin: 0 auto;
- display: block;
- width: 258rpx;
- height: 59rpx;
- line-height: 29rpx;
- text-align: center;
- font-size: 35rpx;
- }
- .no-login button {
- width: 90%;
- margin: 0 auto;
- color: #fff;
- font-size: 30rpx;
- height: 96rpx;
- line-height: 96rpx;
- right: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- position: flex;
- bottom: 0;
- left: 0;
- border-radius: 0;
- padding: 0;
- margin-left: 5%;
- text-align: center;
- border-radius: 6rpx;
- letter-spacing: 3rpx;
- background-color: #242a48;
- /*background-image: linear-gradient(to right, #9a9ba1 0%, #9a9ba1 100%);*/
- }
- .wechat {
- width: 80rpx;
- height: 80rpx;
- margin-right: 15rpx;
- }
- /* 关于鲸致 */
- .about-jz {
- padding: 10rpx 0rpx 0;
- }
- .jzhz-img {
- width: 710rpx;
- }
- .service-tel {
- font-size: 20rpx;
- text-align: center;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .partner-title {
- font-size: 30rpx;
- margin: 40rpx 0 24rpx;
- text-align: center;
- font-weight: bold;
- }
- .jz-feature {
- margin: 40rpx 0 0;
- height: 60rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .devide-line {
- height: 50rpx;
- width: 2rpx;
- background: #85868A;
- }
- .feature-item {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- font-size: 20rpx;
- align-items: center;
- height: 50rpx;
- }
- .jz-logo-wrapper {
- text-align: center;
- margin: 30rpx 0 10rpx;
- }
- .jz-logo {
- width: 306rpx;
- height: 42rpx;
- }
- .jz-company {
- color: #A4A4A4;
- font-size: 20rpx;
- margin: 24rpx 0 0;
- text-align: center;
- }
- .member-price {
- height: 34rpx;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .memberPrice {
- font-size: 26rpx;
- color: #DD483E;
- margin: 0 0 0 30rpx;
- }
- .member-price-tag {
- width: 120rpx;
- height: 32rpx;
- line-height: 32rpx;
- background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/member-price-bg.png') no-repeat center center;
- background-size: 100% 100%;
- color: #5E3A11;
- font-size: 22rpx;
- padding: 0 8rpx 0 0;
- text-align: right;
- }
- /* 新客角标 */
- .isNew {
- position: absolute;
- width: 80rpx;
- height: 120rpx;
- right: 30rpx;
- }
- .phone-btn{
-
- position: fixed;
- z-index: 999;
- right: 20rpx;
- top: 500rpx;
- font-size: 60rpx;
- animation-iteration-count: infinite;
- width: 100rpx;
- height: 100rpx;
- border-radius: 100rpx;
- background: rgba(255,255,255,0.8);
- display: flex;
- align-items: center;
- justify-content: center;
- color: #09afff;
- }
- .phone-wrapper{
- display: flex;
- align-items: center;
- }
- .right-icon{
- color: #09afff;
- font-size: 30rpx;
- margin-left:6rpx;
- }
- .shop-name{
- font-size: 24rpx;
- border:2rpx solid #09afff;
- line-height: 30rpx;
- padding:0 8rpx;
- border-radius:8rpx;
- margin:0 8rpx 0 0;
- word-break: keep-all;
- max-width: 240rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .ad-wrapper{
- position: relative;
- }
- .kt-img{
- position: absolute;
- bottom:8rpx;
- right:0;
- z-index:99;
- width:246rpx;
- height:200rpx;
- }
- .jz-video{
- width:690rpx;
- height:380rpx;
- border-radius:12rpx;
- margin:20rpx 0;
- }
- .jz-about{
- /* width: 690rpx; */
- height: 220rpx;
- padding:0 4rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .about-item{
- display: flex;
- flex-direction: column;
- align-items: center;
- flex:1;
- }
- .about-item image{
- width:80rpx;
- height:80rpx;
- margin-bottom:20rpx;
- }
- .about-item .middle-text{
- height: 26rpx;
- font-size: 26rpx;
- color: #000000;
- line-height: 26rpx;
- margin-bottom:18rpx;
- }
- .about-item .small-text{
- font-size: 20rpx;
- color: #999999;
- line-height: 20rpx;
- height: 20rpx;
- }
- .category-navi{
- border-radius: 32rpx;
- }
- .company-yj{
- display: flex;
- justify-content: space-between;
- margin:20rpx 0;
- }
- .yj-left{
- width:200rpx;
- height:260rpx;
- background: url('https://jzmall.lifejingzhi.com/file/mall-uni/bg-yj.png') no-repeat center;
- background-size: 100% 100%;
- padding:32rpx 0 0 40rpx;
- }
- .yj-left view{
- color: #2BB9FE;
- font-size: 20rpx;
- line-height: 26rpx;
- }
- .yj-left view.yj-head{
- font-size: 26rpx;
- margin-bottom:20rpx;
- height:26rpx;
- line-height: 26rpx;
- }
- .yj-right{
- height:260rpx;
- width:480rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .com-sm{
- width:480rpx;
- height:124rpx;
- background: url('https://jzmall.lifejingzhi.com/file/mall-uni/bg-sm.png') no-repeat center;
- background-size: 100% 100%;
- padding:30rpx 0 0 40rpx;
- }
- .com-sm.com-jzg{
- background-image: url('https://jzmall.lifejingzhi.com/file/mall-uni/bg-jzg.png')
- }
- .com-sm view{
- color: #FF682D;
- font-size: 20rpx;
- line-height: 20rpx;
- height:20rpx;
- }
- .com-sm.com-jzg view{
- color: #F04445;
- }
- .com-sm view.sm-head{
- height:26rpx;
- line-height: 26rpx;
- font-size: 26rpx;
- margin-bottom:20rpx;
- }
- .bx-line{
- height:62rpx;
- padding:0rpx 0 26rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-bottom: 1rpx solid #Eee;
- }
- .bx-line image{
- width:28rpx;
- height:36rpx;
- }
- .bx-line view{
- font-size: 24rpx;
- color: #000000;
- }
- .bx-line view.bx-head{
- font-size: 32rpx;
- font-weight: bold;
- margin:0 18rpx 0 10rpx;
- }
- .com-bottom-wrapper{
- background: #FFFFFF;
- border-radius: 14rpx;
- padding:32rpx 20rpx 0;
- }
|