index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /**index.wxss**/
  2. .header{
  3. height: 6.16vh;
  4. border: gray 1px solid;
  5. border-radius: 20px;
  6. margin: 0 3.125vw;
  7. }
  8. .text{
  9. height: 5.28vh;
  10. width: 75vw;
  11. display: inline-block;
  12. /* background: blue; */
  13. margin-left: 6.25vw;
  14. line-height: 5.28vh;
  15. margin-top: 0.88vh;
  16. position: relative;
  17. }
  18. .text input{
  19. position: absolute;
  20. top: 0px;
  21. }
  22. .btn1{
  23. line-height: 7.04vh;
  24. margin-top: 0px;
  25. height: 5.28vh;
  26. width: 23vw;
  27. display: inline-block;
  28. position: absolute;
  29. top: 0.26vh;
  30. text-align: center;
  31. align-items: center;
  32. right: 3.8vw;
  33. }
  34. .btn1 button{
  35. font-size: 13px;
  36. border-radius:20px;
  37. background: orange;
  38. color: #ffff;
  39. }
  40. .serve{
  41. margin-top: 3.52vh;
  42. font-size: 13px;
  43. }
  44. .serve-con{
  45. width: auto;
  46. height: 71vh;
  47. background: #F5F5F5 ;
  48. }
  49. .content1{
  50. width: 90.66vw;
  51. height: 30vh;
  52. background: #ffff;
  53. margin: 3vh 5.33vw 0 5.33vw ;
  54. margin-left: 5vw;
  55. border-radius: 10px;
  56. float: left;
  57. }
  58. .content-num{
  59. width: 85.33vw;
  60. height: 5vh;
  61. margin: 1.5vh 0 0 2.6vw;
  62. font-size: 12px;
  63. border-bottom: gray 1px solid;
  64. display: inline-block;
  65. }
  66. .num-left{
  67. display: inline-block;
  68. margin-left: 33.61vw;
  69. width: 11.2vw;
  70. }
  71. .content-msg{
  72. margin: 1.5vh 0 0 2.6vw;
  73. }
  74. .msg-right{
  75. /* display: inline-block; */
  76. /* margin-left: 220px; */
  77. color: orange;
  78. float: right;
  79. margin-right: 3vh;
  80. }
  81. .msg-left{
  82. margin: 1.5vh 0 0 0;
  83. }
  84. .btn2{
  85. /* display: inline-block; */
  86. float: right;
  87. font-size: 12px;
  88. /* margin-left: 180px; */
  89. background: orange;
  90. color: #fff;
  91. }
  92. .footer{
  93. position:fixed;
  94. bottom : 0;
  95. left:0;
  96. right:0;
  97. height:9vh;
  98. }
  99. .footer-img{
  100. width: 33.3vw;
  101. display: inline-block;
  102. }
  103. .img-box{
  104. text-align: center;
  105. font-size: 11px;
  106. }
  107. .userinfo {
  108. display: flex;
  109. flex-direction: column;
  110. align-items: center;
  111. color: #aaa;
  112. }
  113. .userinfo-avatar {
  114. overflow: hidden;
  115. width: 128rpx;
  116. height: 128rpx;
  117. margin: 20rpx;
  118. border-radius: 50%;
  119. }
  120. .usermotto {
  121. margin-top: 200px;
  122. }