gouwuche.wxss 2.8 KB
page {
  background: #f5f5fa;
}

.gouwuche {
  color: #141414;
  font-size: 40rpx;
  font-weight: bold;
  padding: 34rpx 23rpx 10rpx 23rpx;
  box-sizing: border-box;
}

.gouwuitem {
  padding: 34rpx 46rpx 34rpx 18rpx;
  box-sizing: border-box;
  background: #fff;
  width: 702rpx;
  margin: 28rpx auto 0;
  border-radius: 28rpx;
  display: flex;
  align-items: center;
}

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

.kaimoney {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:10rpx;
}

.gouitemleft {
  width: 22rpx;
  height: 22rpx;
  font-size: 0;
}

.goumairight {
  flex: 1;
  margin-left: 40rpx;
}

.shanimg {
  width: 26rpx;
  height: 31rpx;
  font-size: 0;
}

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

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

.goumaishuleft {
  width: 44rpx;
  height: 31rpx;
  border: 1rpx solid #f5f5f5;
  border-top-left-radius: 16rpx;
  border-bottom-left-radius: 16rpx;
  text-align: center;
  line-height: 31rpx;
  border-right: none;
  color: #141414;
  font-size: 24rpx;
}

.goumaishumiddle {
  width: 161rpx;
  height: 31rpx;
  line-height: 31rpx;
  border: 1rpx solid #f5f5f5;
  text-align: center;

  color: #141414;
  font-size: 24rpx;
  border-right: none;
  display:flex;
  align-items: center
}
.goumaishumiddle input{
  /* height:31rpx!important;
  min-height:31rpx!important;
  line-height: 31rpx;
  border:none;
  outline:none;
  display:flex;
  align-items: center */
}
.goumaishuright {
  width: 44rpx;
  height: 31rpx;
  border: 1rpx solid #f5f5f5;
  text-align: center;
  line-height: 31rpx;
  border-right: none;
  color: #141414;
  font-size: 24rpx;
  border-top-right-radius: 16rpx;
  border-bottom-right-radius: 16rpx;
}

.goumiddletop {
  color: #141414;
  font-size: 26rpx;
  margin-top: 10rpx;
}

.singleprice {
  color: #e60000;
  font-size: 26rpx;
}
.gouwubox{
  padding-bottom: 200rpx;
}

.orderfoot {
  position: fixed;
  bottom: 0;
  left: 0;
}

.orderfoottop {
  width: 750rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31rpx 42rpx;
  box-sizing: border-box;
  background: #e9e9e9;
}

.footleft {
  display: flex;
  align-items: center;
}
.footleftimg{
  width:22rpx;
  height:22rpx;
  font-size: 0
}
.quanxuan{
  color:#141414;
  font-size: 26rpx;
  margin-left:20rpx;
}
.footright{
  color:#DA0000;
  font-size: 24rpx;
}
.orderbottom{
    width:750rpx;
    height:88rpx;
    background: #2781FB;
    color:#fff;
    font-size: 24rpx;
    text-align: center;
    line-height: 88rpx;
    
}

.cartkongimg{
  width:399rpx;
  height:491rpx;
  font-size: 0;
  margin:179rpx auto 0;

}
.konggou{
  color:#141414;
  font-size: 32rpx;
  text-align: center;
  margin-top:57rpx;
}