index.wxss 770 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /**index.wxss**/
  2. .title {
  3. display:block;
  4. box-sizing: border-box;
  5. padding: 0 5px;
  6. width: 100%;
  7. height: 30px;
  8. line-height: 30px;
  9. border-top: 1px solid #ccc;
  10. margin:auto;
  11. font-size:14px;
  12. color:#333;
  13. text-align: left;
  14. font-weight: bold;
  15. }
  16. .list-panel{
  17. width: 100%;
  18. }
  19. .sub-title{
  20. display:block;
  21. box-sizing: border-box;
  22. padding: 0 5px;
  23. width: 100%;
  24. height: 30px;
  25. line-height: 30px;
  26. font-size:12px;
  27. color:#333;
  28. text-align: left;
  29. font-weight: bold;
  30. }
  31. .list {
  32. margin-top: 10px;
  33. padding-bottom: 10px;
  34. width: 100%;
  35. }
  36. .button {
  37. float: left;
  38. margin: 0 3px 3px 0;
  39. text-align: left;
  40. font-size: 14px;
  41. height: 28px;
  42. line-height:28px;
  43. padding:0 10px;
  44. }