123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #f8f8f8;
- }
- .seckillBottom {
- height: 110rpx;
- }
- .contentBottomHeight {
- height: 110rpx;
- }
- .goodsBottom {
- height: 100rpx;
- }
- .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: 710rpx;
- overflow: hidden;
- }
- .carousel .swiper-item image {
- width: 100%;
- height: 100%;
- }
- .seckill-box-title {
- background: linear-gradient(90deg, #ef4e51 0%, #f4713b 100%) !important;
- }
- .seckill-box-title .price,
- .seckill-box-title .price-tip,
- .seckill-box-title .timeStop,
- .seckill-box-title .m-price {
- color: #ffffff !important;
- }
- .seckill-box-title .price-tip {
- font-size: 28rpx;
- }
- .seckill-box-title .price {
- font-size: 45rpx !important;
- font-weight: bold;
- }
- .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;
- }
- /* 标题简介 */
- .introduce-section {
- background: #fff;
- padding: 20rpx 30rpx;
- }
- .introduce-section .title {
- font-size: 32rpx;
- color: #303133;
- height: 50rpx;
- line-height: 50rpx;
- }
- .introduce-section .price-box {
- display: flex;
- align-items: baseline;
- height: 64rpx;
- padding: 10rpx 0;
- font-size: 26rpx;
- color: #FD3B39;
- }
- .introduce-section .price {
- font-size: 34rpx;
- }
- .introduce-section .m-price {
- margin: 0 12rpx;
- color: #909399;
- text-decoration: line-through;
- }
- .introduce-section .pt {
- text-decoration: none;
- }
- .introduce-section .coupon-tip {
- align-items: center;
- padding: 4rpx 10rpx;
- background: #5dbc7c;
- font-size: 24rpx;
- color: #fff;
- border-radius: 6rpx;
- line-height: 1;
- -webkit-transform: translateY(-4rpx);
- transform: translateY(-4rpx);
- }
- .introduce-section .bot-row {
- display: flex;
- align-items: center;
- height: 50rpx;
- font-size: 24rpx;
- color: #909399;
- }
- .introduce-section .bot-row text {
- flex: 1;
- }
- /* 分享 */
- .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 {
- margin-top: 20rpx;
- font-size: 26rpx;
- color: #606266;
- background: #fff;
- }
- .c-list .c-row {
- display: flex;
- align-items: center;
- padding: 20rpx 30rpx;
- position: relative;
- }
- .c-list .tit {
- width: 140rpx;
- }
- .c-list .con {
- flex: 1;
- color: #303133;
- }
- .c-list .con .selected-text {
- margin-right: 10rpx;
- }
- .c-list .con .selected-text .num {
- color: #FD3B39;
- }
- .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;
- }
- .eva-section .e-header {
- display: flex;
- align-items: center;
- height: 70rpx;
- font-size: 26rpx;
- color: #909399;
- }
- .eva-section .e-header .tit {
- font-size: 30rpx;
- color: #303133;
- margin-right: 4rpx;
- }
- .eva-section .e-header .tip {
- flex: 1;
- text-align: right;
- }
- .eva-section .e-header .iconenter {
- margin-left: 10rpx;
- }
- .eva-box {
- display: flex;
- padding: 20rpx 0;
- }
- .eva-box .portrait {
- flex-shrink: 0;
- width: 80rpx;
- height: 80rpx;
- border-radius: 100px;
- }
- .eva-box .right {
- flex: 1;
- display: flex;
- flex-direction: column;
- font-size: 28rpx;
- color: #606266;
- padding-left: 26rpx;
- }
- .eva-box .right .con {
- font-size: 28rpx;
- color: #303133;
- padding: 20rpx 0;
- }
- .eva-box .right .bot {
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- color: #909399;
- }
- .eva-boxs {
- width: 100%;
- overflow: hidden;
- padding: 10px 28rpx;
- background: #f4f4f4;
- border-radius: 12rpx;
- font-size: 26rpx;
- color: #333;
- }
- .eva-boxs .portrait {
- flex-shrink: 0;
- width: 80rpx;
- height: 80rpx;
- border-radius: 100px;
- }
- .eva-boxs .right {
- flex: 1;
- display: flex;
- flex-direction: column;
- font-size: 28rpx;
- color: #606266;
- }
- .eva-boxs .right .con {
- font-size: 28rpx;
- color: #303133;
- }
- .eva-boxs .right .bot {
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- color: #909399;
- }
- /* 详情 */
- .detail-desc {
- background: #fff;
- margin-top: 16rpx;
- }
- .detail-desc ._img {
- max-width: 100% !important;
- display: inline !important;
- }
- .detail-desc ._div {
- max-width: 100% !important;
- }
- .detail-desc .d-header {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 80rpx;
- font-size: 30rpx;
- color: #303133;
- position: relative;
- }
- .detail-desc .d-header text {
- padding: 0 20rpx;
- background: #fff;
- position: relative;
- z-index: 1;
- }
- .detail-desc .d-header:after {
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- width: 300rpx;
- height: 0;
- content: '';
- border-bottom: 1px solid #ccc;
- }
- /* 规格选择弹窗 */
- .attr-content {
- padding: 10rpx 0 0;
- }
- .attr-content .a-t {
- padding: 0 30rpx;
- 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;
- }
- .attr-content .a-t .right .good-name {
- padding-top: 20rpx;
- max-width: 320rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #1d2023;
- line-height: 42rpx;
- margin-bottom: 15rpx;
- }
- .attr-content .a-t .right .price {
- font-size: 60rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ff6f0f;
- }
- .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: 40rpx;
- padding-right: 30rpx;
- }
- .attr-content .item-list {
- padding: 20rpx 0 0;
- display: flex;
- flex-wrap: wrap;
- }
- .attr-content .item-list .tit {
- 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: 30vh;
- border-radius: 10rpx 10rpx 0 0;
- background-color: #fff;
- }
- .popup .layer .btn {
- position: absolute;
- bottom: 0;
- width: 750rpx;
- height: 98rpx;
- background: #FE5B38;
- line-height: 98rpx;
- font-size: 30rpx;
- color: #fff;
- }
- @-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%);
- }
- }
- /* 底部操作菜单 */
- .page-bottom {
- position: fixed;
- left: 0rpx;
- bottom: 0rpx;
- z-index: 95;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 750rpx;
- height: 98rpx;
- background: rgba(255, 255, 255, 0.9);
- box-shadow: 0 0 20rpx 0 rgba(0, 0, 0, 0.5);
- }
- .page-bottom .p-b-btn {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 24rpx;
- color: #606266;
- width: 100rpx;
- height: 98rpx;
- }
- .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 .action-btn-group {
- display: flex;
- height: 98rpx;
- overflow: hidden;
- position: relative;
- }
- .page-bottom .action-btn-group .shoucang {
- width: 170rpx;
- height: 100rpx;
- background: #FFFFFF;
- flex-direction: column;
- justify-content: center;
- }
- .page-bottom .action-btn-group .shoucang image {
- width: 36rpx;
- height: 35rpx;
- }
- .page-bottom .action-btn-group .buy-now {
- flex-grow: 1;
- width: 580rpx;
- display: flex;
- }
- .page-bottom .action-btn-group .action-btn {
- flex-shrink: 0;
- flex-grow: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-grow: 1;
- height: 100%;
- font-size: 34rpx;
- padding: 0;
- border-radius: 0;
- background: #ffb238;
- }
- .page-bottom .action-btn-group .action-btn.buy-now-btn {
- background-color: #ffb238;
- }
- .page-bottom .action-btn-group .action-btn.add-cart-btn {
- background: #FD3B39;
- }
- .shop-box {
- background-color: #ffffff;
- margin-top: 20rpx;
- margin-bottom: 10rpx;
- padding: 20rpx;
- }
- .shop-box .shop-img {
- border-radius: 300rpx;
- height: 80rpx;
- width: 80rpx;
- margin-right: 20rpx;
- }
- .shop-box .shop-button {
- border-radius: 100rpx;
- padding: 10rpx 20rpx;
- color: #dd524d;
- border: 1px solid #dd524d;
- font-size: 32rpx;
- line-height: 1;
- }
- .detail-centent ._img {
- vertical-align: top;
- }
|