index.wxss 836 B

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