myjslis.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #fff;
  13. }
  14. .list-top {
  15. width: 708rpx;
  16. margin: auto;
  17. padding: 0 20rpx;
  18. text-align: center;
  19. font-size: 30rpx;
  20. font-weight: bold;
  21. color: #666666;
  22. background-color: #fff;
  23. line-height: 83rpx;
  24. }
  25. .list-top .list-left {
  26. flex-shrink: 0;
  27. width: 55%;
  28. }
  29. .list-top .list-mid {
  30. flex-shrink: 0;
  31. width: 30%;
  32. }
  33. .list-top .list-right {
  34. flex-shrink: 0;
  35. width: 15%;
  36. }
  37. .list-box {
  38. width: 708rpx;
  39. margin: auto;
  40. }
  41. .list-box .list-item {
  42. border-bottom: 1px solid #EAEAEA;
  43. }
  44. .list-box .list-left text {
  45. padding-right: 10rpx;
  46. }
  47. .list-box text {
  48. color: #4261E3 !important;
  49. }
  50. .list-box .list-right {
  51. justify-content: center;
  52. }
  53. .list-box .list-right .btn {
  54. width: 86rpx;
  55. height: 41rpx;
  56. border-radius: 21rpx;
  57. font-size: 24rpx;
  58. font-weight: 500;
  59. line-height: 41rpx;
  60. }
  61. .list-box .list-right .sc {
  62. border: 1px solid #D8D8D8;
  63. margin-right: 10rpx;
  64. }
  65. .list-box .list-right .xq {
  66. background: #ECEFFC;
  67. border: 1px solid #4261E3;
  68. color: #4261E3;
  69. }
  70. .jg {
  71. width: 750rpx;
  72. height: 1rpx;
  73. background: #EAEAEA;
  74. }