orderDetail.wxss 2.6 KB
/* pages/my/orderDetail/orderDetail.wxss */

page {
  background-color: #f5f5f5;
}

.user_guide{
  font-size: 28rpx;
  color: #222;
}
.banner_box {
  height: 268rpx;
   background-image: url(http://hifresh.w.bronet.cn/assets/wxapp/bg@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; 
  /* background: linear-gradient(#FFBF44,#FFDA44); */
}

.banner_box {
  position: relative;
}

.state {
  position: absolute;
  top: 51rpx;
  right: 71rpx;
}

.wait_pay {
  font-size: 38rpx;
  font-weight: bold;
  color: #333;
}

.state_btn {
  display: flex;
  margin-top: 31rpx;
}

.pay {
  width: 140rpx;
  height: 50rpx;
  font-size: 24rpx;
  color: #222;
  background-color: #fff;
  border-radius: 25rpx;
  text-align: center;
  line-height: 50rpx;
}

.cancel_order {
  width: 140rpx;
  height: 50rpx;
  font-size: 24rpx;
  color: #333333;
  border-radius: 25rpx;
  text-align: center;
  line-height: 50rpx;
  border: 1rpx solid #949a9a;
  margin-left: 24rpx;
}

.content_item {
  padding: 0 26rpx;
}

.item_list {
  font-size: 24rpx;
  color: #222;
  background-color: #fff;
  border-radius: 16rpx;
  padding: 29rpx 32rpx 40rpx 32rpx;
  position: relative;
  margin-top: -55rpx;
  z-index: 5;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
}

.item_list1 {
  font-size: 24rpx;
  color: #222;
  background-color: #fff;
  border-radius: 16rpx;
  padding: 29rpx 32rpx 40rpx 32rpx;
  margin-top: 20rpx;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
}

.list_title {
  font-size: 30rpx;
  color: #222;
}

.expected_time {
  display: flex;
  margin-top: 41rpx;
}

.shipping_information {
  display: flex;
  margin-top: 33rpx;
}

.hint {
  color: #888;
  margin-right: 36rpx;
}
.hint2 {
  font-size: 22rpx;
  color: #888;

}

.content {
  margin-top: 40rpx;
}

.content_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30rpx;
}

.content_img {
  width: 100rpx;
  height: 100rpx;
}

.content_img image {
  width: 100%;
  height: 100%;
}

.content_detail {
  display: flex;
}

.num {
  color: #888;
}

.species {
  margin-left: 35rpx;
}

.more_box {
  color: #888;
  border-top: 1rpx solid #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24rpx;
  margin-top: 35rpx;
}

.icon-zhankai {
  font-size: 14rpx;
}

.total{
  font-size: 24rpx;
  color: #26363A;
  background-color: #fff;
  border-radius: 16rpx;
  padding: 25rpx 27rpx 25rpx 0rpx;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: flex-end;
}

.goods_detail{
  display: flex;
  justify-content: space-between;
  margin-bottom: 35rpx;
}
.bottom{
  margin-bottom: 0rpx;
}
.money{
  color: #5DC248;
}