| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- .bg {
- position: relative;
- width: 100%;
- min-height: 100%;
- background-color: #f3f3f3;
- padding-bottom: 100rpx;
- }
- form {
- position: relative;
- }
- button::afrer {
- border: 0;
- }
- .button {
- border: 0;
- margin: 0;
- padding: 0;
- background: 0;
- position: static;
- }
- .logistics-top__bg {
- width: 100%;
- background-color: #fff;
- }
- .logistics-top {
- height: 260rpx;
- border-bottom: 1rpx solid #eeeeee;
- margin: 0 20rpx;
- }
- .logistics-top__text {
- line-height: 28rpx;
- padding: 25rpx 0 30rpx 0;
- font-size: 28rpx;
- text-align: center;
- color: #999999;
- }
- .logistics-top__head {
- width: 88rpx;
- height: 88rpx;
- margin: 0 auto;
- display: block;
- border: 1rpx solid #cdcdcd;
- border-radius: 100%;
- }
- .logistics-top__name {
- font-size: 28rpx;
- text-align: center;
- color: #4c4c4c;
- padding-top: 10rpx;
- }
- .orderDetail-address {
- position: relative;
- padding: 0 20rpx;
- height: 195rpx;
- color: #4c4c4c;
- font-size: 28rpx;
- background-color: #fff;
- }
- .orderDetail-address__left {
- margin: 78rpx 0 0 19rpx;
- float: left;
- width: 33rpx;
- height: 38rpx;
- background-size: 100% 100%;
- background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/merchant.png');
- }
- .orderDetail-address__right {
- float: right;
- width: 640rpx;
- }
- .orderDetail-address__info {
- padding-top: 25rpx;
- }
- .orderDetail-address__name {
- float: left;
- }
- .orderDetail-address__tel {
- float: right;
- }
- .orderDetail-address__more {
- padding-top: 20rpx;
- -webkit-line-clamp: 2;
- line-height: 50rpx;
- height: 100rpx;
- }
- .orderDetail-address__border {
- position: absolute;
- left: 0;
- bottom: 2rpx;
- width: 100%;
- height: 2rpx;
- }
- .text-placeholder {
- color: #bbbbbb;
- }
- .logistics-main {
- margin-top: 20rpx;
- background-color: #fff;
- }
- .logistics-main__line {
- position: relative;
- padding: 0 20rpx;
- }
- .logistics-main__border {
- border-bottom: 1rpx solid #eeeeee;
- }
- .logistics-main__title {
- font-size: 28rpx;
- line-height: 28rpx;
- padding-top: 33rpx;
- padding-bottom: 7rpx;
- color: #4c4c4c;
- }
- .logistics-main__input {
- line-height: 74rpx;
- height: 74rpx;
- padding-bottom: 25rpx;
- color: #4c4c4c;
- font-size: 28rpx;
- }
- .logistics-main__qcinput {
- line-height: 74rpx;
- height: 74rpx;
- padding-bottom: 25rpx;
- color: #4c4c4c;
- font-size: 28rpx;
- margin-right: 60rpx;
- }
- .logistics-main__qcode {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- top: 83rpx;
- right: 24rpx;
- background-size: 100% 100%;
- background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/qcode.png');
- }
- .logistics-button {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 90rpx;
- line-height: 90rpx;
- font-size: 28rpx;
- color: #fff;
- text-align: center;
- background: linear-gradient(to right, #74b5f3, #3171cf);
- border-radius: 0rpx;
- z-index: 100;
- }
- .plus-part {
- margin-top: 48rpx;
- margin-bottom: 148rpx;
- display: inline-block;
- margin-right: 15rpx;
- }
- .mius-part {
- margin-top: 48rpx;
- margin-left: 20rpx;
- margin-bottom: 148rpx;
- display: inline-block;
- }
- .plus-img {
- display: inline-block;
- width: 36rpx;
- height: 36rpx;
- float: left;
- margin-right: 15rpx;
- margin-left: 20rpx;
- }
- .plus-text {
- float: left;
- color: #3575d1;
- font-size: 28rpx;
- }
- .mius-img {
- display: inline-block;
- width: 36rpx;
- height: 36rpx;
- float: left;
- margin-right: 15rpx;
- /* margin-left: 50rpx; */
- }
- .mius-text {
- float: left;
- color: #e45050;
- font-size: 28rpx;
- }
|