cart_wk.wxss 4.01 KB
/* pages/cart/cart_wk/cart_wk.wxss */

.user-mes {
  position: relative;
  background-color: #fff;
  font-size: 30rpx;
  color: #444;
}
.user-contact {
  padding: 24rpx 80rpx;
}

.location {
  position: relative;
  padding: 0 80rpx 24rpx;
}

.pos-icon {
  position: absolute;
  left: 30rpx;
  top: 0;
  width: 32rpx;
  height: 32.5rpx;
}

.border-img {
  width: 100%;
  height: 16rpx;
}

.update-logistics {
  position: absolute;
  right: 0;
  top: 0;
  width: 80rpx;
  height: 148rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-rigth {
  width: 32rpx;
  height: 32rpx;
}

.order-meg {
  margin-bottom: 20rpx;
  font-size: 28rpx;

}

.order-detail {
  padding: 30rpx 0;
  border-bottom: 1px solid #ddd;
  color: #777;
  min-height: 100rpx;
  background-color: #fff;

}

.top {
 
 background-color: white;
height: 40px;
display: flex;
padding: 10rpx 0 0 0;
border-bottom: 2rpx solid rgb(238, 238, 238);
margin-top: 10rpx;

}

.t_img image {
  width: 70rpx;
  height: 70rpx;
}

.t_wz {
  font-size: 30rpx;
  font-weight: bold;
  color: rgb(0, 0, 0);
  line-height: 65rpx;
  margin-left: 18rpx;
}

.center {
  background-color: white;
  width: 100%;
  min-height: 80rpx;
  display: flex;
  padding: 24rpx 140rpx 24rpx 20rpx;
  border-bottom: 2rpx solid #eee;
}

.center .cen_img {
  width: 120rpx;
  height: 120rpx;
}

.center .cen_img image {
  width: 120rpx;
  height: 120rpx;
}

.center .cen_name {
  height: 120rpx;
  width: 370rpx;
  font-size: 30rpx;
  padding-left: 10rpx;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowraps
}

.center .cen_jg {
  color: #c4182e;
  font-size: 32rpx;
  width: 200rpx;
  height: 40rpx;
  text-align: right;
}

.center .cen_jg .cen_sl {
  color: black;
  font-size: 26rpx;
  width: 200rpx;
  height: 38rpx;
}

.quhou {
  background-color: white;
  border-bottom: 2rpx solid #eee;
  font-size: 28rpx;
  min-height: 70rpx;
  display: flex;
  padding-top: 20rpx;
}

.quhou .qu_fs {
  font-size: 30rpx;
  display: flex;
  height: 60rpx;
  margin-left: 25rpx;
  line-height: 62rpx;
}

.quhou .qu_fs image {
  width: 34rpx;
  height: 34rpx;
  margin-right: 18rpx;
  vertical-align: center;
  position: relative;
  top:14rpx
}

.quhou .qu_fs .qu_wz {}

.chentuan {
  width: 100%;
  min-height: 90rpx;
  background-color: white;
  padding: 20rpx 10rpx;
  margin-top: 20rpx;
  font-size: 28rpx;
}

.chentuan .ct_one {
  height: 40rpx;
  margin-bottom: 10rpx;
  display: flex;
  width: 708rpx;
}

.chentuan .ct_one .ct_one_left {
  margin-left: 10rpx;
}

.chentuan .ct_one .ct_one_right {
  text-align: right;
  width: 200rpx;
}

.redwz {
  color: #c4182e;
}

.zf {
  background-color: white;
  width: 100%;
  min-height: 80rpx;
  line-height: 80rpx;
  font-size: 30rpx;
  position: fixed;
  bottom: 0;
  text-align: right;
}

.zf view{
  display: inline-block;
}

.zf .zf_left {
  text-align: right;
  margin-right: 20rpx;
}

.zf .zf_btn {
  color: white;
  background-color: #c4182e;
  font-size: 28rpx;
  width: 170rpx;
  text-align: center;
  line-height: 80rpx;
}

.zf .zf_left .zf_left_red {
  color: #c4182e;
}

/*----------nyf新增,地址---------*/
.add_new{height: 60rpx; line-height: 60rpx;}
.addr_jia{width: 45rpx; height: 45rpx; border: 1rpx solid #ddd;
  margin-right: 15rpx; margin-left: 20rpx; vertical-align: middle;}
.yu_er{margin-left: 15rpx;} .wuliu{margin-left: 20rpx;}


.use-item{
  display: flex;
  align-items: center;
  height: 92rpx;
  border-bottom: 1px solid #ddd;
  font-size: 30rpx;
  padding-left: 20rpx;
  background: #fff;
}
.use-item>view{
  display: flex;margin-right: 20rpx;
}
.use-item.bfff{ background-color: #fff;}
.use-item .dp{width: 56rpx; height: 56rpx;}

.pay_type_view{width: 500rpx;height: 220rpx; position: fixed; background: #fff;z-index: 12;
 left: 50%; margin-left: -250rpx; top: 50%; margin-top: -110rpx; text-align: center; border-radius: 12rpx;}
 .pay_type_view .title{ height:100rpx; line-height: 100rpx; border-bottom: 1rpx solid #ededed;}
.anniu_view{display: flex;height: 120rpx; line-height: 120rpx;}
.anniu_view>view{width: 50%; border-right:1rpx solid #ededed;}