@import '/utils/styles/index.wxss'; .container>.flex1 { background-color: #f2f2f2; } .menus { height: 90rpx; } .menus text { color: #333; font-size: 30rpx; box-sizing: border-box; } .menus .cur { color: #33ad37; border-bottom: 4rpx solid #33ad37; } swiper { top: 0; left: 0; right: 0; bottom: 0; } /* 内容 */ .handle{ height: 200rpx; padding: 0 30rpx; /* margin-top: 22rpx; */ border-bottom: 1rpx solid #f2f2f2; } .title{ display: flex; justify-content: space-between; height: 84rpx; } .title view{ display: flex; align-items: center; font-size: 30rpx; color: #333; } .title image{ width: 100rpx; /* height: 100rpx; */ } .section{ font-size: 24rpx; color: #666; margin-top: 10rpx; } .desc{ display: flex; justify-content: space-between; margin-top: 20rpx; } .desc text{ font-size: 24rpx; color:#666; } .assess-button{ width: 160rpx; height: 60rpx; font-size: 30rpx; color: #33ad37 !important; border-radius: 60rpx; border:1rpx solid #33ad37; display: flex; align-items: center; justify-content: center; } .assess{ display: flex; } .assess image{ width: 34rpx; height: 34rpx; padding-left: 6rpx; } .noList{ display: flex; flex-direction: column; justify-content: center; align-items: center; } .noList view{ margin-top: 30rpx; font-size: 28rpx; color: #999; } .noList image{ width:278rpx; height:182rpx; text-align:center; margin-top:100rpx; }