cooperation.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .container {
  2. background-color: #DFC7A4;
  3. justify-content: flex-start;
  4. color: #1E1E1E;
  5. font-weight: 500;
  6. }
  7. .panel1{
  8. width: 100%;
  9. height:163rpx;
  10. background-color: #F5E2BE;
  11. }
  12. .panel4{
  13. width: 100%;
  14. height:263rpx;
  15. position: absolute;
  16. top:0;
  17. }
  18. .image06002{
  19. width:310rpx;
  20. height:263rpx;
  21. }
  22. .text1{
  23. font-size:36rpx;
  24. margin-top:160rpx;
  25. font-weight: 600;
  26. }
  27. .line{
  28. width: 252rpx;
  29. height:12rpx;
  30. background-color: #1E1E1E;
  31. margin-top:16rpx;
  32. }
  33. .panel2{
  34. width: 100%;
  35. margin-top:16rpx;
  36. justify-content: flex-start;
  37. }
  38. .text2{
  39. font-size:28rpx;
  40. margin-top:0rpx;
  41. }
  42. .panel3{
  43. width: 600rpx;
  44. height:132rpx;
  45. margin-top:40rpx;
  46. justify-content: flex-start;
  47. align-items: flex-start;
  48. }
  49. .text3{
  50. font-size:24rpx;
  51. margin-left:20rpx;
  52. font-weight: 400;
  53. }
  54. .input1{
  55. background-color: #fff;
  56. border-radius: 14rpx;
  57. width: 600rpx;
  58. height:90rpx;
  59. margin-top: 10rpx;
  60. }
  61. .input1_1{
  62. font-size:36rpx;
  63. font-weight: 400;
  64. width: 540rpx;
  65. height:90rpx;
  66. line-height: 90rpx;
  67. }
  68. .text4{
  69. font-size:24rpx;
  70. color:#A20602;
  71. margin-top:88rpx;
  72. }
  73. .btn {
  74. width: 600rpx;
  75. height: 104rpx;
  76. background-color: #035834;
  77. border-radius: 14rpx;
  78. margin-top: 20rpx;
  79. }
  80. .btn1 {
  81. width: 100%;
  82. height: 90rpx;
  83. background-color: #03AF69;
  84. border-radius: 14rpx;
  85. position:relative;
  86. top:0;
  87. font-size: 36rpx;
  88. text-align: center;
  89. line-height: 90rpx;
  90. color:#fff;
  91. }
  92. .text5{
  93. font-size:24rpx;
  94. margin-top:20rpx;
  95. font-weight: 400;
  96. }
  97. .input2{
  98. background-color: #CDB797;
  99. border-radius: 14rpx;
  100. font-size:36rpx;
  101. width: 600rpx;
  102. height:90rpx;
  103. line-height: 90rpx;
  104. margin-top: 10rpx;
  105. text-align: center;
  106. }
  107. .input3{
  108. font-size:30rpx;
  109. }
  110. .red{
  111. color:#A20602;
  112. }
  113. .text6{
  114. font-size:20rpx;
  115. margin-top:10rpx;
  116. margin-left: 230rpx;
  117. }
  118. .text8{
  119. font-size:28rpx;
  120. margin-top:70rpx;
  121. color:#A20602;
  122. }
  123. .line2{
  124. width: 600rpx;
  125. height:3rpx;
  126. background-color: #593613;
  127. margin-top:30rpx;
  128. }
  129. .text7{
  130. font-size:24rpx;
  131. margin-top:40rpx;
  132. font-weight: 400;
  133. width: 560rpx;
  134. }