index.wxss 2.0 KB

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