errorlist.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .container {
  2. background-color: #F0F0F0;
  3. justify-content: flex-start;
  4. width: 100%;
  5. font-weight: 400;
  6. }
  7. .text1{
  8. margin-top: 460rpx;
  9. font-size:48rpx;
  10. font-weight: 500;
  11. }
  12. .text2{
  13. margin-top: 20rpx;
  14. font-size:24rpx;
  15. text-align: center;
  16. }
  17. .Panel1{
  18. width: 100%;
  19. height:103rpx;
  20. justify-content: flex-start;
  21. align-items: flex-start;
  22. }
  23. .Panel1 .title{
  24. color:#787878;
  25. font-size:24rpx;
  26. margin:40rpx 0 0 30rpx;
  27. }
  28. .Panel2{
  29. width: 100%;
  30. height:101rpx;
  31. justify-content: space-between;
  32. margin-bottom: 1rpx;
  33. background-color: #fff;
  34. }
  35. .Panel2 .left{
  36. margin-left: 30rpx;
  37. font-size:28rpx;
  38. }
  39. .universalpic_indicator_gray{
  40. width: 16rpx;
  41. height:26rpx;
  42. margin-right: 30rpx;
  43. }
  44. .footer{
  45. height:100rpx;
  46. }
  47. .menuPanel{
  48. position: fixed;
  49. top: 0;
  50. width: 100%;
  51. background-color:rgba(0, 0, 0, 0.6);
  52. z-index: 30;
  53. }
  54. .menu {
  55. position: fixed;
  56. bottom: 0;
  57. width: 100%;
  58. background-color: #d2d2d2;
  59. z-index: 30;
  60. font-weight: 400;
  61. }
  62. .menu .text1 {
  63. font-size: 24rpx;
  64. margin: 30rpx;
  65. }
  66. .menu .panel {
  67. font-size: 36rpx;
  68. height: 111rpx;
  69. width: 100%;
  70. background-color: #fff;
  71. position: relative;
  72. }
  73. .menu .line {
  74. height: 2rpx;
  75. width: 100%;
  76. background-color: #e3e3e3;
  77. }
  78. .menu .line2 {
  79. height: 20rpx;
  80. width: 100%;
  81. background-color: #d2d2d2;
  82. }