12345678910111213141516171819202122232425262728293031323334353637383940 |
- page {
- background: #F9F9F9;
- }
- page,.content {
- height: 100%;
- }
- .content button {
- width: 654rpx;
- height: 84rpx;
- background-color: #12B311;
- color: #fff;
- font-size: 30rpx;
- border-radius: 4rpx;
- }
- .content image {
- width: 290rpx;
- height: 290rpx;
- margin: 176rpx 0 128rpx 0;
- }
- .content .avatar {
- border-radius: 50%;
- width: 254rpx;
- height: 254rpx;
- }
- .bottom {
- text-align: center;
- margin-bottom: 26rpx;
- }
- .bottom text {
- font-size: 24rpx;
- color: #666;
- }
|