123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- page {
- background: #F9F9F9;
- }
- page,.content {
- height: 100%;
- }
- .text-box {
- font-weight: bold;
- font-size: 34rpx;
- /* line-height: 40rpx; */
- }
- .text-box text {
- margin-top: 6rpx;
- }
- .content button {
- width: 654rpx;
- height: 84rpx;
- background-color: #12B311;
- color: #fff;
- font-size: 30rpx;
- border-radius: 4rpx;
- }
- .content image {
- width: 290rpx;
- height: 290rpx;
- margin: 0 0 128rpx 0;
- /* 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;
- }
|