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.
|
|
- /* pages/updateWord/updateWord.wxss */
- .bottombutton{
- /* position: fixed; */
- bottom: 40rpx;
- width: 100%;
- box-sizing: border-box;
- padding: 30rpx;
- }
- .bottombutton button{
- width: 100% ;
- font-size: 28rpx;
- font-weight: 500;
- padding: 30rpx;
- }
|