page_status.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. body,html{
  2. margin: 0;
  3. padding: 0;
  4. width: 100%;
  5. height: 100%;
  6. }
  7. .box{
  8. width: 5.16rem;
  9. min-height: 1rem;
  10. font-size: 0;
  11. text-align: center;
  12. position: relative;
  13. left: 50%;
  14. top: 50%;
  15. transform: translate(-50%,-50%);
  16. -webkit-transform: translate(-50%,-50%);
  17. -ms-transform: translate(-50%,-50%);
  18. -o-transform: translate(-50%,-50%);
  19. -moz-transform: translate(-50%,-50%);
  20. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  21. }
  22. .item-icon{
  23. width: 2.1rem;
  24. height: 2.1rem;
  25. }
  26. .text{
  27. font-family:PingFang-SC-Regular;
  28. font-weight:400;
  29. color:rgba(81,61,61,1);
  30. text-align: center;
  31. font-size: 0.3rem;
  32. line-height: 0.5rem;
  33. white-space: nowrap;
  34. }
  35. .btn{
  36. width: 5.16rem;
  37. height: 0.76rem;
  38. line-height: 0.76rem;
  39. text-align: center;
  40. border-radius: 0.76rem;
  41. font-size: 0.36rem;
  42. font-family:PingFang-SC-Medium;
  43. font-weight:500;
  44. color:rgba(255,255,255,1);
  45. margin-top: 0.6rem;
  46. background:rgba(255,180,115,1);
  47. }
  48. .not-finish{
  49. display: none;
  50. }
  51. .has-finish{
  52. display: none;
  53. }
  54. .not-shelf{
  55. display: none;
  56. }
  57. .not-chapter{
  58. display: none;
  59. }
  60. .not-recharge{
  61. display: none;
  62. }
  63. .has-finish .btn, .not-recharge .btn{
  64. margin-top: 1.13rem;
  65. }
  66. .error-tip{
  67. /* width: 3.6rem; */
  68. margin-top: 0.38rem;
  69. font-family:PingFang-SC-Medium;
  70. font-weight:500;
  71. color:rgba(154,145,145,1);
  72. font-size: 0.3rem;
  73. line-height: 0.48rem;
  74. padding-left: 1.2rem;
  75. /* display: inline-block; */
  76. }
  77. .error-tip-text{
  78. text-align: left;
  79. }