您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- .userinfo image {
- display: block;
- width: 100%;
- }
-
- .userinfo button {
- background: #9d285c;
- border-radius: 10rpx;
- color: #fff;
- height: 84rpx;
- line-height: 84rpx;
- margin: 30rpx auto 0;
- width: 93%;
- font-size: 28rpx;
- }
-
- .bg_color {
- opacity: 0.6;
- }
|