info.wxss 380 B

1234567891011121314151617181920212223242526
  1. /* pages/user/info/info.wxss */
  2. @import "./info.skeleton.wxss";
  3. page {
  4. background: #F8F8F8;
  5. }
  6. form {
  7. padding: 24rpx;
  8. display: block;
  9. padding-bottom: 40rpx;
  10. }
  11. .submit {
  12. text-align: center;
  13. margin-top: 40rpx;
  14. }
  15. .submit button {
  16. width: 634rpx;
  17. height: 80rpx;
  18. background: #00BC8A;
  19. border-radius: 8rpx;
  20. font-weight: 500;
  21. font-size: 32rpx;
  22. color: #FFFFFF;
  23. }