index.wxss 833 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. .after {
  14. width: 3px;
  15. height: 1.2em;
  16. margin-left: -5px;
  17. display: inline-block;
  18. border-radius: 3px;
  19. vertical-align: middle;
  20. background-color: #44aae1;
  21. }
  22. .btns{
  23. float: right;
  24. font-size: 12px;
  25. margin-top: 3px;
  26. margin-right: 10rpx;
  27. }
  28. .title{
  29. font-size: 16px;
  30. font-weight: 500;
  31. padding-left: 10rpx;
  32. color: #44aae1
  33. }
  34. .col{
  35. padding: .5em 0;
  36. overflow:hidden;
  37. text-overflow:ellipsis;
  38. white-space:nowrap;
  39. font-weight: 600;
  40. }
  41. .col1{
  42. font-weight: 400;
  43. }
  44. .youshikehubody{
  45. margin: 0 5px;
  46. box-shadow: 0 0 5px #eee;
  47. }
  48. .rowText:nth-child(odd) .col {
  49. background-color: #eee;
  50. }