| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- .container{
- width: 100%;
- justify-content: flex-start;
- color:#fff;
- background-color: #FC7406;
- }
- .avatar{
- width:200rpx;
- height:200rpx;
- margin-top: 60rpx;
- border-radius: 20rpx;
- }
- .text1{
- font-size:48rpx;
- margin-top: 30rpx;
- }
- .text2{
- font-size:128rpx;
- font-family: 'Roboto-Black';
- }
- .panel1{
- width:710rpx;
- background-color: #F2F2F2;
- border-radius: 20rpx;
- color:#4D4D4D;
- margin: 60rpx 0 0 0;
- justify-content: flex-start;
- box-shadow: 0 20rpx 0 0 rgba(0,0,0,0.1);
- }
- .panel11{
- align-items: flex-start;
- }
- .panel111{
- width:238rpx;
- height:188rpx;
- justify-content: flex-start;
- position: relative;
- }
- .text3{
- font-size:64rpx;
- font-family: 'Roboto-Black';
- color:#1E1E1E;
- margin-top: 40rpx;
- }
- .text4{
- font-size:24rpx;
- margin-top: 10rpx;
- }
- .line{
- width:4rpx;
- height:40rpx;
- background-color: #4D4D4D;
- margin-top: 60rpx;
- }
- .line2{
- margin-top: 54rpx;
- }
- .universalpic_indicator_right_deepgray{
- width:16rpx;
- height:26rpx;
- margin: 0 10rpx;
- }
- .panel2{
- width:100%;
- background-color: #F2F2F2;
- justify-content: space-between;
- height: 100rpx;
- }
- .panel2_0{
- background-color: #2e2e2e;
- color:#fff;
- }
- .panel2_1{
- border-top:1rpx solid #e3e3e3;
- border-bottom-left-radius: 20rpx;
- border-bottom-right-radius: 20rpx;
- background-color: #fff;
- }
- .panel21{
- margin-left: 30rpx;
- font-size: 28rpx;
- font-weight: 400;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-right: 30rpx;
- }
- .panel1_0{
- margin-top: 50rpx;
- }
- .text5{
- font-size:36rpx;
- margin-top: 40rpx;
- }
- .promotion_index_rules{
- width:46rpx;
- height:46rpx;
- margin: 52rpx 0 12rpx 0;
- }
- .textMessage{
- position: absolute;
- top:20rpx;
- right:20rpx;
- width:80rpx;
- height:36rpx;
- line-height: 36rpx;
- border-radius: 18rpx;
- background-color: #FE6659;
- text-align: center;
- font-size: 20rpx;
- font-weight: 600;
- color:#fff;
- }
- .textBottom{
- font-size:28rpx;
- color:#fff;
- margin: 100rpx 0 60rpx 0;
- }
|