buyerAdd.wxss 293 B

1234567891011121314151617181920
  1. /* pages/buyerAdd/buyerAdd.wxss */
  2. @import "../../style/style";
  3. .bottomPlaceholder {
  4. height: 166rpx;
  5. }
  6. .btnGroup {
  7. padding: 24rpx;
  8. }
  9. .btnGroup .btn {
  10. width: 100%;
  11. height: 94rpx;
  12. line-height: 94rpx;
  13. font-size: 36rpx;
  14. color: #fff;
  15. background: #007dff;
  16. border-radius: 8rpx;
  17. }