| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .text1{
- align-self: flex-start;
- font-size:32rpx;
- margin: 50rpx 0 30rpx 30rpx;
- }
- .text2{
- font-size:24rpx;
- color:#787878;
- margin-top: 30rpx;
- width:690rpx;
- font-weight: 400;
- }
- .text3{
- font-size:28rpx;
- margin: 60rpx 0 0 0;
- font-weight: 400;
- text-align: center;
- line-height: 40rpx;
- }
- .btn{
- width:690rpx;
- height:90rpx;
- text-align: center;
- border:1rpx solid #9B9B9B;
- font-size:36rpx;
- line-height: 90rpx;
- border-radius: 14rpx;
- color:#787878;
- background-color: #fff;
- margin-top: 30rpx;
- }
- .userinfo{
- width:100%;
- height:120rpx;
- background-color: #ffffff;
- justify-content: flex-start;
- border-bottom: 1rpx solid #E3E3E3;
- }
- .avatar{
- margin-left: 30rpx;
- width:60rpx;
- height:60rpx;
- border-radius: 50%;
- }
- .nickname{
- margin-left: 30rpx;
- font-weight:400;
- font-size: 28rpx;
- }
- .btn2{
- margin-top: 60rpx;
- background-color: #B3443B;
- color:#fff;
- }
- .btn3{
- background-color: #B3443B;
- color:#fff;
- width:290rpx;
- margin: 30rpx 10rpx;
- }
- .btn4{
- width:290rpx;
- margin: 30rpx 10rpx;
- }
|