123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- page{
- background: #fff;
- min-height: 60vh;
- }
- scroll-view {
- box-sizing: border-box;
- }
- view,text {
- box-sizing: border-box;
- }
- .searchPlaceholder{
- font-size: 24rpx;
- color: #ffffff;
- vertical-align: middle;
- }
- button::after,button::before{
- border: none;
- height: 0;
- }
- canvas {
- z-index: 1;
- }
- .goTop {
- position: fixed;
- bottom: 180rpx;
- right: 40rpx;
- width: 60rpx;
- height: 60rpx;
- z-index: 22;
- }
- .btn-hover{
- background: transparent;
- }
- .searchPlaceholderHome {
- color: #89899C;
- }
- .noHaveData {
- font-size: 26rpx;
- color: #89899C;
- line-height: 50rpx;
- padding: 30rpx 0 16rpx;
- text-align: center;
- }
- .echartsDiv{
- width: 100%;
- height: 560rpx;
- position: relative;
- }
|