firm_order1.wxss 5.6 KB
/* pages/kind/firm_order1/firm_order1.wxss */
@import '../../../iconfont/iconfont.wxss';
.icon-jiantou-copy{
  font-size:35rpx;
  color:#fff;
  transform:rotate(180deg);
  /* font-weight: bold; */
   
}
page {
  background: #f7f7f7;
}

.container {
  position: relative;
}

.header {
  width: 100%;
  height: 280rpx;
  background: #6eac3d;
}

.order_box {
  position: absolute;
  width: 688rpx;
  top: 57rpx;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 180rpx;
  background: white;
}

.o_top {
  width: 100%;
}

.o_topIn {
  display: flex;
  padding: 80rpx 32rpx 0;
}

.o_namePhone {
  display: flex;
  margin-top: 4rpx;
}

.o_text {
  width: 100%;
  margin-left: 16rpx;
}

.o_topImg image {
  width: 96rpx;
  height: 96rpx;
}

.o_namePhone .name {
  width: 180rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 34rpx;
  font-family: PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}

.o_namePhone .phone {
  font-size: 34rpx;
  margin-left: auto;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.address {
  margin-top: 8rpx;
  font-size: 22rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}

.o_right {
  width: 28rpx;
  height: 42rpx;
  margin: 26rpx 0 0 20rpx;
}

.o_top_bottom {
  width: 688rpx;
  height: 6rpx;
}

.o_body_case {
  padding: 30rpx;
}

.title_icon {
  width: 32rpx;
  height: 32rpx;
}

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

.title {
  display: flex;
  padding-bottom: 24rpx;
}

.title_txt {
  font-size: 34rpx;
  margin: 2rpx 0 0 18rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.goods_detail_pic {
  position: relative;
}

.detail_pic2 {
  width: 144rpx;
  height: 144rpx;
}

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

.goods_detail {
  padding-top: 32rpx;
  display: flex;
  margin-bottom: 30rpx;
  border-top: 1px solid #f5f5f5;
}

.detail_txt {
  width: 100%;
  margin-left: 16rpx;
}

.detail_pic_txt {
  width: 144rpx;
  height: 28rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  background: #fac8c8;
  font-size: 20rpx;
  text-align: center;
  line-height: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.txt1 {
  display: flex;
}

.txt1_name {
  width: 250rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
}

.txt1_price {
  margin-left: auto;
  font-size: 28rpx;
  font-family: DIN 1451 Std Mittelschrift;
  font-weight: 400;
  color: rgba(255, 0, 0, 1);
}

.txt2 progress {
  width: 320rpx;
  color: #b5de96;
  margin-top: 24rpx;
}

.txt2 {
  display: flex;
}

.order {
  font-size: 24rpx;
  margin-top: 22rpx;
  margin-left: auto;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}

.txt3 {
  font-size: 22rpx;
  font-family: PingFang SC;
  font-weight: 400;
  margin-top: 10rpx;
  color: rgba(204, 204, 204, 1);
}

.freight {
  display: flex;
  margin-top: 34rpx;
  padding-bottom: 24rpx;
  border-bottom: 1px solid #f5f5f5;
}

.freight_1, .freight_2 {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}

.freight, .freight_2 {
  font-weight: normal;
  margin-left: auto;
  font-family: DIN 1451 Std Engschrift;
}

.othor {
  margin-top: 44rpx;
}

.othor1 {
  display: flex;
  margin-bottom: 16rpx;
}

.othor1_name {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.othor1_con {
  font-size: 26rpx;
  margin-left: auto;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}

.othor1_con2 {
  width: 330rpx;
  height: 60rpx;
  font-size: 26rpx;
  margin-left: auto;
  font-family: PingFang SC;
  font-weight: 400;
  margin-top: 6rpx;
  color: rgba(153, 153, 153, 1);
}

/* footer */

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 102rpx;
  margin-top: 102rpx;
  background: white;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.07);
}

.footer_in {
  height: 102rpx;
  display: flex;
  align-items: center;
}

.f_txt1 {
  margin-left: 36rpx;
}

.f_txt2 {
  margin-left: 40rpx;
}

.f_txt1, .f_txt2 {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.footer .f_txt3 {
  font-size: 28rpx;
  font-family: DIN 1451 Std Mittelschrift;
  font-weight: 400;
  color: rgba(255, 0, 0, 1);
}

.f_btn {
  width: 318rpx;
  height: 102rpx;
  margin-left: auto;
  font-size: 34rpx;
  text-align: center;
  line-height: 102rpx;
  font-family: PingFang SC;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  background: linear-gradient(145deg, rgba(181, 222, 150, 1) 0%, rgba(169, 209, 33, 1) 100%);
}
.shouhuo{
  font-size: 30rpx;
  color:#999;
  margin-top:27rpx;
}
/* 高度的设置 */

.nav {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  background: #6EAC3D
}

.nav-title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-family: PingFang-SC-Medium;
  font-size: 28rpx;
  letter-spacing: 2px;
  color:#fff;
}

.nav .back {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  
}

.bg-white {
  background-color: #6EAC3D;
}

.bg-gray {
  background-color: #f7f7f7;
}

.overflow {
  overflow: auto;
}

.hidden {
  overflow: hidden;
}
.rowback{
    width:15rpx;
    height:27rpx;
    font-size: 0;
   margin:79rpx 0 0 30rpx;
    transform:rotate(180deg)
}
.rowback image{
  width:100%;
  height:100%;
}