123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343 |
- ::-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: 8rpx 18rpx 0;
- }
- .group-bars {
- display: flex;
- justify-content: space-between;
- width: 100%;
- height: 188rpx;
- background: #fff;
- margin-top: 20rpx;
- border-radius: 12rpx;
- padding: 14rpx 28rpx;
- box-sizing: border-box;
- }
- .group-head {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .group-head image {
- width: 96rpx;
- height: 96rpx;
- border-radius: 50%;
- }
- .group-head text {
- font-size: 32rpx;
- margin-top: 12rpx;
- width: 150rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- text-align: center;
- }
- .group-jion {
- width: 460rpx;
- color: #444;
- }
- .group-jion .top-title {
- display: flex;
- justify-content: space-between;
- font-size: 32rpx;
- }
- .group-jion .group-detail {
- display: flex;
- justify-content: space-between;
- width: 100%;
- height: 84rpx;
- border: 4rpx solid #ff3600;
- border-radius: 12rpx;
- overflow: hidden;
- margin-top: 26rpx;
- }
- .group-jion .specialBorder {
- border: 4rpx solid #C6C6C6;
- }
- .group-jion .group-detail .number {
- display: flex;
- flex-direction: column;
- justify-content: center;
- margin-left: 22rpx;
- font-size: 28rpx;
- color: #4A4A4A;
- }
- .group-jion .group-detail .jion-btn {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 36%;
- height: 100%;
- background: #FF3600;
- color: #fff;
- font-size: 36rpx;
- line-height: 100%;
- }
- .group-jion .group-detail .specialBtn {
- background: #C6C6C6
- }
- .btn-area {
- width: 100%;
- color: #444;
- font-size: 30rpx;
- font-weight: 400;
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- padding: 27rpx 0;
- box-sizing: border-box;
- }
- .btn-item {
- /* width: 235rpx; */
- display: flex;
- align-items: center;
- }
- .btn-item image {
- width: 30rpx;
- height: 30rpx;
- margin-left: 5rpx;
- }
- .whole-group {
- width: 100%;
- min-height: 60%;
- background: #fff;
- }
- .whole-group {
- padding: 20rpx 18rpx;
- box-sizing: border-box;
- }
- .title {
- display: flex;
- align-items: center;
- justify-content: space-between;
- /* height: 70rpx; */
- padding: 0 18rpx;
- position: relative;
- box-sizing: border-box;
- color: #393939;
- background: #fff;
- }
- .title .left {
- left: 32rpx;
- top: 24rpx;
- }
- .title .ren {
- width: 42rpx;
- height: 36rpx;
- position: absolute;
- left: 20rpx;
- }
- .title .right {
- display: flex;
- /* flex-direction: row; */
- align-items: center;
- font-size: 30rpx;
- color: #393939;
- font-weight: 800;
- position: absolute;
- top: 13rpx;
- right: 30rpx;
- }
- .title .right image {
- width: 16rpx;
- height: 28rpx;
- margin-left: 14rpx;
- }
- .group-box {
- display: flex;
- width: 106%;
- flex-wrap: wrap;
- flex-direction: row;
- overflow-x: hidden;
- margin-top: 65rpx;
- }
- .group-item {
- position: relative;
- display: flex;
- margin-right: 35rpx;
- margin-bottom:30px;
- flex-direction: column;
- }
- .group-item .item-img {
- 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: 10rpx;
- color: #393939;
- text-align: center;
- font-size: 30rpx;
- font-weight: 400;
- }
- .Collage-bottom {
- display: flex;
- justify-content: space-around;
- align-items: center;
- height: 102rpx;
- position: relative;
- }
- .Collage-bottomx {
- height: 82rpx;
- }
- .Collage-bottom view image {
- width: 42rpx;
- height: 50rpx;
- vertical-align: middle;
- margin-right: 30rpx;
- }
- .Collage-bottom text {
- vertical-align: middle;
- }
- .Collage-bottom .bg {
- position: absolute;
- left: 50%;
- top: 15%;
- width: 4rpx;
- height: 70%;
- transform: translateX(-50%);
- }
- .group-popup {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, .5);
- z-index: 99;
- }
- .group-popup .group-content {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- width: 80%;
- background: #fff;
- border-radius: 20rpx;
- }
- .group-title {
- text-align: center;
- margin: 36rpx 0;
- }
- .group-list {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- padding: 0 62rpx;
- }
- .group-list .group-item {
- position: relative;
- display: flex;
- margin-right: 0;
- justify-content: space-between;
- /* flex-direction: column; */
- }
- .group-content-img {
- width: 214rpx;
- height: 290rpx;
- }
- .sure {
- position: relative;
- width: 392rpx;
- height: 80rpx;
- margin: 36rpx auto 26rpx auto;
- }
- .sure image {
- width: 100%;
- height: 100%;
- }
- .sure text {
- position: absolute;
- left: 164rpx;
- top: 18rpx;
- color: #fff;
- z-index: 2;
- }
- .select-img {
- position: absolute;
- left: 10rpx;
- top: 10rpx;
- width: 52rpx;
- height: 52rpx;
- }
- .expect-margin{
- margin: 30rpx
- }
|