123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- /* pages/MaterialFlowInfo/MaterialFlowInfo.wxss */
- /* wuliu */
- page{
- background: #f7f7f7;
- }
- .flex-row{
- display: flex;
- align-items: center;
- top: -20rpx;
- }
- .isorder-info{
- position: fixed;
- }
- .con1{
- width: 700rpx;
- background: #04358D;
- box-shadow: 0px 5rpx 18rpx 3rpx rgba(176, 176, 176, 0.06);
- border-radius: 20rpx;
- margin: 40rpx 25rpx;
- padding: 26rpx 25rpx ;
- box-sizing: border-box;
- }
- .order_icon{
- width: 150rpx;
- height: 120rpx;
- }
- .w_text{
- margin-left: 30rpx;
- color: #fff;
- font-size:25rpx;
- }
- .item{
- margin-bottom: 20rpx;
- }
- .item:last-child{
- margin-bottom: 0;
- }
- .con4{
- width: 700rpx;
- background: #FFFFFF;
- box-shadow: 0px 5rpx 18rpx 3rpx rgba(176, 176, 176, 0.06);
- border-radius: 20rpx;
- margin: 40rpx 25rpx;
- padding: 26rpx 25rpx 56rpx ;
- box-sizing: border-box;
- }
- .con4_top1{
- text-align: center;
- font-size: 32rpx;
- font-weight: 500;
- color: #333333;
- margin-bottom: 35rpx;
- }
- .con4_top2{
- font-size: 24rpx;
- color: #666;
- margin-bottom: 42rpx;
- }
- .con4_img{
- width: 25rpx;
- height: 28rpx;
- }
- .chek_img{
- width:100rpx;
- height:100rpx;
- border-radius: 6rpx;
- }
- .con4_top3{
- margin-bottom: 53rpx;
- position: relative;
- }
- .con4_top3:last-child{
- margin-bottom:0
- }
- .con4_icon{
- position: absolute;
- left: 0rpx;
- top: 0rpx;
- }
- .con4_text{
- font-size: 22rpx;
- font-weight: 400;
- color: #666666;
- /* border-left: 2rpx solid #c9c9c9; */
- padding-left: 51rpx;
- margin-left: 23rpx
- }
- .con4_time{
- font-size: 28rpx;
- font-weight: 500;
- color: #04358D;
- }
- .con4_icon1{
- position: absolute;
- left: 0rpx;
- top: 0rpx;
- }
- .line{
- width: 2rpx;
- height: 98rpx;
- background: #999999;
- position: absolute;
- top: -100rpx;
- left: 25rpx;
- }
- .text{
- font-size: 22rpx;
- font-weight: 400;
- color: #666666;
- }
- .no{
- font-size: 28rpx;
- font-weight: 500;
- color: #666666;
- }
- .container-map-box {
- position: relative;
- }
- .map-box {
- width: 100%;
- position: fixed;
- top: 260rpx;
- }
- .movable-style {
- position: absolute;
- width: 702rpx;
- top: 400rpx;
- background-color: aqua;
- height: 400rpx;
- margin-left: 24rpx;
- }
- .flow-info-box {
- position: absolute;
- width: 702rpx;
- top: 400rpx;
- margin-left: 24rpx;
- background-color: #fff;
- width: 702rpx;
- height: 1200rpx;
- border-radius:20rpx;
- z-index: 100;
- }
- .update-info{
- text-align: right;
- margin-right: 20rpx;
- margin-top: 20rpx;
- font-size: 26rpx;
- font-weight: 500;
- color: #3070e7;
- }
|