| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #f8f8f8;
- padding-bottom: 160rpx;
- line-height: 1;
- }
- .pHeight {
- line-height: 0;
- }
- ._div, ._table {
- max-width: 100% !important;
- }
- .rich-img {
- width: 100% !important;
- height: auto;
- }
- .pHeight {
- line-height: 0;
- }
- .popup-row {
- width: 580rpx;
- background: #ffffff;
- border-radius: 20rpx;
- }
- .popup-row .popup-1 {
- padding: 35rpx 0;
- font-size: 32rpx;
- font-weight: bold;
- color: #333333;
- text-align: center;
- border-bottom: 1px solid #EEEEEE;
- }
- .popup-row .popcont-box {
- height: 600rpx;
- }
- .popup-row .popup-2 {
- padding: 0 25rpx;
- }
- .popup-row .popup-2 .popup-2-row {
- padding: 25rpx 0;
- border-bottom: 1px solid #EEEEEE;
- }
- .popup-row .popup-2 .popup-2-row:nth-last-child(1) {
- border-bottom: none;
- }
- .popup-row .popup-2 .popup-2-row .row-1 {
- width: 70%;
- }
- .popup-row .popup-2 .popup-2-row .row-1 .one {
- display: flex;
- align-items: center;
- }
- .popup-row .popup-2 .popup-2-row .row-1 .one image {
- width: 75rpx;
- height: 75rpx;
- border-radius: 50%;
- }
- .popup-row .popup-2 .popup-2-row .row-1 .two {
- margin-left: 20rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- }
- .popup-row .popup-2 .popup-2-row .row-1 .two .two-1 {
- font-size: 28rpx;
- font-weight: 500;
- max-width: 160rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .popup-row .popup-2 .popup-2-row .row-1 .two-1-1 {
- font-size: 28rpx;
- font-weight: 500;
- color: #666666;
- }
- .popup-row .popup-2 .popup-2-row .row-2 {
- padding: 20rpx 30rpx;
- background: #5dbc7c;
- border-radius: 10rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .popup-rows {
- width: 580rpx;
- background: #ffffff;
- border-radius: 20rpx;
- text-align: center;
- padding-bottom: 35rpx;
- }
- .popup-rows .rows-1 {
- font-size: 32rpx;
- font-weight: bold;
- color: #333333;
- padding-top: 60rpx;
- }
- .popup-rows .rows-2 {
- margin-top: 25rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- }
- .popup-rows .rows-3 {
- margin-top: 35rpx;
- padding: 0 50rpx;
- }
- .popup-rows .rows-3 .rows-3-group {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .popup-rows .rows-3 .rows-3-group .group-1 {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .popup-rows .rows-3 .rows-3-group .group-2 {
- flex: 1;
- font-size: 20rpx;
- font-weight: 500;
- color: #666666;
- margin-top: 10rpx;
- width: 55rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .popup-rows .rows-3 .rows-3-group image {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .popup-rows .rows-3 .rows-3-group .group-1-1 {
- z-index: 10;
- margin-top: -25rpx;
- width: 70rpx;
- height: 25rpx;
- background: #e64048;
- border-radius: 12rpx;
- font-size: 20rpx;
- font-weight: 500;
- color: #ffffff;
- line-height: 25rpx;
- }
- .popup-rows .rows-4 {
- margin: 40rpx 45rpx 0rpx 45rpx;
- padding: 25rpx 0;
- background: #5dbc7c;
- border-radius: 10rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #ffffff;
- }
- .delete {
- width: 60rpx;
- height: 60rpx;
- position: absolute;
- right: -30rpx;
- top: -30rpx;
- }
- .delete image {
- width: 60rpx;
- height: 60rpx;
- }
- /* 评价 */
- .eva-section {
- padding: 20rpx 30rpx;
- background: #fff;
- margin-top: 20rpx;
- }
- .eva-section .e-header {
- display: flex;
- align-items: center;
- font-size: 28rpx;
- color: #333333;
- }
- .eva-section .e-header .tit {
- margin-right: 15rpx;
- }
- .eva-section .e-header .tip {
- flex: 1;
- font-size: 24rpx;
- color: #999999;
- text-align: right;
- }
- .eva-section .e-header .iconenter {
- width: 24rpx;
- height: 24rpx;
- margin-left: 10rpx;
- }
- .eva-section .eva-box {
- padding-top: 30rpx;
- }
- .eva-section .eva-box .box-1 .left image {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .eva-section .eva-box .box-1 .left .content {
- margin-left: 15rpx;
- }
- .eva-section .eva-box .box-1 .left .content .content-name {
- font-size: 24rpx;
- font-weight: 500;
- color: #333333;
- }
- .eva-section .eva-box .box-1 .left .content .content-time {
- font-size: 20rpx;
- font-weight: 500;
- color: #999999;
- }
- .eva-section .eva-box .box-1 .right .image {
- width: 25rpx;
- height: 25rpx;
- margin-left: 10rpx;
- }
- .eva-section .eva-box .box-1 .right .red {
- margin-left: 15rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #fd5b23;
- }
- .eva-section .eva-box .box-2 {
- padding: 30rpx 0 15rpx 0;
- font-size: 28rpx;
- font-weight: 500;
- color: #666666;
- }
- .eva-section .eva-box .box-3 .box-3-1 {
- display: inline;
- width: 150rpx;
- height: 150rpx;
- }
- .eva-section .eva-box .box-3 .box-3-1 image {
- margin-right: 20rpx;
- width: 150rpx;
- height: 150rpx;
- }
- /* .list-row {
- position: fixed;
- top: 450rpx;
- left: 86rpx;
- .row {
- position: relative;
- width: 578rpx;
- height: 700rpx;
- background: #ffffff;
- border-radius: 20rpx;
- .row-1 {
- flex: 1;
- text-align: center;
- padding: 26rpx 223rpx;
- border-bottom: 2rpx solid #eeeeee;
- .row-1-1 {
- font-size: $font-lg;
- font-weight: bold;
- color: #333333;
- }
- }
- .row-2 {
- padding: 0 23rpx;
- .pinklist_list {
- padding: 20rpx 0;
- display: flex;
- justify-content: space-around;
- align-items: center;
- border-bottom: 1px solid #eeeeee;
- .left {
- width: 74rpx;
- height: 74rpx;
- background-color: #e3e3e3;
- border-radius: 50%;
- }
- .center {
- display: flex;
- flex-wrap: wrap;
- margin-left: 17rpx;
- .center-1 {
- display: flex;
- align-items: center;
- letter-spacing: 3rpx;
- .center-1-1 {
- font-size: $font-base;
- font-weight: 500;
- color: #333333;
- }
- .center-1-2 {
- font-size: $font-base - 2rpx;
- font-weight: 500;
- color: #333333;
- }
- }
- }
- .right {
- width: 134rpx;
- height: 59rpx;
- background: $base-color;
- border-radius: 10rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- .right-word {
- font-size: 26rpx;
- font-weight: 500;
- color: #ffffff;
- }
- }
- }
- }
- .row-3 {
- width: 56rpx;
- height: 56rpx;
- position: absolute;
- top: -28rpx;
- right: -28rpx;
- }
- }
- } */
- .iconenter {
- font-size: 30rpx;
- color: #888;
- }
- .carousel {
- height: 722rpx;
- position: relative;
- }
- .carousel swiper {
- height: 100%;
- }
- .carousel .image-wrapper {
- width: 100%;
- height: 100%;
- }
- .carousel .swiper-item {
- display: flex;
- justify-content: center;
- align-content: center;
- height: 750rpx;
- overflow: hidden;
- }
- .carousel .swiper-item image {
- width: 100%;
- height: 100%;
- }
- /* 标题简介 */
- .introduce-section {
- background: #fff;
- padding: 15rpx 25rpx 30rpx 25rpx;
- }
- .introduce-section .introduce-price {
- width: 100%;
- overflow: hidden;
- /* .share{
- image{
- width: 30rpx;
- height: 35rpx;
- }
- } */
- }
- .introduce-section .introduce-price .price {
- display: flex;
- align-items: flex-end;
- justify-content: flex-start;
- }
- .introduce-section .introduce-price .price .price-left {
- display: flex;
- align-items: flex-end;
- color: #fc4141;
- margin-right: 20rpx;
- }
- .introduce-section .introduce-price .price .price-left .left-1 {
- margin-right: 5rpx;
- font-size: 28rpx;
- }
- .introduce-section .introduce-price .price .price-left .left-2 {
- font-size: 48rpx;
- line-height: 38rpx;
- }
- .introduce-section .introduce-price .price .price-right {
- font-size: 28rpx;
- color: #333333;
- opacity: 0.61;
- }
- .introduce-section .introduce-price .people {
- width: 140rpx;
- height: 45rpx;
- background: url(data:image/png;base64,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) no-repeat center;
- background-size: 100%;
- }
- .introduce-section .introduce-price .people .people_number {
- margin-left: 60rpx;
- font-size: 20rpx;
- font-weight: 500;
- color: #fa2740;
- line-height: 40rpx;
- }
- .introduce-section .title {
- margin-top: 30rpx;
- font-size: 32rpx;
- color: #1D2023;
- line-height: 40rpx;
- font-weight: 600;
- }
- .introduce-section .bot-row {
- margin-top: 20rpx;
- overflow: hidden;
- font-size: 24rpx;
- font-weight: 500;
- color: #999999;
- }
- /* 标题简介 */
- /* .introduce-section {
- background: #fff;
- padding: 20rpx 30rpx;
- .title {
- font-size: 32rpx;
- color: $font-color-dark;
- height: 50rpx;
- line-height: 50rpx;
- }
- .price-box {
- display: flex;
- align-items: baseline;
- // height: 64rpx;
- padding: 10rpx 0;
- font-size: 26rpx;
- color: $uni-color-primary;
- }
- .price {
- font-size: $font-lg + 2rpx;
- color: #666666 !important;
- }
- .vip_price {
- font-size: $font-lg + 2rpx;
- color: $uni-color-primary;
- padding-left: 15rpx;
- }
- .m-price {
- margin: 0 12rpx;
- color: $font-color-light;
- text-decoration: line-through;
- }
- .coupon-tip {
- align-items: center;
- padding: 4rpx 10rpx;
- background: $uni-color-primary;
- font-size: $font-sm;
- color: #fff;
- border-radius: 6rpx;
- line-height: 1;
- transform: translateY(-4rpx);
- }
- .bot-row {
- display: flex;
- align-items: center;
- height: 50rpx;
- font-size: $font-sm;
- color: $font-color-light;
- text {
- flex: 1;
- }
- }
- .people {
- border-radius: 10rpx;
- height: 35rpx !important;
- border: 2rpx solid #db1935;
- height: 40rpx;
- .people_image {
- background-color: #db1935;
- width: 40rpx;
- height: 35rpx;
- text-align: center;
- border-top-left-radius: 20%;
- border-bottom-left-radius: 20%;
- image {
- width: 25rpx;
- height: 20rpx;
- // margin-bottom: 5rpx;
- }
- }
- .people_number {
- padding: 5rpx 10rpx;
- }
- }
- } */
- /* 分享 */
- .share-section {
- display: flex;
- align-items: center;
- color: #606266;
- background: linear-gradient(left, #fdf5f6, #fbebf6);
- padding: 12rpx 30rpx;
- }
- .share-section .share-icon {
- display: flex;
- align-items: center;
- width: 70rpx;
- height: 30rpx;
- line-height: 1;
- border: 1px solid #5dbc7c;
- border-radius: 4rpx;
- position: relative;
- overflow: hidden;
- font-size: 22rpx;
- color: #5dbc7c;
- }
- .share-section .share-icon:after {
- content: '';
- width: 50rpx;
- height: 50rpx;
- border-radius: 50%;
- left: -20rpx;
- top: -12rpx;
- position: absolute;
- background: #5dbc7c;
- }
- .share-section .iconfavorfill {
- position: relative;
- z-index: 1;
- font-size: 24rpx;
- margin-left: 2rpx;
- margin-right: 10rpx;
- color: #fff;
- line-height: 1;
- }
- .share-section .tit {
- font-size: 28rpx;
- margin-left: 10rpx;
- }
- .share-section .iconprompt {
- padding: 10rpx;
- font-size: 30rpx;
- line-height: 1;
- }
- .share-section .share-btn {
- flex: 1;
- text-align: right;
- font-size: 24rpx;
- color: #5dbc7c;
- }
- .share-section .iconenter {
- font-size: 24rpx;
- margin-left: 4rpx;
- color: #5dbc7c;
- }
- .c-list {
- font-size: 26rpx;
- color: #303133;
- margin-top: 20rpx;
- background: #fff;
- }
- .c-list .c-row {
- display: flex;
- align-items: center;
- padding: 20rpx 30rpx;
- position: relative;
- }
- .c-list .c-row .c-text text {
- padding-left: 25rpx;
- padding-right: 25rpx;
- }
- .c-list .tit {
- width: 140rpx;
- }
- .c-list .con {
- flex: 1;
- color: #303133;
- }
- .c-list .con .selected-text {
- margin-right: 10rpx;
- }
- .c-list .bz-list {
- height: 40rpx;
- font-size: 26rpx;
- color: #303133;
- }
- .c-list .bz-list text {
- display: inline-block;
- margin-right: 30rpx;
- }
- .c-list .con-list {
- flex: 1;
- display: flex;
- flex-direction: column;
- color: #303133;
- line-height: 40rpx;
- }
- .c-list .red {
- color: #5dbc7c;
- }
- /* 评价 */
- /* .eva-section {
- display: flex;
- flex-direction: column;
- padding: 20rpx 30rpx;
- background: #fff;
- margin-top: 16rpx;
- .e-header {
- display: flex;
- align-items: center;
- height: 70rpx;
- font-size: $font-sm + 2rpx;
- color: $font-color-light;
- .tit {
- font-size: $font-base + 2rpx;
- color: $font-color-dark;
- margin-right: 4rpx;
- }
- .tip {
- flex: 1;
- text-align: right;
- }
- .iconenter {
- margin-left: 10rpx;
- }
- }
- }
-
- .eva-box {
- display: flex;
- padding: 20rpx 0;
- .portrait {
- flex-shrink: 0;
- width: 80rpx;
- height: 80rpx;
- border-radius: 100px;
- }
- .right {
- flex: 1;
- display: flex;
- flex-direction: column;
- font-size: $font-base;
- color: $font-color-base;
- padding-left: 26rpx;
- .con {
- font-size: $font-base;
- color: $font-color-dark;
- padding: 20rpx 0;
- }
- .bot {
- display: flex;
- justify-content: space-between;
- font-size: $font-sm;
- color: $font-color-light;
- }
- }
- }
- .con_image {
- width: 130rpx;
- height: 130rpx;
- display: inline-block;
- padding: 15rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }*/
- /* 详情 */
- .detail-desc .desc-title {
- font-size: 28rpx;
- font-weight: 500;
- color: #1D2023;
- padding: 25rpx 0;
- }
- .detail-desc .desc-title .one {
- width: 77rpx;
- height: 1px;
- background: linear-gradient(to right, rgba(204, 204, 204, 0), #cccccc);
- margin-right: 10rpx;
- }
- .detail-desc .desc-title .two {
- margin-left: 10rpx;
- width: 77rpx;
- height: 1px;
- background: linear-gradient(to left, rgba(204, 204, 204, 0), #cccccc);
- }
- /* .detail-desc {
- background: #fff;
- margin-top: 16rpx;
- img {
- max-width: 100%;
- }
- .d-header {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 80rpx;
- font-size: $font-base + 2rpx;
- color: $font-color-dark;
- position: relative;
- text {
- padding: 0 20rpx;
- background: #fff;
- position: relative;
- z-index: 1;
- }
- &:after {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translateX(-50%);
- width: 300rpx;
- height: 0;
- content: '';
- border-bottom: 1px solid #ccc;
- }
- }
- } */
- /* 规格选择弹窗 */
- .attr-content {
- padding: 25rpx 30rpx;
- }
- .attr-content .a-t {
- display: flex;
- }
- .attr-content .a-t image {
- width: 170rpx;
- height: 170rpx;
- flex-shrink: 0;
- border-radius: 8rpx;
- }
- .attr-content .a-t .right {
- display: flex;
- flex-direction: column;
- padding-left: 24rpx;
- font-size: 26rpx;
- color: #606266;
- line-height: 42rpx;
- width: 75%;
- }
- .attr-content .a-t .right .price {
- font-size: 32rpx;
- color: #5dbc7c;
- margin: 10rpx 0rpx;
- }
- .attr-content .a-t .right .name {
- font-size: 32rpx;
- color: #303133;
- height: 50rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- }
- .attr-content .a-t .right .selected-text {
- margin-right: 10rpx;
- }
- .attr-content .attr-list {
- display: flex;
- flex-direction: column;
- font-size: 30rpx;
- color: #606266;
- padding-top: 30rpx;
- padding-left: 10rpx;
- }
- .attr-content .item-list {
- padding: 20rpx 0 0;
- display: flex;
- flex-wrap: wrap;
- }
- .attr-content .item-list text {
- display: flex;
- align-items: center;
- justify-content: center;
- background: #eee;
- margin-right: 20rpx;
- margin-bottom: 20rpx;
- border-radius: 100rpx;
- min-width: 60rpx;
- height: 60rpx;
- padding: 0 20rpx;
- font-size: 28rpx;
- color: #303133;
- }
- .attr-content .item-list .selected {
- background: #fbebee;
- color: #5dbc7c;
- }
- /* 弹出层 */
- .popup {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 99;
- }
- .popup.show {
- display: block;
- }
- .popup.show .mask {
- -webkit-animation: showPopup 0.2s linear both;
- animation: showPopup 0.2s linear both;
- }
- .popup.show .layer {
- -webkit-animation: showLayer 0.2s linear both;
- animation: showLayer 0.2s linear both;
- }
- .popup.hide .mask {
- -webkit-animation: hidePopup 0.2s linear both;
- animation: hidePopup 0.2s linear both;
- }
- .popup.hide .layer {
- -webkit-animation: hideLayer 0.2s linear both;
- animation: hideLayer 0.2s linear both;
- }
- .popup.none {
- display: none;
- }
- .popup .mask {
- position: fixed;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .popup .layer {
- position: fixed;
- z-index: 99;
- bottom: 0;
- width: 100%;
- min-height: 35vh;
- border-radius: 10rpx 10rpx 0 0;
- background-color: #fff;
- }
- .popup .layer .btn {
- height: 66rpx;
- line-height: 66rpx;
- border-radius: 100rpx;
- background: #5dbc7c;
- font-size: 30rpx;
- color: #fff;
- margin: 30rpx auto 20rpx;
- }
- @-webkit-keyframes showPopup {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes showPopup {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @-webkit-keyframes hidePopup {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes hidePopup {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @-webkit-keyframes showLayer {
- 0% {
- -webkit-transform: translateY(120%);
- transform: translateY(120%);
- }
- 100% {
- -webkit-transform: translateY(0%);
- transform: translateY(0%);
- }
- }
- @keyframes showLayer {
- 0% {
- -webkit-transform: translateY(120%);
- transform: translateY(120%);
- }
- 100% {
- -webkit-transform: translateY(0%);
- transform: translateY(0%);
- }
- }
- @-webkit-keyframes hideLayer {
- 0% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- 100% {
- -webkit-transform: translateY(120%);
- transform: translateY(120%);
- }
- }
- @keyframes hideLayer {
- 0% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- 100% {
- -webkit-transform: translateY(120%);
- transform: translateY(120%);
- }
- }
- .btn_fenxiang {
- position: fixed;
- right: 20rpx;
- bottom: 50%;
- z-index: 95;
- width: 100rpx;
- color: #ffffff;
- border-radius: 100%;
- background-color: #5dbc7c;
- line-height: 100rpx;
- text-align: center;
- font-size: 30rpx;
- }
- .shareDate {
- position: fixed;
- right: 20rpx;
- bottom: 50%;
- z-index: 95;
- color: #ffffff;
- border-radius: 100rpx;
- height: 120rpx;
- line-height: 120rpx;
- background-color: #5dbc7c;
- text-align: center;
- font-size: 30rpx;
- }
- /* 底部操作菜单 */
- .page-bottom {
- position: fixed;
- bottom: 0rpx;
- z-index: 95;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100rpx;
- background: rgba(255, 255, 255, 0.9);
- }
- .page-bottom .botton-1 {
- width: 100rpx;
- height: 100rpx;
- background-color: #FFFFFF;
- }
- .page-bottom .botton-1 .botton-frame {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .page-bottom .botton-1 .botton-frame .img-box {
- width: 45rpx;
- height: 40rpx;
- }
- .page-bottom .botton-1 .botton-frame .img-box image {
- width: 100%;
- height: 100%;
- }
- .page-bottom .botton-1 .word {
- margin-top: 6rpx;
- font-size: 20rpx;
- font-weight: 400;
- color: #666666;
- }
- .page-bottom .botton-1 .word.active {
- color: #5dbc7c;
- }
- .page-bottom .p-b-btn {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 24rpx;
- color: #606266;
- width: 100rpx;
- height: 100rpx;
- }
- .page-bottom .p-b-btn .iconfont {
- font-size: 40rpx;
- line-height: 48rpx;
- color: #909399;
- }
- .page-bottom .p-b-btn.active,
- .page-bottom .p-b-btn.active .iconfont {
- color: #5dbc7c;
- }
- .page-bottom .p-b-btn .icon-fenxiang2 {
- font-size: 42rpx;
- -webkit-transform: translateY(-2rpx);
- transform: translateY(-2rpx);
- }
- .page-bottom .p-b-btn .iconlikefill {
- font-size: 46rpx;
- }
- .page-bottom .gobuy {
- width: 100%;
- background: #db1935;
- height: 100%;
- color: #ffffff;
- text-align: center;
- padding-top: 25rpx;
- border-radius: 15rpx;
- }
- .page-bottom .action-btn-group {
- display: flex;
- flex: 1;
- height: 100%;
- overflow: hidden;
- position: relative;
- /* .action-btn1 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 210rpx;
- height: 100%;
- font-size: $font-base;
- padding: 0;
- border-radius: 0;
- background: transparent;
- &.buy-now-btn {
- background-color: #ffb238;
- }
- &.add-cart-btn {
- background-color: #db1935;
- }
- } */
- }
- .page-bottom .action-btn-group:after {
- content: '';
- position: absolute;
- top: 50%;
- right: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- height: 28rpx;
- width: 0;
- }
- .page-bottom .action-btn-group .action-btn {
- display: flex;
- align-items: center;
- justify-content: center;
- flex: 1;
- height: 100%;
- font-size: 36rpx;
- font-weight: bold;
- background: transparent;
- border-radius: 0;
- letter-spacing: 5rpx;
- }
- .page-bottom .action-btn-group .action-btn.buy-now-btn {
- background-color: #ffb238;
- }
- .page-bottom .action-btn-group .action-btn.add-cart-btn {
- background: #5dbc7c;
- }
- .page-bottom .action-btn-group .action-btn.btn-favorites-btn {
- background-color: #18b3ff;
- }
- .goods-pay-box {
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 95;
- width: 750rpx;
- height: 100rpx;
- line-height: 1;
- color: #ffffff;
- text-align: center;
- font-size: 32rpx;
- }
- .goods-pay-box .bgLine {
- background: linear-gradient(90deg, #ef4e51 0%, #f4713b 100%);
- }
- .goods-pay-box .goods-pay {
- display: flex;
- align-content: center;
- flex-wrap: wrap;
- justify-content: center;
- }
- .goods-pay-box .goods-pay .goods-buttom,
- .goods-pay-box .goods-pay .goods-buttom-money {
- width: 100%;
- }
- .goods-pay-box .goods-pay .goods-buttom-money {
- font-size: 28rpx;
- }
- .goods-pay-box .goods-pay-stop,
- .goods-pay-box .goods-pay {
- padding: 15rpx 0;
- height: 100%;
- width: 100%;
- }
- .goods-pay-box .goods-pay-stop {
- background: #999999;
- line-height: 70rpx;
- }
- .pinklistbox {
- background: #ffffff;
- text-align: center;
- font-size: 26rpx;
- margin-top: 25rpx;
- }
- .pinklistbox .listbox-1 {
- padding: 25rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- border-bottom: 1px solid #EEEEEE;
- }
- .pinklistbox .listbox-1 .more {
- font-size: 26rpx;
- font-weight: 500;
- color: #999999;
- }
- .pinklistbox .listbox-1 .more image {
- width: 25rpx;
- height: 25rpx;
- }
- .pinklistbox .pinklist {
- margin: 0 25rpx;
- }
- .pinklistbox .pinklist .pinklist_list {
- padding: 25rpx 0;
- border-bottom: 1px solid #EEEEEE;
- }
- .pinklistbox .pinklist .pinklist_list:nth-last-child(1) {
- border-bottom: none;
- }
- /* .pinklistbox {
- background: #ffffff;
- margin-top: 25rpx;
- overflow: hidden;
- } */
- .pink_num {
- background: -webkit-linear-gradient(left, #fdf5f6, #fbebf6);
- padding: 15rpx 25rpx;
- font-size: 26rpx;
- color: #dd524d;
- }
- .pint {
- background: -webkit-linear-gradient(0deg, #fa2740, #fe5544);
- border-radius: 10rpx;
- margin-left: 20rpx;
- padding: 20rpx 25rpx;
- color: #ffffff;
- font-size: 26rpx;
- /* .iconenter {
- font-size: 15px;
- color: #ffffff;
- } */
- }
- .pink_row .pink_img {
- width: 70rpx;
- height: 70rpx;
- }
- .pink_row .pink_img image {
- width: 100%;
- height: 100%;
- border-radius: 100%;
- }
- .pink_people {
- font-size: 26rpx;
- }
- .pink_people text {
- color: #5dbc7c;
- }
- .pink_time {
- font-size: 26rpx;
- color: #909399;
- }
- .pink_name {
- font-size: 30rpx;
- color: #333333;
- margin-left: 20rpx;
- }
- .More {
- width: 100%;
- line-height: 2;
- background-color: #fc2a3f;
- font-size: 32rpx;
- margin: 0 auto;
- text-align: center;
- color: #ffffff;
- }
- .mask {
- z-index: 999;
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- text-align: center;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .mask image {
- width: 100%;
- height: 100%;
- opacity: 0.8;
- }
|