page{ background-color: #f2f2f2; } .content{ width: 690rpx; margin: 0 auto; padding-bottom: 30rpx; } .title{ font-size: 30rpx; color:#333; height: 86rpx; display: flex; align-items: center; border-bottom: 1rpx solid #efefef; font-weight: bold; } .content_text{ padding: 20rpx 0; } .content_text view{ font-size: 26rpx; color:#333; } .content_text :last-child{ border: none; } .form{ display: flex; align-items: center; /* height: 52rpx; */ padding: 10rpx 0rpx; margin-left: 20rpx; } .form :last-child{ color: #666; } .xing{ width: 24rpx; } .form_title{ width: 240rpx; font-size: 26rpx; color: #666; display: flex; align-items: center; } .picker{ width: 400rpx; height: 80rpx; display: flex; align-items: center; } .picker image{ margin-left: 20rpx; } .picker text{ height: 80rpx; line-height: 80rpx; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } input{ width: 100%; } .input{ display: flex; flex-wrap: wrap; width: 63%; } .place{ font-size: 26rpx; color: #999; } .btn{ display: flex; justify-content: center; align-items: center; margin-top: 80rpx; } .btn button{ width: 260rpx; height: 70rpx; font-size: 32rpx; background-color: #33ad37; display: flex; justify-content: center; align-items: center; border-radius: 70rpx; color: #fff; } .img_title{ font-size: 26rpx; color:#333; padding-top: 30rpx; } .img image{ width: 29%; padding: 0rpx 14rpx; /* margin: 0rpx 12rpx; */ margin-top: 24rpx; } .pb80{ /* padding-bottom: 80rpx; */ } /* 底部 */ .sub{ position: fixed; bottom:0rpx; display: flex; width: 100%; justify-content: space-around; align-items: center; height: 100rpx; background:#fff; } .sub view{ display: flex; justify-content: center; align-items: center; width: 190rpx; height: 68rpx; border:1rpx solid #33ad37; border-radius:50rpx; color: #33ad37; overflow: hidden; } /* //物流 */ .tool-bar { position: fixed; bottom: 100rpx; right: 0rpx; width: 136rpx; z-index: 999999; padding: 16rpx; /* border-radius: 50rpx 0rpx 0rpx 50rpx; */ background: #33ad37; color: #fff; font-size: 30rpx; text-align: center; /*box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.15);*/ }