1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- page{
- background: #F5F6F8;
- 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;
- }
- .wx-swiper-dot {
- width: 15rpx!important;
- height: 3rpx!important;
- border-radius: 2rpx!important;
- }
|