cloud.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /* .log-list {
  2. display: flex;
  3. flex-direction: column;
  4. padding: 40rpx;
  5. }
  6. .log-item {
  7. margin: 10rpx;
  8. } */
  9. page {
  10. background: #F5F5F5;
  11. }
  12. .cloud_search {
  13. width: 100%;
  14. height: 55px;
  15. /* display: flex; */
  16. justify-content: center;
  17. box-sizing: border-box;
  18. /* position: fixed; */
  19. z-index: 99;
  20. }
  21. .cloud_title {
  22. width: 100%;
  23. height: 40px;
  24. /* display: flex; */
  25. box-sizing: border-box;
  26. /* position: fixed; */
  27. z-index: 99;
  28. padding: 10rpx 35rpx 25rpx;
  29. background:#F5F5F5;
  30. }
  31. .cloud_tabs {
  32. width: 100%;
  33. height: 45px;
  34. }
  35. .cloud_title text {
  36. width: 30%;
  37. font-size: 30rpx;
  38. font-weight: 600;
  39. vertical-align: middle;
  40. }
  41. .cloud_title picker {
  42. float:right;
  43. width: 40%;
  44. text-align: right;
  45. font-size: 30rpx;
  46. padding-top: 8rpx;
  47. vertical-align: middle;
  48. }
  49. .cloud_title image {
  50. width: 32rpx;
  51. height:20rpx;
  52. transform: rotate(180deg);
  53. }
  54. .cloud_list {
  55. height: calc(100% - 205rpx);
  56. }
  57. .cloud_list .one_card {
  58. margin-bottom: 25rpx;
  59. }
  60. .noList {
  61. text-align: center;
  62. padding: 200rpx 0;
  63. }
  64. .noList image {
  65. width: 320rpx;
  66. height: 280rpx;
  67. }
  68. .noList view {
  69. margin-top: 30rpx;
  70. font-size: 28rpx;
  71. color: #9A9A9A;
  72. }
  73. .cloud_create {
  74. position: fixed;
  75. right: 35rpx;
  76. bottom: 145rpx;
  77. }
  78. .cloud_create image {
  79. width: 120rpx;
  80. height: 120rpx;
  81. }
  82. .list view {
  83. line-height: 42rpx;
  84. }