index.wxss 2.0 KB

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