shop_cart.wxss 1.6 KB
page {
  background: #F9F9F9;
  padding-bottom: 100rpx;
}
.no_login{
  font-size: 36rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ccc;
  margin-top: 200rpx;
  text-align: center;
}
.content {
  width: 100%;
  padding: 30rpx 32rpx;
  box-sizing: border-box;
  background: #f9f9f9;
}

.empty {
  font-size: 36rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ccc;
  margin-top: 200rpx;
  text-align: center;
}

.footer {
  width: 100%;
  height: 100rpx;
  padding: 0 32rpx;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(19, 26, 46, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .check_box {
  display: flex;
  align-items: center;
}

.footer .check_box .check {
  width: 36rpx;
  height: 36rpx;
  padding: 20rpx 20rpx 20rpx 0;
}

.footer .check_box .text {
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(19, 26, 46, 1);
}

.tips_info text:first-child {
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
  margin-right: 20rpx;
}

.tips_info text:last-child {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #f20000;
}

.submit {
  padding: 14rpx 26rpx 14rpx 40rpx;
  background: rgba(242, 0, 0, 1);
  border-radius: 34rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}