shopping.css 2.7 KB
.LeftTop {
	color: #646566;
	font-size: 26rpx;
}

.content {
	background-color: #F7F8FA;
	min-height: 100vh;
	position: relative;
}

.Toptt {
	padding: 26rpx 32rpx 0 32rpx;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.LeftTopgl {
	color: #323233;
	font-size: 32rpx;
	font-weight: bold;
}

.LeftTopwc {
	color: #323233;
	font-size: 32rpx;
	font-weight: bold;
}

.jian {
	color: #323233;
	margin: 27rpx 16rpx;
}

.jia {
	color: #323233;
	margin: 16rpx;
}

.shuliang {
	color: #333333;
	font-size: 28rpx;
	margin: 10rpx 16rpx;
}

.moneyBiao {
	color: #F85317;
	font-size: 24rpx;
	margin-right: -4rpx;
}

.money {
	color: #F85317;
	font-size: 34rpx;
}

.bianOne {
	height: 56rpx;
	background: #f2f3f5;
	border-radius: 8rpx;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56rpx;
}

.bianTwo {
	height: 56rpx;
	background: #f2f3f5;
	border-radius: 8rpx;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 4rpx;
	width: 56rpx;
}

.bianThree {
	height: 56rpx;
	background: #f2f3f5;
	border-radius: 8rpx;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56rpx;
}
.goodNum{
	padding: 4rpx 10rpx;
	box-sizing: border-box;
	border: 2rpx solid #c8c9cc;
	border-radius: 8rpx;
	color: #323233;
	font-size: 28rpx;
}
.onList {
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	margin: 24rpx 32rpx;
	border-radius: 24rpx;
	height: 236rpx;
}

.guige {
	color: #969799;
	font-size: 26rpx;
}

.TitText {
	max-width: 288rpx;
	overflow: hidden;
	text-overflow: ellipsis;
}

.title {
	color: #323233;
	font-size: 28rpx;
	white-space: nowrap;
}

.TitMoney {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.onAll {
	display: flex;
	align-items: center;
}

.onSel {
	margin: 0 26rpx;
}

.select {
	color: #646566;
	font-size: 26rpx;
	margin-left: 10rpx;
}

.BtnMoney {
	color: #F85317;
	font-size: 26rpx;
	margin: 0 16rpx;
}

.jiesuan {
	color: #FFFFFF;
	font-size: 26rpx;
}

.JieBox {
	width: 160rpx;
	height: 68rpx;
	background: linear-gradient(135deg, #ff4427, #ff793f);
	border-radius: 8rpx;
	display: flex;
	align-items: center;
	justify-content: center;
}

.heji {
	color: #323233;
	font-size: 26rpx;
}

.BtnJie {
	height: 96rpx;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 32rpx;
}

.BtnDw {
	position: fixed;
	width: 100%;
	bottom: 0;
}

.selBox {
	display: flex;
	align-items: center;
}

.selBox image {
	width: 32rpx;
	height: 32rpx;
}

.del {
	color: #FA4936;
	font-size: 26rpx;
	margin: 12rpx 48rpx;
}

.DelBox {
	border: 1px solid #fa4936;
	border-radius: 8rpx;
	display: flex;
	align-items: center;
	justify-content: center;
}