details.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /* pages/details/details.wxss */
  2. .bground{
  3. background:#000;
  4. color:white;
  5. height:100%;
  6. width:100%;
  7. position:fixed;
  8. top:0;
  9. left:0;
  10. right:0;
  11. }
  12. .top{
  13. width:95%;
  14. height:18%;
  15. background:#1C1C1C;
  16. position:relative;
  17. /* top:50px; */
  18. margin:5% auto;
  19. border-radius:3px;
  20. }
  21. .topTitle{
  22. padding:10px;
  23. }
  24. .topText{
  25. padding:10px;
  26. position:absolute;
  27. bottom:5px;
  28. }
  29. .titleBig{
  30. font-size:1.8rem;
  31. font-weight:bold;
  32. }
  33. .titleSmall{
  34. color:#78777D;
  35. margin-left:30px;
  36. }
  37. .line{
  38. width:100%;
  39. height:1rpx;
  40. background:#2C2C2C;
  41. }
  42. .textOne{
  43. font-weight:bold;
  44. }
  45. .textTwo{
  46. color:#DC3329;
  47. margin-left:20px;
  48. }
  49. .middleCharts{
  50. width:95%;
  51. height:40%;
  52. background:#1C1C1C;
  53. /* position:relative;
  54. top:50px; */
  55. margin:5% auto;
  56. border-radius:3px;
  57. }
  58. #mychart{
  59. margin:0 auto;
  60. }
  61. .buttonText{
  62. width:95%;
  63. height:20%;
  64. background:#1C1C1C;
  65. /* position:relative;
  66. top:50px; */
  67. margin:5% auto;
  68. border-radius:3px;
  69. }
  70. .nextText{
  71. /* width:90%; */
  72. /* height:5%; */
  73. background:#1C1C1C;
  74. border-radius:3px;
  75. margin:0 auto;
  76. }