index.wxss 186 B

1234567891011
  1. /* pages/upDownSubmit/index.wxss */
  2. .container {
  3. padding-bottom: 120rpx;
  4. }
  5. .bottomBtn {
  6. padding-top: 20rpx;
  7. text-align: right;
  8. }
  9. .bottomBtn button {
  10. margin-left: 0 !important;
  11. }