75 lines
2.4 KiB
Plaintext
75 lines
2.4 KiB
Plaintext
|
|
.dizhi{ margin-left: 10px;
|
|
min-height: 15px;
|
|
overflow: hidden;
|
|
align-items: center;
|
|
padding-right: 25px;}
|
|
.person{justify-content: space-between;margin-bottom:5px}
|
|
.address{font-size: 12px;}
|
|
.addressrow{background-color:#fff;justify-content: space-between;display:flex;padding:40rpx 26rpx 40rpx 20rpx}
|
|
.shop-row{ margin-left: 10px;
|
|
min-height: 15px;
|
|
overflow: hidden;
|
|
align-items: center;
|
|
padding-right: 25px;}
|
|
.goods-li{
|
|
background-color: #fff;
|
|
padding: 10px 12px;
|
|
box-sizing: border-box;
|
|
}
|
|
.goods-li image{
|
|
width: 70px ! important;
|
|
height: 70px;
|
|
}
|
|
.goods-li .fr{ flex: 0 0 calc(100% - 110px);
|
|
margin-left:10px;
|
|
justify-content: space-between;}
|
|
.fr-t{justify-content: space-between;}
|
|
.info{
|
|
line-height: 40rpx;
|
|
height: 80rpx;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.goods-li .price{display: flex;
|
|
justify-content: space-between;}
|
|
.goods-li .rowbox {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
.buy_g_num {
|
|
position: absolute;
|
|
background-color: #ffffff;
|
|
border: 1px solid #fe5047;
|
|
color: #fe5047;
|
|
font-size: 24rpx;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
right: -12rpx;
|
|
top: -18rpx;
|
|
}
|
|
.tj{position: fixed;width: 100%;left: 0;background: #fff;height: 90rpx;bottom: 0;}
|
|
.tj .lr{width:100%}
|
|
.tj .w96{height:120rpx ;justify-content: space-between;}
|
|
.tj .zj{
|
|
padding-right: 20px;
|
|
line-height: 45px;
|
|
text-align: right;}
|
|
.tj .fsz28 {color: #e31712;}
|
|
.tj .price {color: #e31712;font-size:16px}
|
|
.submitorder{width:300rpx;height: 90rpx;font-size:14px;color:#fff;border-radius: 0px;background: #fe4038;text-align: center;line-height: 90rpx;color: #fff;}
|
|
.hs-textarea {
|
|
padding: 0 26rpx 20rpx;
|
|
}
|
|
.top-line{ width: 100%;
|
|
height: 6rpx;
|
|
background-color: #fff;
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWMAAAADCAYAAABGQW4PAAAAAXNSR0IArs4c6QAAASRJREFUWEftVEFOAkEQrN5lhYS46h8MeoEzNy58wJBNkH9I4j5gN4F/EBKiL/AiR4+cwE+IJCasuDSZmxoz05G9bNJzm6Sma6qruimL6k3iyhyEcxx9eHUy21xLysSTrAV4z4XwMlbJIBDxmr9lvXqLqFIMN1SzzW/1WTINFoxm29nAMs4zA4/pbdD7Lo62UXjpgV4AXDhVOwAEjIPZ+1BSJ57mI/D+ToJ1YsgbJ31fxGtq7aKzEQOFcKtmuzvqszO9doBm29nAEs7zG1PeTvu11x/L2Fy2N6cN3/dSJnQBhE71fwEYa+avTvXhYyF5H092SxCuJFgrhrEG9p1kUBXxmlqfUbgEqBBu1exYxurz/yOu2Rb1rkTzvGHgCZTf/17ERugB65wHE+XzDfAAAAAASUVORK5CYII=);
|
|
background-repeat: repeat-x;
|
|
display: block;}
|
|
|