合同小程序前端代码仓库
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.

48 lines
790 B

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