123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- @import "../../wxParse/wxParse.wxss";
- .image {
- width: 100%;
- height: 100%;
- }
- .cart-edit-wrap {
- padding: 15rpx;
- }
- .cart-tab-item-btn {
- width: 160rpx;
- display: block;
- height: 100rpx;
- line-height: 100rpx;
- font-size: 30rpx;
- background: linear-gradient(to right, #fa1e8c 0, #fc1e56 100%);
- color: #fff;
- float: right;
- text-align: center;
- }
- .cart-tab-item {
- width: 75%;
- }
- .cart-tab-item_1{
- width: 25%;
- }
- .cart-tab-wrp {
- height: 100rpx;
- position: fixed;
- bottom: 0rpx;
- background: #fff;
- border-top: 1rpx solid #ddd;
- display: flex;
- flex-direction: row;
- width: 100%;
- z-index: 10;
- color: black;
- }
- .cart-tab-item {
- overflow: hidden;
- /* line-height: 100rpx; */
- }
- .cart-tab-item .cart-item-total-price {
- /* float: left; */
- }
- .cart-item-total {
- padding-left: 30rpx;
- }
- .cart-item-total-price {
- /* color: #ff495e; */
- /* text-align: center; */
- margin-left: 15rpx;
- }
- .cart-item-total-price em {
- display: block;
- }
- .cart-item-icon-wrp {
- width: 110rpx;
- height: 90rpx;
- position: absolute;
- top: -4rpx;
- }
- .cart-item-icon {
- width: 90rpx;
- height: 90rpx;
- }
- .dish-item {
- width: 100%;
- padding: 26rpx 20rpx;
- border-bottom: 1rpx solid #eee;
- position: relative;
- background: #fff;
- box-sizing: border-box;
- }
- .dish-item-radio {
- padding: 20rpx 0;
- }
- .dish-item-wrp {
- flex-direction: row;
- }
- .dish-item-pic {
- width: 100%;
- margin-left: 12rpx;
- }
- .dish-item-pic image {
- width: 180rpx;
- height: 180rpx;
- margin: 0 auto;
- background: #fff;
- border: 1rpx solid #eee;
- }
- .dish-item-info {
- padding-left: 16rpx;
- /* margin-right: 15px; *//* width: 68%; */
- }
- .dish-item-info .goods-name {
- height: 80rpx;
- }
- .dish-item-sales {
- color: #ccc;
- font-size: 20rpx;
- line-height: 50rpx;
- }
- .dish-item-money {
- color: #ff495e;
- font-size: 32rpx;
- /* padding: 0 0 10rpx 0; */
- }
- .wx-goods_price {
- overflow: hidden;
- }
- .flow-dete {
- position: absolute;
- bottom: 25rpx;
- right: 30rpx;
- }
- .flow-dete .icon-lajixiang {
- color: #777;
- font-size: 34rpx;
- }
- .flow-btn-min {
- background: #fff;
- border: 1rpx solid #ccc;
- height: 30px;
- line-height: 30px;
- font-size: 28rpx;
- width: 200rpx;
- margin: 0 auto;
- border-radius: 5px;
- text-align: center;
- color: #777;
- margin-top: 25rpx;
- }
- .select-number {
- width: 202rpx;
- height: 52rpx;
- flex-direction: row;
- border: 1rpx solid rgb(231, 231, 231);
- border-radius: 5rpx;
- }
- .select-number .default {
- float: left;
- width: 60rpx;
- height: 52rpx;
- line-height: 48rpx;
- padding: 0;
- background: #fff;
- color: #444;
- font-size: 40rpx;
- border-radius: unset;
- }
- .select-number .disabled {
- background: #f7f7f7;
- color: #ddd;
- }
- .select-number button:after {
- content: none;
- border: none;
- }
- .select-number input {
- float: left;
- width: 80rpx;
- height: 52rpx;
- line-height: 52rpx;
- border-right: 1rpx solid #eee;
- border-left: 1rpx solid #eee;
- text-align: center;
- font-size: 28rpx;
- color: #444;
- }
|