xietongfuwu-yy.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .list-item{
  2. background-color: #fff;
  3. padding: 10px;
  4. margin-bottom: 10px;
  5. border: 1px solid #e1e1e1;
  6. border-radius: 5px;
  7. position: relative;
  8. }
  9. .list-item:last-child{margin-bottom: 0px;}
  10. .list-item.active{
  11. border-color: #17b3ec;
  12. }
  13. .list-item .line{
  14. padding: 2px 0;
  15. }
  16. .radio-div{
  17. position: absolute;
  18. top: 10px;
  19. right: 10px;
  20. }
  21. .icon-checkbox{
  22. position: relative;
  23. -webkit-appearance: none;
  24. }
  25. .icon-checkbox[type=radio]:before{
  26. content: '\e411';
  27. font-family: Muiicons;
  28. font-size: 28px;
  29. font-weight: 400;
  30. line-height: 1;
  31. text-decoration: none;
  32. color: #e1e1e1;
  33. border-radius: 0;
  34. background: 0 0;
  35. -webkit-font-smoothing: antialiased;
  36. }
  37. .icon-checkbox[type=radio]:checked:before{
  38. content: '\e442';
  39. color: #17B3EC;
  40. }
  41. .fa-circle{
  42. margin-right: 10px;
  43. }
  44. .add-btn{
  45. position: fixed;
  46. right: 15px;
  47. bottom: 90px;
  48. z-index: 2;
  49. }
  50. .footer{
  51. position: fixed;
  52. bottom: 0;
  53. left: 0;
  54. width: 100%;
  55. z-index: 2;
  56. }
  57. .c-btn-blue{
  58. background-color: #17b3ec;
  59. border-radius: 5px;
  60. }
  61. .bottom-title{font-size: 14px;color: #666;height: 30px;line-height: 30px;}
  62. .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}