index.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .list-div{
  2. background-color: #ffffff;
  3. width: 710rpx;
  4. height: 248rpx;
  5. margin: 15rpx 20rpx;
  6. border-radius: 20rpx;
  7. }
  8. .list-header{
  9. overflow: hidden;
  10. height: 88rpx;
  11. line-height: 88rpx;
  12. border-bottom: 1rpx solid #CCCCCC;
  13. padding: 0 25rpx;
  14. }
  15. .list-header-icon{
  16. display: inline-block;
  17. width: 60rpx;
  18. float: left;
  19. overflow: hidden;
  20. }
  21. .list-header-icon image{
  22. width: 48rpx;
  23. height: 48rpx;
  24. vertical-align: middle;
  25. }
  26. .list-header-title{
  27. display: inline-block;
  28. color: #3E3E3E;
  29. font-weight: bold;
  30. width: 410rpx;
  31. float: left;
  32. font-size: 34rpx;
  33. height: 88rpx;
  34. overflow: hidden;
  35. font-family:PingFang-SC-Bold;
  36. }
  37. .list-header-btn{
  38. display: inline-block;
  39. width: 120rpx;
  40. float: right;
  41. font-size: 30rpx;
  42. }
  43. .btn-cancel{
  44. color: #119DFE;
  45. }
  46. .btn-deal{
  47. color: #6891f0;
  48. }
  49. .btn-send{
  50. color: #4AD1E7;
  51. }
  52. .btn-finish{
  53. color: #27B934;
  54. }
  55. .btn-comment{
  56. color: #FFC700;
  57. }
  58. .btn-invalid {
  59. color: #cccccc;
  60. }
  61. .list-body{
  62. height: 159rpx;
  63. padding: 25rpx;
  64. }
  65. .list-body view{
  66. font-size: 28rpx;
  67. color: #999999;
  68. }