leaveMessage.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /* pages/leaveMessage/leaveMessage.wxss */
  2. .body {
  3. width: 90%;
  4. margin: auto;
  5. }
  6. button::after{
  7. border-radius: 0;
  8. border: 0;
  9. padding: 0;
  10. }
  11. textarea,button{
  12. resize: none;
  13. padding: 0 !important;
  14. }
  15. ul,li{
  16. list-style: none;
  17. }
  18. a{
  19. text-decoration: none;
  20. }
  21. .list li {
  22. display: flex;
  23. align-items: center;
  24. font-size: 13px;
  25. font-weight: 400;
  26. color: #333333;
  27. height: 60px;
  28. margin-top: 10px;
  29. }
  30. .list li .name {
  31. width: 162rpx;
  32. height: 50px;
  33. display: flex;
  34. align-items: center;
  35. }
  36. .list li .name .star {
  37. color: #A91919;
  38. }
  39. .list li .cont {
  40. width: calc(100% - 142rpx);
  41. border-bottom: 1px solid rgb(102 102 102 / 12%);
  42. height: 100rpx;
  43. display: flex;
  44. align-items: center;
  45. }
  46. .list li .cont input {
  47. width: 100%;
  48. height: 50px;
  49. }
  50. .list li .cont input::placeholder {
  51. color: #D2D2D2;
  52. }
  53. .list .open {
  54. width: 124rpx;
  55. height: 21px;
  56. line-height: 21px;
  57. background: #53A766;
  58. border-radius: 10px;
  59. display: flex;
  60. align-items: center;
  61. justify-content: space-around;
  62. font-size: 13px;
  63. color: #FFFFFF;
  64. }
  65. .list .open .text {
  66. width: 80rpx;
  67. text-align: center;
  68. }
  69. .list .open .dot {
  70. width: 36rpx;
  71. height: 18px;
  72. background: #FFFFFF;
  73. border-radius: 50%;
  74. }
  75. .list .map {
  76. width: 170rpx;
  77. font-size: 13px;
  78. color: #508FF4;
  79. height: 50px;
  80. display: flex;
  81. align-items: center;
  82. }
  83. .list .map image{
  84. width: 36rpx;
  85. height: 20px;
  86. }
  87. .btn {
  88. display: flex;
  89. justify-content: space-around;
  90. margin-top: 40px;
  91. }
  92. .btn button {
  93. width: 318rpx !important;
  94. height: 47px;
  95. border-radius: 5px;
  96. font-size: 16px;
  97. color: #FFFFFF;
  98. line-height: 47px;
  99. }