contacts.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. body {
  2. font-size: 3.7vw !important;
  3. background-color: rgb(251, 251, 251);
  4. margin: 0 !important;
  5. padding: 0 !important;
  6. }
  7. .layui-tab-brief>.layui-tab-title .layui-this {
  8. color: #1287ff !important;
  9. }
  10. .layui-tab-title li {
  11. font-size: 3.7vw !important;
  12. line-height: 10vw !important;
  13. }
  14. .layui-tab-title{
  15. background-color: #fff;
  16. }
  17. .layui-tab-title li {
  18. width: 100% !important;
  19. padding: 0 !important;
  20. }
  21. .layui-tab-brief>.layui-tab-more li.layui-this:after,
  22. .layui-tab-brief>.layui-tab-title .layui-this:after {
  23. border-bottom: 0.5vw solid #1287ff !important;
  24. }
  25. .top {
  26. display: flex;
  27. justify-content: space-between;
  28. align-items: center;
  29. padding-right: 2vw;
  30. z-index: 1000;
  31. }
  32. .person {
  33. display: flex;
  34. margin: 2vw 4vw !important;
  35. padding: 2vw !important;
  36. background-color: #fff;
  37. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  38. }
  39. .content {
  40. margin-bottom: 1vw !important;
  41. }
  42. .layui-tab{
  43. margin: 10px 0 0 0 !important;
  44. }
  45. .layui-input, .layui-select, .layui-textarea{
  46. height: 4.6vh !important;
  47. }
  48. .layui-input-wrap{
  49. line-height: 0 !important;
  50. }