my-detail.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .c-f17 {
  2. font-size: 17px;
  3. }
  4. .c-333 {
  5. color: #333;
  6. }
  7. .mr16 {
  8. margin-right: 16px;
  9. }
  10. .div-type-content li {
  11. height: 45px;
  12. }
  13. .div-type-content.c-list .cur-pit {
  14. padding-right: 0;
  15. }
  16. .div-type-content.c-list .c-list-info {
  17. border-bottom: 1px solid #dcdcdc;
  18. padding-right: 0;
  19. }
  20. .div-type-content.c-list li:last-child .c-list-info {
  21. border-bottom: 0;
  22. }
  23. .div-type-content.c-list>li,
  24. .div-type-content.c-list>.c-list-div {
  25. border-top: 0;
  26. }
  27. .c-list .c-list-key {
  28. margin-top: 15px;
  29. }
  30. .div-head-content {
  31. width: 100%;
  32. height: 105px;
  33. background: url(../images/wode_bg_img.png) no-repeat;
  34. background-size: 100% 105px;
  35. display: -webkit-box;
  36. position: relative;
  37. }
  38. .portrait-img {
  39. border-radius: 60px;
  40. margin: 22px;
  41. }
  42. .mt25 {
  43. margin-top: 25px;
  44. }
  45. .mt5 {
  46. margin-top: 5px;
  47. }
  48. .qiehuan-jiaren {
  49. position: absolute;
  50. top: 50%;
  51. right: 15px;
  52. margin-top: -17px;
  53. }
  54. .app-list {
  55. background-color: #fff;
  56. overflow: hidden;
  57. border-bottom: 1px solid #e1e1e1;
  58. }
  59. .app-list li {
  60. float: left;
  61. text-align: center;
  62. width: calc((100% - 3px) / 4);
  63. padding: 13px 0;
  64. font-size: 14px;
  65. color: #666;
  66. }
  67. .app-list li:nth-child(4n) {
  68. border-right: 0;
  69. }
  70. .weixing-icon{
  71. display: none;
  72. }