logs.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .sum {
  2. display: flex;
  3. flex-wrap: wrap;
  4. width: 750rpx;
  5. height: 350rpx;
  6. }
  7. .sum .sum_item {
  8. width: 375rpx;
  9. height: 160rpx;
  10. text-align: center;
  11. }
  12. .sum .sum_item .sum_item_title {
  13. height: 120rpx;
  14. line-height: 120rpx;
  15. font-size: 30rpx;
  16. color: #6B747E;
  17. }
  18. .sum .sum_item .sum_item_val {
  19. height: 40rpx;
  20. line-height: 40rpx;
  21. color: #E7624F;
  22. }
  23. .detail{
  24. width: 700rpx;
  25. margin: 0 auto;
  26. }
  27. .detail_title{
  28. display: flex;
  29. height: 60rpx;
  30. line-height: 60rpx;
  31. }
  32. .detail_title .detail_title_text{
  33. flex: 1;
  34. font-size: 30rpx;
  35. }
  36. .detail_title .detail_title_type{
  37. flex: 1;
  38. text-align: right;
  39. font-size: 25rpx;
  40. }
  41. .detail_title .detail_title_type text{
  42. padding-left: 10rpx;
  43. }
  44. .active{
  45. color: #E7624F;
  46. }
  47. .list_item{
  48. display: flex;
  49. height: 40rpx;
  50. line-height: 40rpx;
  51. }
  52. /*.list_item>view{
  53. width: 200rpx;
  54. }*/
  55. .list_item .list_item_date{
  56. width: 300rpx;
  57. font-size: 20rpx;
  58. text-align: center;
  59. }
  60. .list_item .list_item_cate{
  61. width: 200rpx;
  62. font-size: 30rpx;
  63. text-align: center;
  64. }
  65. .list_item .list_item_time{
  66. width: 200rpx;
  67. font-size: 30rpx;
  68. text-align: right;
  69. }
  70. .detail_list{
  71. height: 3000rpx;
  72. }
  73. .back{
  74. width: 750rpx;
  75. border: 0;
  76. align-items: center;
  77. }