| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- .panelTop {
- width: 100%;
- justify-content: space-between;
- height: 100rpx;
- position: fixed;
- top: 0;
- background-color: #f2f2f2;
- border-bottom: 1rpx solid #d2d2d2;
- }
- .text1 {
- margin-left: 30rpx;
- font-size: 28rpx;
- color: #4D4D4D;
- }
- .panelTopRight {
- margin-right: 20rpx;
- }
- .panelTopRight1 {
- width: 80rpx;
- height: 80rpx;
- }
- .icon_transfer_1 {
- width: 32rpx;
- height: 26rpx;
- }
- .icon_back2top_1 {
- width: 26rpx;
- height: 28rpx;
- }
- .panelHeight {
- width: 100%;
- height: 130rpx;
- }
- .text2 {
- margin: 60rpx 0 10rpx 30rpx;
- font-size: 32rpx;
- color: #4D4D4D;
- align-self: flex-start;
- }
- .panelCard {
- background: #FFFFFF;
- border-radius: 10rpx;
- width: 710rpx;
- min-height: 279rpx;
- margin: 20rpx 0;
- justify-content: flex-start;
- }
- .cardText1 {
- font-size: 30rpx;
- color: #1E1E1E;
- width: 650rpx;
- margin-top: 30rpx;
- }
- .cardText2 {
- font-size: 22rpx;
- color: #1E1E1E;
- width: 650rpx;
- margin-top: 8rpx;
- font-weight: 400;
- }
- .panelCard1 {
- width: 100%;
- margin-top: 20rpx;
- justify-content: space-between;
- }
- .panelCardLeft {
- margin-left: 30rpx;
- justify-content: flex-start;
- }
- .panelCardRight {
- margin-right: 30rpx;
- justify-content: flex-end;
- }
- .universalpic_cardlist_gray_22x20 {
- width: 22rpx;
- height: 20rpx;
- }
- .universalpic_star_yellow_20x20 {
- width: 20rpx;
- height: 20rpx;
- margin-left: 20rpx;
- }
- .universalpic_arrow_down_black_14x10 {
- width: 14rpx;
- height: 10rpx;
- }
- .cardText {
- font-size: 20rpx;
- color: #787878;
- }
- .cardText3 {
- width: 164rpx;
- overflow: hidden;
- margin-left: 10rpx;
- }
- .cardText4 {
- margin-left: 20rpx;
- }
- .panelCardLine {
- margin-right: 20rpx;
- width: 2rpx;
- height: 20rpx;
- background-color: #d2d2d2;
- }
- .cardText5 {
- margin-right: 15rpx;
- }
- .cardText6 {
- margin-right: 10rpx;
- }
- .panelCardLine2 {
- width: 650rpx;
- height: 1rpx;
- background-color: #e3e3e3;
- margin: 30rpx 0 10rpx 0;
- }
- .panelCard2 {
- width: 100%;
- margin-top: 20rpx;
- justify-content: space-between;
- }
- .cardText7 {
- font-weight: 400;
- font-size: 22rpx;
- width: 70rpx;
- }
- .cardTextColor {
- background: #FE6659;
- border-radius: 4rpx;
- width: 26rpx;
- height: 16rpx;
- margin-right: 10rpx;
- }
- .cardText8 {
- font-weight: 400;
- font-size: 22rpx;
- }
- .panelCardHeight {
- height: 30rpx;
- }
- .panelFooter {
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 130rpx;
- z-index: 10;
- background-color: #fff;
- border-top: 1rpx solid #d2d2d2;
- }
- .panelFooter1 {
- width: 720rpx;
- height: 100rpx;
- background: #5282FA;
- border-radius: 20rpx;
- }
- .icon_chart_4 {
- width: 30rpx;
- height: 30rpx;
- }
- .panelFooterText {
- font-size: 36rpx;
- color: #FFFFFF;
- margin-left: 20rpx;
- }
- .container2{
- position: absolute;
- top:0;
- background-color: rgba(0,0,0,0.16);
- z-index: 20;
- }
|