firm_order1.wxss 3.8 KB
/* pages/kind/firm_order1/firm_order1.wxss */
page{
 background: #F7F7F7;
}
.container{
 position: relative;
}
.header{
 width:100%;
 height:280rpx;
 background:#6EAC3D;
}
.order_box{
 position: absolute;
 width:688rpx;
 height:820rpx;
 top:57rpx;
 left:0;
 right:0;
 margin: auto;
 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{
 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;
 border-bottom:1px solid #F5F5F5;
}
.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{
 margin-top:32rpx;
 display: flex;
}
.detail_txt{
 width:100%;
 margin-left:16rpx;
}
.detail_pic_txt{
 width:144rpx;
 height:28rpx;
 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{
 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;
 align-items: center;
 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);
}
/* 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%);
}