addressmanager.wxss 3.9 KB
/* @import '../../template/template.wxss'; */

page{
  background: #F4F4F4;
}
.container{
  width:100%;
  padding:0 29rpx 390rpx;
  box-sizing: border-box
}
.touch-item {
 font-size: 14px;
 display: flex;
 /* //均匀排布每个元素 */
 justify-content: space-between;
 /* border-bottom:1px solid #ccc; */
 width: 100%;
 overflow: hidden;
 
 box-sizing: border-box
}
.content {
 width: 100%;
 padding: 10px;
 line-height: 22px;
 margin-right:0;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 -webkit-transform: translateX(90px);
 transform: translateX(90px);
 margin-left: -90px;
}
.del {
 background-color: #F3704B;
 width: 127rpx;
 height:126rpx;
border-radius:10px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 color: #fff;
 -webkit-transform: translateX(90px);
 transform: translateX(90px);
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 margin-top:20rpx;

}
.touch-move-active .content,
.touch-move-active .del {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}

/* 购物车列表 */
.cartkong{
  margin-bottom:260rpx;
}
.shopcarlsit{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width:691rpx;
  /* height:126rpx; */
  background:rgba(255,255,255,1);
  border-radius:10rpx;
  /* padding: 50rpx 40rpx 20rpx; */
  box-sizing: border-box;
  margin-top:20rpx;
}

.selectimg{
  width:38rpx;
  height:38rpx;
  font-size: 0;
  margin-right:63rpx;

}
.selectimg image{
  width:100%;
  height:100%;
}
.shopitemimg{
  width:126rpx;
  height:149rpx;
  font-size: 0
}
.shopitemimg image{
  width:100%;
  height:100%;
}
.reduceimg{
  width:25rpx;
  height:4rpx;
  font-size: 0
}
.addimg{
  width:25rpx;
  height:25rpx;
  font-size: 0
}
.addimg image,.reduceimg image{
  width:100%;
  height:100%;
}
.shopremainnum{
  padding: 3rpx 14rpx;
  box-sizing: border-box;
  background: #D9D9D9;
  color:#707070;
  font-size: 24rpx;
  border-radius:20rpx;
  text-align: center;
  margin-top:5rpx;

}
.shopcarname{
  width:340rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#333;
  font-size: 28rpx;
  font-weight: 400;
  line-height: 1;
}
.shopcarcolor{
  color:#707070;
  font-size: 22rpx;
  margin-top:10rpx;
}
.shopcarprice{
  color:#15276D;
  font-size: 36rpx;
  margin-top:20rpx;
  line-height: 1
}
.shopcarnum{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-left:100rpx;
  line-height: 1;
  margin-top:20rpx;
  
}
.carnum{
  color:#15276D;
  font-size: 24rpx;
  padding: 0 20rpx;
}
.shopcarplace{
 display:flex;
}
.backbottom{
  height:230rpx;
  background: #F4F4F4;
  position: fixed;
  bottom:100rpx;
  left:0;
  right:0;
}
.sunbottom{
  width:691rpx;
  height:115rpx;
  background: #fff;
  border-radius:10rpx;
  margin:0 auto 0;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40rpx;
  box-sizing: border-box;
  
  /* margin-bottom:178rpx; */
}
.selectname{
  display:flex;
  align-items: center
}
.allname{
  color:#707070;
  font-size: 24rpx;
  margin-left:15rpx;
}
.totalname{
  color:totalname;
  font-size: 24rpx;
}
.totalmonet{
  color:#333333;
  font-size: 40rpx;
  margin-left:10rpx;
}
.gosub{
  width:148rpx;
  height:54rpx;
  background:linear-gradient(95deg,rgba(14,166,212,1),rgba(23,69,149,1));
  border-radius:27rpx;
  color:#FFFFFF;
  font-size: 24rpx;
  text-align: center;
  line-height: 54rpx;
}
/* 购物车空 */
.cartimg{
  width:217rpx;
  height:217rpx;
  font-size: 0;
  margin: 240rpx auto 0;
}
.cartimg image{
  width:100%;
  height:100%
}
.cartname{
  color:#707070;
  font-size: 36rpx;
  text-align: center;
  margin-top:40rpx;
}

/* 地址列表 */
.addressmanagename{
  font-size: 30rpx;
  color:#333;
}

.addtel{
  color:#707070;
  font-size: 24rpx;
}
.addressdetail{
  color:#333333;
  font-size: 23rpx;
}
.addeditimg{
  width:36rpx;
  height:36rpx;
  font-size: 0
}
.addeditimg image{
  width:100%;
  height:100%;
}
.addressimgright{
  display:flex;
  align-items: center
}