targetList.wxss 247 B

1234567891011121314
  1. .submit-btn{
  2. width: 400rpx;
  3. font-size: 32rpx;
  4. height: 80rpx;
  5. line-height: 80rpx;
  6. color: #FFF;
  7. text-align: center;
  8. position: fixed;
  9. bottom: 40rpx;
  10. left: 50%;
  11. background: #005033;
  12. margin-left: -200rpx;
  13. border-radius: 50rpx;
  14. }