123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- /* .log-list {
- display: flex;
- flex-direction: column;
- padding: 40rpx;
- }
- .log-item {
- margin: 10rpx;
- } */
- page {
- background: #F5F5F5;
- }
- .cloud_search {
- width: 100%;
- height: 55px;
- /* display: flex; */
- justify-content: center;
- box-sizing: border-box;
- /* position: fixed; */
- z-index: 99;
- }
- .cloud_title {
- width: 100%;
- height: 40px;
- /* display: flex; */
- box-sizing: border-box;
- /* position: fixed; */
- z-index: 99;
- padding: 10rpx 35rpx 25rpx;
- background:#F5F5F5;
- }
- .cloud_tabs {
- width: 100%;
- height: 45px;
- }
- .cloud_title text {
- width: 30%;
- font-size: 30rpx;
- font-weight: 600;
- vertical-align: middle;
- }
- .cloud_title picker {
- float:right;
- width: 40%;
- text-align: right;
- font-size: 30rpx;
- padding-top: 8rpx;
- vertical-align: middle;
- }
- .cloud_title image {
- width: 32rpx;
- height:20rpx;
- transform: rotate(180deg);
- }
- .cloud_list {
- height: calc(100% - 205rpx);
- }
- .cloud_list .one_card {
- margin-bottom: 25rpx;
- }
- .noList {
- text-align: center;
- padding: 200rpx 0;
- }
- .noList image {
- width: 320rpx;
- height: 280rpx;
- }
- .noList view {
- margin-top: 30rpx;
- font-size: 28rpx;
- color: #9A9A9A;
- }
- .cloud_create {
- position: fixed;
- right: 35rpx;
- bottom: 145rpx;
- }
- .cloud_create image {
- width: 120rpx;
- height: 120rpx;
- }
- .list view {
- line-height: 42rpx;
- }
|