facereconize.wxss 849 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .left{
  2. width: 100%;
  3. float:left;
  4. font-size: 12px;
  5. height: 30px;
  6. display: flex;
  7. flex-direction: row;
  8. align-items: center;
  9. justify-content: left;
  10. }
  11. .right{
  12. width:70%;
  13. float:right;
  14. font-weight: 600;
  15. font-size: 12px;
  16. height: 30px;
  17. }
  18. .pageCenter{
  19. width:98%;
  20. margin: 0 auto;
  21. text-align: justify;
  22. }
  23. .bottom{
  24. height:70px;
  25. margin-top:10px;
  26. border-bottom: 1px solid #999;
  27. }
  28. .normal{
  29. font-size:12px;
  30. height: 30px;
  31. width:100%;
  32. display: flex;
  33. flex-direction: row;
  34. align-items: center;
  35. justify-content: left;
  36. }
  37. .img{
  38. width:25px;
  39. height:25px;
  40. margin-right: 5px;
  41. }
  42. .img1{
  43. width:25px;
  44. height:25px;
  45. margin-right: 5px;
  46. margin-left:10px;
  47. }
  48. .text-center{
  49. display: flex;
  50. flex-direction: row;
  51. align-items: center;
  52. justify-content: left;
  53. font-weight: 600;
  54. background-color: #f4f4f4;
  55. }