feedback.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. template{
  2. position: relative;
  3. }
  4. .main{
  5. position: relative;
  6. top: -96px;
  7. }
  8. .head{
  9. height: 149px;
  10. border-radius: 0px 0px 10px 10px;
  11. background-color: rgba(42, 130, 228, 1);
  12. }
  13. .head .location{
  14. padding-top: 18px;
  15. font-size: 15px;
  16. font-weight: bold;
  17. text-align: center;
  18. color:rgba(255, 255, 255, 1) ;
  19. }
  20. .loc{
  21. width: 20px;
  22. height: 20px;
  23. font-size: 12px;
  24. vertical-align:middle;
  25. }
  26. .num{
  27. float: left;
  28. margin-left: 10px;
  29. margin-top: 9px;
  30. font-size: 11px;
  31. font-weight: 700;
  32. color: rgba(42, 130, 228, 1);
  33. }
  34. .got{
  35. float: right;
  36. margin-top: 9px;
  37. margin-right: 9px;
  38. color: rgba(212, 48, 48, 1);
  39. }
  40. .list{
  41. float: left;
  42. margin-left: 21px;
  43. margin-top: 9px;
  44. font-size: 11px;
  45. color: rgba(80, 80, 80, 1);
  46. }
  47. .p{
  48. margin-top: 8px;
  49. }
  50. .list .text{
  51. width: 242px;
  52. height: 54px;
  53. margin-top: 15px;
  54. margin-left: 25px;
  55. text-align:center;
  56. line-height: 54px;
  57. background-color: rgba(255, 255, 255, 1);
  58. }
  59. .content-list{
  60. width: 359px;
  61. height: 173px;
  62. float: left;
  63. margin-left: 8px;
  64. margin-top:11px;
  65. border-radius: 14px 14px 0px 0px;
  66. background-color: rgba(229, 229, 229, 1);
  67. }
  68. .isOver{
  69. width: 100%;
  70. height: 50px;
  71. line-height: 50px;
  72. text-align: center;
  73. font-size: 12px;
  74. color: rgba(80, 80, 80, 0.27);
  75. }