| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .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;
- line-height: 28rpx;
- }
- .text3{
- width:690rpx;
- font-size:28rpx;
- margin: 60rpx 0 0 0;
- font-weight: 400;
- line-height: 40rpx;
- }
- .text4{
- width:690rpx;
- font-size:28rpx;
- margin: 30rpx 0 0 0;
- font-weight: 400;
- line-height: 40rpx;
- }
- .panelBottom{
- width:100%;
- height:120rpx;
- border-top:1rpx solid #D2D2D2;
- background-color: #fff;
- position: fixed;
- bottom:0;
- justify-content: center;
- align-items: center;
- }
- .btn{
- width:690rpx;
- height:80rpx;
- text-align: center;
- border:1rpx solid #9B9B9B;
- font-size:33rpx;
- line-height: 80rpx;
- border-radius: 10rpx;
- color:#1E1E1E;
- background-color: #fff;
- }
- .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{
- color:#B3443B;
- }
- .btn3{
- width:345rpx;
- margin: 0 10rpx;
- }
|