123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638 |
- @import "/lionfish_comshop/resource/css/vip.wxss";
- .empty {
- background: #fff;
- padding: 50rpx 0 80rpx;
- margin-bottom: 50rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- }
- .empty.pos-a {
- width: 100%;
- height: 100%;
- position: fixed;
- left: 0;
- top: 0;
- padding: 0;
- }
- .empty image {
- width: 218rpx;
- height: 218rpx;
- margin-bottom: 30rpx;
- }
- .empty .h1 {
- color: #666;
- font-size: 30rpx;
- line-height: 30rpx;
- margin-bottom: 60rpx;
- }
- .empty .btn {
- width: 310rpx;
- height: 96rpx;
- border-radius: 20rpx;
- background: linear-gradient(to right, #ff5041, #ff695c);
- line-height: 96rpx;
- text-align: center;
- color: #fff;
- font-size: 30rpx;
- font-weight: bold;
- }
- .checkbox {
- width: 50rpx;
- height: 50rpx;
- display: flex;
- justify-content: center;
- }
- .checkbox .checkbox-checked {
- font-size: 42rpx;
- }
- .shop-cart-content {
- padding: 30rpx 20rpx 130rpx;
- }
- .pt80 {
- padding-top: 114rpx;
- }
- .pb100 {
- padding-bottom: 140rpx;
- }
- .shop-cart-content .card-group {
- margin-bottom: 20rpx;
- }
- .shop-cart-content .card-group .card-header {
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- padding: 28rpx 20rpx;
- border-bottom: 2rpx solid #efefef;
- }
- .shop-cart-content .card-group .card-header .cart-header-left {
- display: flex;
- align-items: flex-start;
- }
- .shop-cart-content .card-group .card-header .tag {
- font-size: 20rpx;
- line-height: 28rpx;
- padding: 0 8rpx;
- background: #ff5344;
- color: #fff;
- border-radius: 28rpx;
- white-space: nowrap;
- margin-right: 10rpx;
- font-weight: 500;
- }
- .shop-cart-content .card-group .card-header .active-msg {
- font-size: 26rpx;
- line-height: 32rpx;
- color: #666;
- /* width: 460rpx; */
- margin-top: -1rpx;
- }
- .shop-cart-content .card-group .card-header .i-link {
- display: flex;
- align-items: center;
- flex: 1;
- font-size: 26rpx;
- line-height: 26rpx;
- margin-top: 4rpx;
- color: #ff5344;
- font-weight: 500;
- white-space: nowrap;
- }
- .shop-cart-content .card-group .card-header .i-link .iconfont {
- font-size: 18rpx;
- margin-left: 6rpx;
- }
- .fixed-bar {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 98rpx;
- background: #fff;
- z-index: 100;
- }
- .cart-bar {
- width: 100%;
- height: 96rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-left: 20rpx;
- }
- .fixed-bar .cart-item-checkbox {
- display: flex;
- font-size: 26rpx;
- align-items: center;
- color: #444;
- white-space: nowrap;
- }
- .fixed-bar .cart-item-checkbox checkbox-group {
- margin-right: 10rpx;
- }
- .fixed-bar .fixed-bar-center {
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- justify-content: center;
- width: 560rpx;
- flex: 1;
- }
- .fixed-bar .fixed-bar-center .total {
- display: flex;
- text-align: right;
- color: #444;
- font-size: 28rpx;
- line-height: 30rpx;
- white-space: nowrap;
- }
- .fixed-bar .fixed-bar-center .total span {
- font-size: 30rpx;
- font-weight: bold;
- color: #ff5344;
- }
- .fixed-bar .fixed-bar-center .total span.line-through {
- text-decoration-color: #ff5344;
- }
- .fixed-bar .fixed-bar-center .total-detail {
- margin-top: 12rpx;
- color: #666;
- font-size: 22rpx;
- line-height: 22rpx;
- }
- .fixed-bar .fixed-bar-center .total-detail span:last-child {
- margin-left: 20rpx;
- }
- .fixed-bar .fixed-bar-btn {
- width: 260rpx;
- height: 96rpx;
- text-align: center;
- line-height: 96rpx;
- color: #fff;
- font-size: 30rpx;
- background: #ff5344;
- border-radius: 0;
- font-weight: bold;
- margin: 20rpx;
- }
- .fixed-bar button.fixed-bar-btn::after {
- border: none;
- }
- .fixed-bar button[disabled].fixed-bar-btn {
- background:#ececec;
- color:#666;
- font-size: 28rpx;
- }
- .i-card {
- width: 710rpx;
- border-radius: 20rpx;
- background: #fff;
- box-shadow: 0 0 40rpx 0 rgba(0, 0, 0, 0.05);
- display: flex;
- flex-direction: column;
- overflow: hidden;
- }
- /**car item begin***/
- .checkbox .checkbox-disabled {
- width: 48rpx;
- height: 48rpx;
- margin-top: 2rpx;
- }
- .swiper-out-button-content {
- height: 100%;
- width: 140rpx;
- border-bottom: 1rpx solid #efefef;
- }
- .swiper-out-button-content:last-child {
- border: none;
- }
- .swiper-out-button-content .delete-btn {
- padding: 0;
- margin: 0;
- height: 100%;
- background: #ff5344;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- font-size: 28rpx;
- }
- .cart-item {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- padding: 40rpx 0;
- border-bottom: 1rpx solid #efefef;
- }
- .cart-item .cart-item-checkbox {
- width: 90rpx;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .cart-item-img {
- width: 180rpx;
- height: 180rpx;
- margin-right: 30rpx;
- position: relative;
- }
- .cart-item-img .i-class {
- width: 180rpx;
- height: 180rpx;
- }
- .cart-item-img .tip {
- width: 180rpx;
- height: 34rpx;
- color: #fff;
- font-size: 22rpx;
- line-height: 34rpx;
- text-align: center;
- position: absolute;
- bottom: 0;
- left: 0;
- background: rgba(0, 0, 0, 0.5);
- z-index: 100;
- }
- .cart-item-content {
- width: 380rpx;
- height: 180rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .cart-item-content .title {
- font-size: 26rpx;
- color: #444;
- line-height: 33rpx;
- margin-bottom: 10rpx;
- font-weight: bold;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: initial;
- white-space: normal;
- }
- .cart-item-content .title .tag {
- font-size: 18rpx;
- padding: 2rpx 4rpx;
- line-height: 1;
- background: #ff5344;
- color: #fff;
- border-radius: 5rpx;
- white-space: nowrap;
- margin-right: 5rpx;
- }
- .cart-item-content .cart-item-content-bottom {
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: relative;
- }
- .cart-item-content .cart-item-content-bottom .input-class {
- position: absolute;
- right: 0;
- bottom: 0;
- }
- .cart-item-content .spec {
- font-size: 22rpx;
- color: #aaa;
- line-height: 22rpx;
- margin-bottom: 10rpx;
- }
- .cart-item-content .sale-price {
- color: #ff5344;
- font-size: 20rpx;
- line-height: 20rpx;
- }
- .cart-item-content .sale-price span {
- font-size: 36rpx;
- line-height: 36rpx;
- margin-left: 4rpx;
- font-weight: bold;
- }
- .cart-item-content .delete-icon {
- position: absolute;
- right: 0;
- top: -10rpx;
- display: flex;
- align-items: center;
- font-size: 24rpx;
- line-height: 24rpx;
- color: #ff695c;
- padding: 20rpx;
- }
- .cart-item-content .delete-icon image {
- width: 18rpx;
- height: 18rpx;
- margin-right: 12rpx;
- }
- /**car item end**/
- .fixed-bar.isIpx {
- padding-bottom: calc(constant(safe-area-inset-bottom) + 45rpx);
- padding-bottom: calc(env(safe-area-inset-bottom) + 45rpx);
- }
- /* 满减 */
- .cart-item .piece-reduce {
- width: 650rpx;
- display: flex;
- align-items: flex-start;
- padding: 20rpx;
- box-sizing: border-box;
- background: #f9f9f9;
- border-radius: 64rpx;
- margin: 30rpx auto 0;
- font-size: 24rpx;
- line-height: 32rpx;
- color: #666;
- white-space: normal;
- }
- .cart-item .piece-reduce .tag-content {
- height: 32rpx;
- display: flex;
- align-items: center;
- }
- .cart-item .piece-reduce .tag {
- border-radius: 26rpx;
- height: 22rpx;
- padding: 0 8rpx;
- border: 1rpx solid #ffa49c;
- font-size: 20rpx;
- line-height: 22rpx;
- color: #ff5344;
- margin-right: 16rpx;
- white-space: nowrap;
- margin-top: 3rpx;
- font-weight: bold;
- }
- .diff-money {
- margin-right: 10rpx;
- color: #666;
- }
- .diff-money text {
- color: #ff5344;
- }
- .reduce-item+.normal-item {
- border-top: 30rpx solid #f6f6f6;
- }
- /* 20190306 */
- .fullreductionInfo {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 15rpx 20rpx;
- border-bottom: 2rpx solid #efefef;
- background-color: #fff;
- z-index: 100;
- }
- .fixed-bar .fullreductionInfo:first-child {
- box-shadow: 0 -2px 3px -1px #ccc;
- }
- .fullreductionInfo .fr-left {
- display: inline-block;
- margin-right: 20rpx;
- }
- .fullreductionInfo .fr-left .tag {
- font-size: 20rpx;
- line-height: 28rpx;
- padding: 0 8rpx;
- background: #ff5344;
- color: #fff;
- border-radius: 6rpx;
- white-space: nowrap;
- margin-right: 10rpx;
- font-weight: 500;
- }
- .fullreductionInfo .active-msg {
- font-size: 26rpx;
- /* line-height: 32rpx; */
- color: #666;
- /* margin-top: -1rpx; */
- }
- .fullreductionInfo .i-link {
- display: flex;
- align-items: center;
- flex: 1;
- font-size: 26rpx;
- /* line-height: 26rpx; */
- /* margin-top: 4rpx; */
- color: #ff5344;
- font-weight: 500;
- white-space: nowrap;
- }
- .fullreductionInfo .i-link .iconfont {
- font-size: 18rpx;
- margin-left: 6rpx;
- }
- .cart-item-img .tag {
- position: absolute;
- left: 0;
- bottom: 0;
- background:linear-gradient(to right, #ff5041, #ff994b);
- border-radius:0 14rpx 14rpx 0;
- padding:0 12rpx;
- height:30rpx;
- font-size:22rpx;
- line-height:30rpx;
- color:#fff;
- display:inline-block;
- align-items:center;
- justify-content:center;
- width:auto;
- max-width:180rpx;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap;
- }
- .cart-item-img .tag.pos-top {
- top: 0;
- bottom: initial;
- }
- /* 20190720 */
- .cart-tabs {
- display: flex;
- align-items: center;
- text-align: center;
- height: 88rpx;
- line-height: 88rpx;
- background: #fff;
- box-shadow: 0 0 3px 0px #ccc;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 105;
- }
- .cart-tabs.hasVip {
- top: 85rpx;
- }
- .cart-tabs-item {
- position: relative;
- flex: 1;
- }
- .cart-tabs-item.active {
- color: #ff5041;
- font-weight: bold;
- border-bottom: 2px solid #ff5041;
- }
- .h88 {
- height: 88rpx;
- }
- .h72 {
- height: 72rpx;
- }
- .vipprice {
- color: #964c00;
- font-size: 20rpx;
- padding: 2rpx 8rpx;
- border-radius: 6rpx;
- font-weight: bold;
- margin-left: 10rpx;
- background: linear-gradient(to right, #ffeea2, #ffe689);
- }
- .fixed-vip {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- padding: 10rpx 20rpx 20rpx;
- background: #fff;
- z-index: 100;
- box-shadow: 0 0 3px 0px #ccc;
- }
- .fixed-vip.hasVip {
- box-shadow: none;
- padding-bottom: 0;
- }
- .fixed-vip .vip {
- margin-top: 0;
- }
- /* 失效处理 */
- .invalid-head {
- padding: 0 30rpx;
- line-height: 90rpx;
- color: #999;
- border-bottom: 1rpx solid #efefef;
- font-size: 26rpx;
- }
- .invalid-card-group {
- box-shadow: none!important;
- }
- .invalid-head .iconfont {
- font-size: 28rpx;
- }
- .invalid-card-group .cart-item-content .title {
- color: #b0b0b0;
- }
- .invalid-tip {
- background: #c6c6c6;
- font-size: 20rpx;
- padding: 4rpx 8rpx;
- color: #fff;
- line-height: 1;
- border-radius: 6rpx;
- }
- .scroll-full {
- position: relative;
- overflow-x: auto;
- overflow-y: hidden;
- white-space:nowrap;
- margin-right: 5rpx;
- line-height: 34rpx;
- }
- ::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
- }
- .theader {
- padding: 28rpx 20rpx;
- border-bottom: 2rpx solid #efefef;
- }
|