/* mine/express/express.wxss */ .list{margin: 20rpx 20rpx;background: #fff;border-radius: 10rpx;} .list .li{display: flex;display: -webkit-flex;align-items: center;margin: 0 20rpx;border-bottom: 1rpx solid #eee;padding: 39rpx 0; font-size: 28rpx;justify-content: space-between;} .list .li:last-child{border-bottom: none;} .list .li image{width: 21.5rpx;height: 24.6rpx; margin-left: 16rpx;} input{text-align: right;} .btn{height:100rpx !important;border-radius:50rpx !important;line-height: 100rpx !important;font-size: 36rpx;color: #fff;text-align: center;margin-top: 170rpx;position: fixed;left: 40rpx;right: 40rpx;bottom: 160rpx;z-index: 20;} .bgline{background-image: linear-gradient(to left, #FE0419 , #FF5548);} .express{align-items: center;}