index.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .panelTop{
  2. width:100%;
  3. position: fixed;
  4. top:0;
  5. z-index: 10;
  6. }
  7. .panel1{
  8. position: relative;
  9. margin-top: 80rpx;
  10. color: #C1E1C1;
  11. width: 600rpx;
  12. align-items: flex-start;
  13. align-self: start;
  14. }
  15. .pic_01{
  16. width:431rpx;
  17. height:351rpx;
  18. margin:0 0 0 100rpx;
  19. }
  20. .panel2{
  21. margin: 87rpx 0 0 0;
  22. width: 100%;
  23. }
  24. .btn01{
  25. width: 590rpx;
  26. height:100rpx;
  27. background: #CA4B15;
  28. box-shadow: 0 20rpx 0 0 #702F14, 0 40rpx 0 0 rgba(0,0,0,0.30);
  29. border-radius: 30rpx;
  30. font-size: 48rpx;
  31. }
  32. .btn02{
  33. width: 590rpx;
  34. height:100rpx;
  35. margin: 80rpx 0 40rpx 0;
  36. background: #004433;
  37. border: 5rpx solid #C1E1C1;
  38. border-radius: 30rpx;
  39. font-size: 36rpx;
  40. color: #C1E1C1;
  41. }
  42. .panel3{
  43. width:360rpx;
  44. align-self: start;
  45. margin-left: 120rpx;
  46. font-size: 24rpx;
  47. color: #C1E1C1;
  48. }
  49. .panel31{
  50. width:100%;
  51. height:93rpx;
  52. justify-content: flex-start;
  53. }
  54. .sysIcon_a01{
  55. width:24rpx;
  56. height:24rpx;
  57. margin: 0 10rpx 0 0;
  58. }
  59. .panelLine{
  60. width: 360rpx;
  61. height: 1rpx;
  62. background-color: #C1E1C1;
  63. }
  64. .sysIcon_a02{
  65. width:10rpx;
  66. height:18rpx;
  67. margin: 0 0 0 10rpx;
  68. }
  69. .panelFooter{
  70. width:100%;
  71. position: fixed;
  72. bottom: 0;
  73. }
  74. .pic_02{
  75. width:100%;
  76. height:340rpx;
  77. }
  78. .text03{
  79. position: absolute;
  80. bottom:30rpx;
  81. left:50rpx;
  82. font-size: 20rpx;
  83. color: #544641;
  84. }