123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- ::-webkit-scrollbar {
- display: none;
- }
- .group {
- height: 100%;
- width: 100%;
- padding-bottom: 102rpx;
- box-sizing: border-box;
- }
- scroll-view {
- height: 100%;
- }
- .group-container {
- width: 100%;
- box-sizing: border-box;
- padding: 0 18rpx;
- background: #fff;
- }
- .search {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- height: 60rpx;
- border-radius: 12rpx;
- background: #F0F1F5;
- padding: 0 20rpx;
- box-sizing: border-box;
- }
- .search input {
- width: 80%;
- height: 100%;
- }
- .search image {
- width: 34rpx;
- height: 34rpx;
- }
- .less-group,
- .whole-group {
- width: 100%;
- background: #fff;
- }
- .whole-group {
- margin-top: 32rpx;
- padding: 0 18rpx;
- box-sizing: border-box;
- }
- .less-group .title,
- .whole-group .title {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 90rpx;
- position: relative;
- }
- .title .left {
- font-size: 32rpx;
- padding-left: 52rpx;
- }
- .quota {
- font-size: 28rpx;
- color: red;
- }
- .title .ren {
- width: 42rpx;
- height: 36rpx;
- position: absolute;
- left: 0;
- }
- .title .right {
- font-size: 28rpx;
- }
- .group-box {
- display: flex;
- width: 100%;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .group-item {
- display: flex;
- flex-direction: column;
- }
- .group-item image {
- width: 214rpx;
- height: 278rpx;
- }
- .group-item view:nth-child(2) {
- font-size: 32rpx;
- color: #E51C23;
- }
- .group-item view:nth-child(3) {
- font-size: 28rpx;
- color: #969595;
- margin-top: 18rpx;
- }
- .group-item text {
- margin-left: 10rpx;
- }
- .group-item #grade {
- margin-top: 20rpx;
- color: #000;
- text-align: center;
- font-size: 28rpx;
- }
- .Collage-bottom {
- display: flex;
- justify-content: space-around;
- align-items: center;
- height: 102rpx;
- }
- .Collage-bottom image {
- width: 42rpx;
- height: 50rpx;
- vertical-align: middle;
- margin-right: 30rpx;
- }
- .Collage-bottom text {
- vertical-align: middle;
- }
|