You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
254 B

1 year ago
  1. /* pages/updateWord/updateWord.wxss */
  2. .bottombutton{
  3. /* position: fixed; */
  4. bottom: 40rpx;
  5. width: 100%;
  6. box-sizing: border-box;
  7. padding: 30rpx;
  8. }
  9. .bottombutton button{
  10. width: 100% ;
  11. font-size: 28rpx;
  12. font-weight: 500;
  13. padding: 30rpx;
  14. }