index.wxss 862 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. }.btns{
  22. float: right;
  23. height: 20px;
  24. line-height: 20px;
  25. margin-right: 10rpx;
  26. }
  27. .title{
  28. font-size: 16px;
  29. font-weight: 500;
  30. padding-left: 10rpx;
  31. color: #44aae1
  32. }
  33. .col{
  34. padding: .5em 0;
  35. overflow:hidden;
  36. text-overflow:ellipsis;
  37. white-space:nowrap;
  38. font-weight: 600;
  39. }
  40. .col1{
  41. font-weight: 400;
  42. }
  43. .select{
  44. font-size: 15px;
  45. }
  46. .youshikehubody{
  47. margin: 0 5px;
  48. box-shadow: 0 0 5px #eee;
  49. }
  50. .rowText:nth-child(odd) .col {
  51. background-color: #eee;
  52. }