| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- .panelTop {
- width: 100%;
- height:100rpx;
- background-color: #fff;
- justify-content: space-between;
- position: fixed;
- top:0;
- border-bottom: 1rpx solid #d2d2d2;
- }
- .panelLeft {
- margin-left: 20rpx;
- justify-content: flex-start;
- }
- .panelRight {
- margin-right: 20rpx;
- justify-content: flex-end;
- }
- .panelTop1 {
- min-width:80rpx;
- height:80rpx;
- font-size: 28rpx;
- font-weight: 400;
- }
- .panelTopBtn {
- font-size: 28rpx;
- font-weight: 700;
- background-color: #5282FA;
- width:110rpx;
- height:70rpx;
- text-align: center;
- line-height: 70rpx;
- border-radius: 10rpx;
- color:#fff;
- }
- .panelHeight100{
- width:100%;
- height:100rpx;
- }
- /* ***************** */
- .panel1{
- width:690rpx;
- margin-top: 60rpx;
- justify-content: space-between;
- color:#4D4D4D;
- }
- .panel11{
- font-weight: 400;
- font-size:28rpx;
- }
- .panel12{
- font-size:24rpx;
- }
- .panel2{
- width:690rpx;
- height:110rpx;
- background-color: #fff;
- border-radius: 10rpx;
- margin-top:33rpx;
- justify-content: flex-start;
- }
- .input{
- margin-left: 30rpx;
- font-size:36rpx;
- font-weight: 400;
- width:630rpx;
- height:50rpx;
- }
- .panel3{
- width:690rpx;
- margin-top:30rpx;
- font-size:20rpx;
- color:#4D4D4D;
- }
- .panel4{
- width:690rpx;
- margin-top:60rpx;
- font-size:28rpx;
- font-weight: 400;
- color:#4D4D4D;
- }
- .panel5{
- width:690rpx;
- margin-top:30rpx;
- justify-content: flex-start;
- }
- .panel51{
- width:220rpx;
- border-radius: 10rpx;
- background-color: #6B727C;
- height:160rpx;
- position: relative;
- }
- .cardlist_folder_white_66x60{
- width:66rpx;
- height:60rpx;
- }
- .panel511{
- width:220rpx;
- align-self: end;
- height:50rpx;
- background-color: rgba(0,0,0,0.5);
- text-align: center;
- line-height: 50rpx;
- color:#fff;
- font-size:24rpx;
- position: absolute;
- bottom: 0;
- border-bottom-left-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- }
- .panel6{
- margin-top:100rpx;
- font-size:28rpx;
- color:#FE6659;
- justify-content: center;
- }
- .panel7{
- width:690rpx;
- margin-top:30rpx;
- font-size:20rpx;
- color:#4D4D4D;
- }
|