tocontrilist.wxss 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .content {
  12. background-color: #f8f8f8;
  13. }
  14. .content .header {
  15. background-color: #FFFFFF;
  16. height: 90rpx;
  17. }
  18. .content .header .header-box {
  19. font-size: 28rpx;
  20. padding: 0 32rpx;
  21. display: -webkit-box;
  22. display: -webkit-flex;
  23. display: flex;
  24. -webkit-box-align: center;
  25. -webkit-align-items: center;
  26. align-items: center;
  27. -webkit-box-pack: justify;
  28. -webkit-justify-content: space-between;
  29. justify-content: space-between;
  30. height: 70rpx;
  31. background-color: #d32d26;
  32. color: #FFFFFF;
  33. }
  34. .content .header .header-box .homeicon {
  35. width: 40rpx;
  36. height: 40rpx;
  37. }
  38. .content .header .header-box .homeicon image {
  39. width: 40rpx;
  40. height: 40rpx;
  41. }
  42. .content .header .header-box .cancel {
  43. width: 40rpx;
  44. height: 40rpx;
  45. }
  46. .content .header .header-box .cancel image {
  47. width: 40rpx;
  48. height: 40rpx;
  49. }
  50. .content .list {
  51. margin-top: 24rpx;
  52. width: 100%;
  53. height: 100%;
  54. background-color: #fff;
  55. }
  56. .content .list .list-item {
  57. width: 100%;
  58. height: 100%;
  59. padding: 0 24rpx;
  60. font-size: 28rpx;
  61. background-color: #fff;
  62. }
  63. .content .list .list-item ._a {
  64. text-decoration: none;
  65. display: block;
  66. color: #333;
  67. }
  68. .content .list .list-item .box-1 {
  69. height: 80rpx;
  70. font-weight: 300;
  71. line-height: 80rpx;
  72. display: -webkit-box;
  73. display: -webkit-flex;
  74. display: flex;
  75. -webkit-box-align: center;
  76. -webkit-align-items: center;
  77. align-items: center;
  78. -webkit-box-pack: justify;
  79. -webkit-justify-content: space-between;
  80. justify-content: space-between;
  81. border-bottom: 1rpx solid #F1F1F1;
  82. }
  83. .content .list .list-item .box-1 .icon {
  84. width: 34rpx;
  85. height: 34rpx;
  86. }
  87. .content .list .list-item .box-1 .icon image {
  88. width: 34rpx;
  89. height: 34rpx;
  90. display: inline;
  91. }