合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
797 B

3 months ago
  1. @import "../../uvue.wxss";
  2. :host{display:flex;flex-direction:column}
  3. .container-info{
  4. height: ;
  5. }
  6. .header_infos{
  7. height: 10%;
  8. display: flex;
  9. flex-direction: row;
  10. align-items: center;
  11. background-color: #f8f8f8;
  12. }
  13. .header_info_right{
  14. width: 80%;
  15. display: flex;
  16. align-items: center;
  17. justify-content: center;
  18. left: 35%;
  19. }
  20. .contents{
  21. height: 100%;
  22. width: 100%;
  23. }
  24. .scroll-view {
  25. flex: 1;
  26. height: 100%;
  27. /* margin-top: 10%; */
  28. background-color: #ffffff;
  29. }
  30. .content{
  31. height: 5%;
  32. display: flex;
  33. flex-direction: row;
  34. border-bottom: 0.01rem solid #e0e0e0;
  35. /* height: 15%; */
  36. }
  37. .content-left{
  38. font-size: 0.8rem;
  39. display: flex;
  40. align-items: center;
  41. justify-content: center;
  42. }
  43. .content-right{
  44. margin-left: auto;
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. }