| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- .panel{
- width:690rpx;
- background-color: #fff;
- border-radius: 10rpx;
- margin-bottom: 30rpx;
- }
- .panel1{
- width:100%;
- font-size:24rpx;
- font-weight: 400;
- }
- .panel11{
- width:100%;
- margin-top: 30rpx;
- justify-content: space-between;
- }
- .text1{
- font-size:32rpx;
- margin-left: 30rpx;
- font-weight: 500;
- }
- .text2{
- font-size:32rpx;
- font-weight: 400;
- margin-right: 30rpx;
- color:#FE6659;
- }
- .panel12{
- font-size:28rpx;
- align-self: flex-start;
- font-weight: 400;
- margin:0 0 30rpx 30rpx;
- }
- .line{
- width:100%;
- height:1rpx;
- background-color: #f0f0f0;
- }
- .text3{
- margin-top: 30rpx;
- width:630rpx;
- }
- .text4{
- margin-bottom: 30rpx;
- width:630rpx;
- }
- .text5{
- width:630rpx;
- }
- .panel3{
- width:100%;
- justify-content: space-between;
- height:100rpx;
- }
- .panel31{
- margin-left: 30rpx;
- font-size:28rpx;
- font-weight: 400;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-right: 30rpx;
- }
- .panelNone{
- margin-top: 462rpx;
- font-size:48rpx;
- }
- .Success{
- position: fixed;
- top:0;
- background-color: #0B8457;
- color:#fff;
- }
- .img{
- width:200rpx;
- height:200rpx;
- margin-top: 150rpx;
- }
- .text10{
- font-size:54rpx;
- text-align: center;
- margin-top: 170rpx;
- }
- .text11{
- font-size:32rpx;
- margin-top: 40rpx;
- }
- .text12{
- font-size:32rpx;
- margin-top: 10rpx;
- }
- .btn {
- font-size: 36rpx;
- width: 600rpx;
- height: 90rpx;
- border-radius: 14rpx;
- text-align: center;
- line-height: 90rpx;
- margin-top: 40rpx;
- background-color: #0B8457;
- border:1rpx solid #fff;
- color:#fff;
- }
- .text13{
- font-size:28rpx;
- margin-top: 40rpx;
- }
|