| 1234567891011121314151617181920212223242526 |
- /* pages/user/info/info.wxss */
- @import "./info.skeleton.wxss";
- page {
- background: #F8F8F8;
- }
- form {
- padding: 24rpx;
- display: block;
- padding-bottom: 40rpx;
- }
- .submit {
- text-align: center;
- margin-top: 40rpx;
- }
- .submit button {
- width: 634rpx;
- height: 80rpx;
- background: #00BC8A;
- border-radius: 8rpx;
- font-weight: 500;
- font-size: 32rpx;
- color: #FFFFFF;
- }
|