| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- .container {
- background: #E3E3E3;
- color: #4D4D4D;
- }
- .panel1 {
- width: 100%;
- height:100rpx;
- position: relative;
- }
- .panel11{
- width: 290rpx;
- height: 60rpx;
- background: #4D4D4D;
- border-radius: 10rpx;
- color:#f0f0f0;
- font-size:28rpx;
- }
- .panel111{
- width: 140rpx;
- height:50rpx;
- }
- .panel112{
- background: #FFFFFF;
- box-shadow: 0 4rpx 0 0 rgba(0,0,0,0.20);
- border-radius: 5rpx;
- color:#4D4D4D;
- }
- .panel12{
- position: absolute;
- right:30rpx;
- top:20rpx;
- width: 110rpx;
- height:50rpx;
- background: #F8F8F8;
- border: 5rpx solid #4D4D4D;
- border-radius: 10rpx;
- font-size: 28rpx;
- color: #4D4D4D;
- }
- .panel13{
- left:30rpx;
- }
- .panel2{
- width: 690rpx;
- border-radius: 20rpx;
- min-height: 100rpx;
- background-color: #fff;
- margin: 30rpx 0 100rpx 0;
- }
- .panel2Item{
- width: 610rpx;
- height:100rpx;
- justify-content: space-between;
- }
- .panel2ItemLeft{
- width: 580rpx;
- line-height:100rpx;
- text-align: left;
- font-weight: 400;
- border-bottom: 1rpx solid #E3E3E3;
- }
- .panel2ItemRight{
- width: 110rpx;
- margin-right: -40rpx;
- justify-content: flex-start;
- }
- .panel2ItemRight1{
- width: 70rpx;
- height:100rpx;
- justify-content: flex-end;
- border-bottom: 1rpx solid #E3E3E3;
- }
- .sysIcon_a39{
- width: 20rpx;
- height: 22rpx;
- margin-right:20rpx;
- }
- .panel2ItemSelect{
- width:100rpx;
- margin-left: -40rpx;
- }
- .panel2ItemSelectNo{
- width: 34rpx;
- height: 34rpx;
- background: #F8F8F8;
- border: 3rpx solid #787878;
- border-radius: 50%;
- margin-left: 10rpx;
- }
- .panel2ItemSelectNo{
- width: 34rpx;
- height: 34rpx;
- background: #F8F8F8;
- border: 3rpx solid #787878;
- border-radius: 50%;
- margin-left: 10rpx;
- }
- .panel2ItemSelected{
- background: #009933;
- border: 3rpx solid #009933;
- }
- .sysIcon_a11{
- width: 20rpx;
- height: 16rpx;
- }
- .panelFooter{
- width: 100%;
- height:180rpx;
- background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
- position: fixed;
- bottom: 0rpx;
- align-items: flex-start;
- z-index: 10;
- }
- .panelFooter1{
- width:730rpx;
- height:140rpx;
- color:#F2F2F2;
- background: #1E1E1E;
- box-shadow: 0 30rpx 0 0 #0C0C0C;
- border-radius: 10rpx 10rpx 60rpx 60rpx;
- }
- .panelFooter10{
- background-color: #303030;
- font-size:24rpx;
- }
- .panelFooter11{
- width:160rpx;
- height:120rpx;
- background: #1E1E1E;
- border-radius: 0rpx 0rpx 10rpx 60rpx;
- }
- .panelFooter12{
- width:180rpx;
- height:120rpx;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- margin: 0 10rpx 0 0;
- }
- .panelFooter13{
- width:180rpx;
- height:120rpx;
- border-radius: 10rpx 5rpx 50rpx 10rpx;
- }
- .text02{
- font-size:24rpx;
- margin-top: 10rpx;
- }
- .text03{
- font-size:26rpx;
- }
- .sysIcon_a14{
- width:20rpx;
- height:20rpx;
- }
|