星火官网,前端页面(前台)
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

trial.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. body{
  2. background-color: white;
  3. }
  4. *{
  5. margin: 0;
  6. }
  7. .tri_header {
  8. width: 100%;
  9. height: 3.9rem;
  10. position: relative;
  11. }
  12. .tri_header img {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .suspension {
  17. position: absolute;
  18. left: 2rem;
  19. top: 1.3rem;
  20. color: white;
  21. }
  22. .suspension div {
  23. font-weight: bold;
  24. font-size: 0.4rem;
  25. margin-bottom: 0.4rem;
  26. }
  27. .suspension p {
  28. font-size: 0.16rem;
  29. }
  30. .tri_content{
  31. width: 13rem;
  32. margin: 1rem auto;
  33. }
  34. .ser_title {
  35. color: #000000;
  36. letter-spacing: 0.01rem;
  37. font-size: 0.4rem;
  38. font-weight: bold;
  39. text-align: center;
  40. margin-bottom: 0.2rem;
  41. }
  42. .ser_comm p {
  43. width: 100%;
  44. color: #999999;
  45. font-size: 0.16rem;
  46. text-align: center;
  47. letter-spacing: 0.02rem;
  48. line-height: 0.3rem;
  49. margin: 0;
  50. }
  51. .submit_data{
  52. margin-top: 0.6rem;
  53. }
  54. .submit_list{
  55. display: flex;
  56. justify-content: space-between;
  57. margin-bottom: 0.4rem;
  58. }
  59. .submit_item{
  60. width: 32%;
  61. display: flex;
  62. flex-direction:column-reverse;
  63. position: relative;
  64. }
  65. .submit_item p{
  66. color: #333333;
  67. font-size: 0.16rem;
  68. font-weight: bold;
  69. line-height: 0.3rem;
  70. margin-bottom: 0.1rem;
  71. }
  72. .submit_item input{
  73. width: calc(100% - 0.2rem);
  74. display: inline-block;
  75. height: 0.36rem;
  76. border: 1px solid #cccccc;
  77. border-radius: 0.06rem;
  78. outline-style: none; /*获取焦点时边框*/
  79. padding-left: 0.1rem;
  80. }
  81. ::-webkit-input-placeholder {
  82. /* WebKit browsers,webkit内核浏览器 */
  83. color: #ccc;
  84. }
  85. .submit_comm p{
  86. color: #333333;
  87. font-size: 0.16rem;
  88. font-weight: bold;
  89. line-height: 0.3rem;
  90. margin-bottom: 0.1rem;
  91. }
  92. .submit_comm #comm{
  93. width: calc(100% - 0.2rem);
  94. outline-style: none;
  95. /*获取焦点时边框*/
  96. border: 1px solid #cccccc;
  97. padding: 0.06rem;
  98. font-family: Microsoft YaHei;
  99. }
  100. .subject_data{
  101. padding: 0.6rem 0 1.6rem;
  102. }
  103. .btn{
  104. width: 3.2rem;
  105. height: 0.48rem;
  106. margin: 0 auto;
  107. background-color: #2d8cf0;
  108. display: flex;
  109. align-items: center;
  110. justify-content: center;
  111. cursor: pointer;
  112. }
  113. .btn span{
  114. color: white;
  115. font-size: 0.16rem;
  116. }
  117. .btn img{
  118. margin-left: 0.2rem;
  119. width: 0.2rem;
  120. height: 0.06rem;
  121. }
  122. .submit_item .showerr{
  123. position: absolute;
  124. bottom: -0.4rem;
  125. color: red !important;
  126. font-size: 0.14rem;
  127. /* visibility: hidden; */
  128. }