cart_wk.wxss 5.41 KB
.bdr_t-14 {
	border-top-left-radius: 14rpx;
	border-top-right-radius: 14rpx;
}
.bdr_b-14 {
	border-bottom-left-radius: 14rpx;
	border-bottom-right-radius: 14rpx;
}
.bdr14 {
	border-radius: 14rpx;
}
.mgt20 {
	margin-top: 20rpx;
}
.shadow {
	box-shadow: 0 4rpx 12px #e7e9eb;
}
.shadow-1 {
	box-shadow: 16rpx 0px 12px #e7e9eb;
}

page {
	background-color: #F0F0F0;
	padding: 0 22rpx;
	box-sizing: border-box;
}

.user-mes {
    position: relative;
    background-color: #fff;
    font-size: 32rpx;
    color: #444;
		/* margin-top: 28rpx; */
		border-radius: 14rpx;
}
.user-contact {
    padding: 24rpx 26rpx;
    font-weight: 600; 
}
 
.location {
    position: relative;
    padding: 0 70rpx 24rpx;
}

.pos-icon {
    position: absolute;
    left: 28rpx;
    top: 6rpx;
    width: 30rpx;
    height: 36rpx;
}

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

.update-logistics {
    position: absolute;
    right: 0;
    top: 0;
    width: 80rpx;
    height: 100%;
    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: 0 26rpx;
	/* border-bottom: 2rpx solid rgb(238, 238, 238); */
	margin-top: 20rpx;
	align-items: center;
}

.t_img {
	display: block;
  width: 50rpx;
  height: 50rpx;
	margin-left:-6rpx;
}

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

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

.center .cen_img {
  width: 200rpx;
  height: 200rpx;
	border-radius: 14rpx;
	overflow: hidden;
	flex-shrink: 0;
}

.center .cen_img image {
	display: block;
  width: 100%;
  height: 100%;
}

.details-container {
	display: flex;
	padding-left:20rpx;
	flex:1;
	flex-direction: column;
	justify-content: space-between;
}

.center .cen_name {
  height: 120rpx;
  font-size: 30rpx;
}

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

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

.quhou {
	box-sizing: border-box;
  background-color: white;
  border-bottom: 2rpx solid #eee;
  font-size: 28rpx;
  height: 92rpx;
  display: flex;
	align-items: center;
	padding: 0 26rpx;
}

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

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

.quhou .qu_fs .qu_wz {}

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

.chentuan .ct_one {
  /* height: 40rpx; */
  /* margin-bottom: 10rpx; */
  display: flex;
	line-height: 60rpx;
	font-size: 30rpx;
  /* 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; */
	
	height: 94rpx;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background-color: white;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30rpx;
}

.zf view{
  display: inline-block;
}

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

.zf_btn {
  /* color: white;
  background-color: #c4182e;
  font-size: 28rpx;
  width: 170rpx;
  text-align: center;
  line-height: 80rpx; */
	/* float: right;
	width: 200rpx;
	height: 100rpx;
	line-height: 100rpx;
	text-align: center;
	font-size: 30rpx;
	color: #fff;
	background-color: #f23030; */
	color: white;
	background-color: #FE4445;
	height: 72rpx;
	line-height: 72rpx;
	padding: 0 42rpx;
	border-radius: 36rpx;
	margin-left: 0;
	margin-right: 0;
}

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

/*----------nyf新增,地址---------*/
.add_new{
	box-sizing: border-box;
	height: 92rpx;
	padding: 0 26rpx;
	display: flex;
	align-items: center;
	/* 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:0 26rpx;
  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;}