index.wxss 700 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* components/toufang/index.wxss */
  2. .titleHead {
  3. color: #000;
  4. padding: 5px 5px 5px 10px;
  5. font-size: 17px;
  6. margin-bottom: 15px;
  7. margin-top: 15px;
  8. border-bottom: 1rpx solid #eee;
  9. }
  10. .f2-canvas{
  11. height: 56.25vw;
  12. }
  13. .select{
  14. font-size: 15px;
  15. }
  16. .youshikehubody{
  17. margin: 0 5px;
  18. box-shadow: 0 0 5px #eee;
  19. }
  20. .rowText:nth-child(odd) .col {
  21. background-color: #eee;
  22. }
  23. .after {
  24. width: 3px;
  25. height: 1.2em;
  26. margin-left: -5px;
  27. display: inline-block;
  28. border-radius: 3px;
  29. vertical-align: middle;
  30. background-color: #44aae1;
  31. }
  32. .btns{
  33. float: right;
  34. font-size: 12px;
  35. margin-top: 3px;
  36. }
  37. .col{
  38. padding: .5em 0;
  39. overflow:hidden;
  40. text-overflow:ellipsis;
  41. white-space:nowrap
  42. }