paste.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .panel1{
  2. width:100%;
  3. height:140rpx;
  4. color: #C1E1C1;
  5. justify-content: space-between;
  6. position: relative;
  7. }
  8. .text01{
  9. font-size: 36rpx;
  10. margin-left: 70rpx;
  11. }
  12. .panel11{
  13. margin-right: 70rpx;
  14. font-size:24rpx;
  15. }
  16. .sysIcon_a01{
  17. width:24rpx;
  18. height:24rpx;
  19. margin-right: 10rpx;
  20. }
  21. .panel2{
  22. width:690rpx;
  23. min-height:150rpx;
  24. background: #002F24;
  25. box-shadow: 0 10rpx 0 0 rgba(0,0,0,0.50);
  26. border-radius: 40rpx;
  27. justify-content: flex-start;
  28. }
  29. .panel21{
  30. width: 630rpx;
  31. margin: 30rpx;
  32. font-size: 36rpx;
  33. border-radius: 20rpx;
  34. background-color: #004433;
  35. justify-content: flex-start;
  36. }
  37. .panel211{
  38. margin: 25rpx 30rpx 15rpx 0;
  39. align-items: flex-start;
  40. }
  41. .text03{
  42. width: 30rpx;
  43. margin-bottom: 10rpx;
  44. font-size: 28rpx;
  45. color: #728173;
  46. margin-left: 30rpx;
  47. }
  48. .text04{
  49. width:510rpx;
  50. height:500rpx;
  51. font-size: 36rpx;
  52. color: #FFDD88;
  53. line-height: 49rpx;
  54. }
  55. .panelFooter{
  56. width: 100%;
  57. height:180rpx;
  58. background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
  59. position: fixed;
  60. bottom: 0rpx;
  61. align-items: flex-start;
  62. z-index: 10;
  63. }
  64. .panelFooter1{
  65. width:730rpx;
  66. height:140rpx;
  67. color:#F2F2F2;
  68. background: #1E1E1E;
  69. box-shadow: 0 30rpx 0 0 #0C0C0C;
  70. border-radius: 10rpx 10rpx 60rpx 60rpx;
  71. }
  72. .panelFooter10{
  73. background-color: #303030;
  74. font-size:24rpx;
  75. }
  76. .panelFooter13{
  77. width:710rpx;
  78. height:120rpx;
  79. border-radius: 5rpx 5rpx 50rpx 50rpx;
  80. font-size:36rpx;
  81. }
  82. .text02{
  83. font-size:24rpx;
  84. margin-top: 17rpx;
  85. }