index.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .page {
  2. width: 100%;
  3. height: 100%;
  4. padding: 32rpx 30rpx 30rpx 30rpx;
  5. }
  6. .content {
  7. margin-bottom: 24rpx;
  8. padding: 32rpx 24rpx;
  9. background-color: #fff;
  10. color: #AEC0D7;
  11. font-size: 28rpx;
  12. line-height: 42rpx;
  13. box-sizing: border-box;
  14. }
  15. .tit {
  16. font-size: 34rpx;
  17. color: #606266;
  18. margin-bottom: 8rpx;
  19. }
  20. .tit>text {
  21. font-size: 26rpx;
  22. float: right;
  23. color: #C5CFDC;
  24. }
  25. .today>text {
  26. width: 10rpx;
  27. height: 24rpx;
  28. display: inline-block;
  29. background: #E9F0F9;
  30. border-radius: 3px;
  31. margin-right: 8rpx;
  32. }
  33. .button {
  34. margin-left: 259rpx;
  35. }
  36. .search {
  37. position: relative;
  38. margin-bottom: 32rpx;
  39. }
  40. .search_input {
  41. width: 100%;
  42. height: 80rpx;
  43. padding-left: 16rpx;
  44. background: #fff;
  45. border-radius: 20rpx;
  46. text-align: left;
  47. padding-right: 150rpx;
  48. }
  49. .query {
  50. position: absolute;
  51. top: 0;
  52. right: 0;
  53. width: 140rpx;
  54. height: 80rpx;
  55. line-height: 80rpx;
  56. color: #FFFFFF;
  57. background: linear-gradient(0deg, #679EFF, #679EFF), linear-gradient(90deg, #3880FF 10.71%, #7CB5FF 109.29%);
  58. border-radius: 20rpx;
  59. font-size: 28rpx;
  60. padding: 0;
  61. }
  62. .query_img {
  63. width: 28rpx;
  64. height: 28rpx;
  65. vertical-align: text-top;
  66. }
  67. .button>view {
  68. border: 1px solid #C5CFDC;
  69. border-radius: 6px;
  70. display: inline-block;
  71. padding: 10rpx 32rpx;
  72. margin-left: 40rpx;
  73. margin-top: 32rpx;
  74. color: #909399;
  75. }
  76. .button>.update {
  77. color: #fff;
  78. background: #85B1FF;
  79. }
  80. .blue {
  81. background-color: #AEC0D7 !important;
  82. }
  83. .red {
  84. background-color: #E98383 !important;
  85. }