contract.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. body {
  2. font-size: 3.7vw !important;
  3. background-color: rgb(251, 251, 251);
  4. margin: 0 !important;
  5. padding: 0 !important;
  6. background: linear-gradient(#2d8cf0 -163%, #fff 60%,#fff) fixed ;
  7. }
  8. .top {
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. padding-right: 2vw;
  13. z-index: 1000;
  14. }
  15. .layui-input, .layui-select, .layui-textarea{
  16. height: 4.6vh !important;
  17. }
  18. .layui-input-wrap{
  19. line-height: 0 !important;
  20. }
  21. .contract{
  22. padding: 2vw 4vw;
  23. font-size: 3.7vw;
  24. margin: 4vw 3vw 0vw 3vw !important;
  25. border-radius: 1.5vw;
  26. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  27. background-color: #Fff;
  28. }
  29. .contract-top{
  30. margin-bottom: 1vw;
  31. padding: 1vw 0;
  32. display: flex;
  33. justify-content: space-between;
  34. align-items: center;
  35. border-bottom: 0.5vw solid rgb(219, 219, 221);
  36. }
  37. .contract-top-left{
  38. font-size: 4.5vw;
  39. display:flex;
  40. align-items:center;
  41. }
  42. .contract-top-right{
  43. display: flex;
  44. align-items: center;
  45. font-size: 3.5vw;
  46. color: #187FDD;
  47. }
  48. .contract-bottom{
  49. display: flex;
  50. justify-content: space-between;
  51. align-items: center;
  52. margin-top: 3vw;
  53. }
  54. .contract-bottom-left{
  55. color: #187FDD;
  56. background-color: rgb(218, 235, 252);
  57. width:50vw;
  58. padding: 0.5vw 1vw;
  59. font-size: 3.7vw;
  60. line-height: 5.5vw;
  61. border-radius: 1.5vw;
  62. padding: 0.5vw 0;
  63. text-align: center;
  64. }