123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640 |
- /* pages/group-details/group-details.wxss */
- /**基础风格样式**/
- @import '../../../towxml/style/main.wxss';
- /**如果页面有动态主题切换,则需要将使用到的样式全部引入**/
- /**主题配色(浅色样式)**/
- @import '../../../towxml/style/theme/light.wxss';
- /**主题配色(深色样式)**/
- @import '../../../towxml/style/theme/dark.wxss';
- .group-details {
- width: 100%;
- height: auto;
- background: #fff;
- overflow:hidden;
- }
- .loading {
- width: 750rpx;
- height: 1334rpx;
- position: relative;
- }
- .loading .loading-text {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- width: 150rpx;
- height: 88rpx;
- }
- .details-head {
- width: 100%;
- background: #fff;
- }
- .headImg {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- padding: 40rpx 0;
- box-sizing: border-box;
- }
- .headImg-item {
- position: relative;
- width: 104rpx;
- height: 104rpx;
- border-radius: 50%;
- margin: 20rpx 22rpx;
- }
- .headImg-item image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .headImg-item .tuanzhangIcon {
- position: absolute;
- right: 13rpx;
- width: 78rpx;
- height: 30rpx;
- bottom: -10rpx;
- border-radius: 0;
- }
- scroll-view {
- /* height: 74%; */
- width: 100%;
- }
- .grade-details {
- background: #fff;
- display: flex;
- flex-direction: column;
- padding: 24rpx;
- }
- .grade-details image {
- width: 100%;
- height: 290rpx;
- border-radius: 20rpx;
- background: rgba(228, 255, 242, .8);
- }
- .catalog {
- display: flex;
- align-items: flex-end;
- width: 100%;
- height: 100rpx;
- background: #fff;
- position: relative;
- background: rgba(240, 241, 245, 1);
- padding: 0 40rpx;
- }
- .select{
- color: #61CA54
- }
- .switch text {
- flex: 1;
- height: 60rpx;
- text-align: center;
- font-size: 36rpx;
- /* margin: 0 90rpx; */
- box-sizing: border-box;
- position: relative;
- z-index: 1;
- width: 100%;
- display: block;
- line-height:66rpx;
- }
- .switch {
- width: 335rpx;
- height: 70rpx;
- position: relative;
- }
- .switch image {
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 0;
- }
- .catalog-list {
- width: 100%;
- padding: 0 18rpx 18rpx 18rpx ;
- margin-bottom: 120rpx;
- box-sizing: border-box;
- }
- .know {
- padding: 18rpx 18rpx 120rpx 18rpx;
- box-sizing: border-box;
- background: #fff;
- /* margin-top: 12rpx; */
- }
- .catalog-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- height: 88rpx;
- background: #fff;
- padding: 0 20rpx;
- box-sizing: border-box;
- margin-bottom: 12rpx;
- border-radius: 10rpx;
- }
- .catalog-item .left {
- color: #656565;
- font-size: 36rpx;
- }
- .catalog-item .right {
- color: #939393;
- font-size: 28rpx;
- }
- .catalog-item .right image {
- width: 16rpx;
- height: 28rpx;
- vertical-align: middle;
- margin-right: 6rpx;
- }
- .catalog-item .right text {
- vertical-align: middle;
- }
- .group-details-btn {
- position: fixed;
- bottom: 0;
- display: flex;
- align-items: center;
- width: 100%;
- height: 100rpx;
- /* background: #FF9209; */
- color: #fff;
- z-index: 99;
- }
- .group-details-btn .btn-image {
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- z-index: 0;
- }
- .bottomx {
- bottom: 20rpx;
- }
- .left-btn,
- .right-btn,
- .only-one-btn {
- flex: 1;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- position: relative;
- }
- .left-btn {
- border-right: 2rpx solid #fff;
- }
- .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;
- bottom: 56rpx;
- right: 10rpx;
- width: 52rpx;
- height: 52rpx;
- z-index: 99;
- }
- .group-item .item-img {
- width: 214rpx;
- height: 278rpx;
- }
- .formBtn {
- margin: 0;
- padding: 0;
- background: rgba(255, 255, 255, 0);
- width: 100%;
- position: absolute;
- top: 0;
- height: 100%;
- left: 0;
- }
- .formBtn::after {
- border: none;
- }
- .data-loading {
- width: 100%;
- height: 200rpx;
- /* background: #FF4330; */
- }
- .data-loading .line1 {
- width: 300rpx;
- height: 30rpx;
- background: rgba(228, 255, 242, .8);
- margin-top: 20rpx;
- margin-left: 122rpx;
- border-radius: 10rpx;
- }
- .data-loading .line2 {
- width: 400rpx;
- height: 30rpx;
- background: rgba(228, 255, 242, .8);
- margin-top: 20rpx;
- margin-left: 200rpx;
- border-radius: 10rpx;
- }
- .data-loading .line3 {
- width: 460rpx;
- height: 30rpx;
- background: rgba(228, 255, 242, .8);
- margin-top: 20rpx;
- margin-left: 160rpx;
- border-radius: 10rpx;
- }
- .damn-dialog {
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 999;
- background: rgba(0, 0, 0, .5)
- }
- .damn-dialog .box {
- width: 600rpx;
- height: 200rpx;
- margin: 50% auto;
- background: #fff;
- border-radius: 30rpx;
- }
- .damn-dialog .box .title {
- text-align: center;
- color: #FF4330;
- font-size: 34rpx;
- }
- .damn-dialog .box .damn-dialog-1 {
- text-align: center;
- font-size: 32rpx;
- color: #000
- }
- /* 新复制粘贴的 */
- .green-placerholder {
- width: 100%;
- height: 132rpx;
- background: #12c962;
- position: absolute;
- top: 0;
- }
- .class-icon {
- width: 704rpx;
- height: 294rpx;
- border-radius: 20rpx;
- box-shadow: 0 0 15rpx 0rpx rgba(0, 0, 0, .4);
- margin: 0 auto;
- display: block;
- z-index: 1;
- position: relative;
- top: 15rpx;
- }
- .step {
- width: 100%;
- height: 250rpx;
- background: #fff;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .step image {
- height: 60rpx;
- width: 70%;
- margin: 0 auto;
- }
- .txt {
- display: flex;
- justify-content: space-around;
- color: #535353;
- font-size: 32rpx;
- padding: 0 46rpx;
- margin-top: 20rpx;
- }
- .details-head {
- width: 100%;
- /* height: 82%; */
- margin-top: 12rpx;
- background: #fff;
- min-height: 98%;
- }
- .headImg {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- padding: 40rpx 0;
- box-sizing: border-box;
- }
- .headImg-item {
- position: relative;
- width: 140rpx;
- height: 140rpx;
- border-radius: 50%;
- margin: 20rpx 22rpx;
- box-sizing:border-box;
- }
- .headImg-item image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .headImg-item .organizerIcon {
- position: absolute;
- bottom: -15rpx;
- width: 70rpx;
- height: 32rpx;
- line-height: 32rpx;
- background: #f7b21d;
- border-radius: 16rpx;
- /* border: 2rpx solid rgba(255, 255, 255, 1); */
- font-size: 24rpx;
- /* font-family: PingFangSC-Medium; */
- /* font-weight: 500; */
- color: rgba(255, 255, 255, 1);
- left: 0;
- right: 0;
- margin: 0 auto;
- text-align: center;
- }
- .bg-boder {
- border: 2px solid #f7b21d;
- }
- .last-time-box {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-top:30rpx;
- }
- .last-time {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .last-time-end {
- width: 99rpx;
- height: 38rpx;
- font-size: 30rpx;
- font-weight: 800;
- color: #f14025;
- margin: 0 15rpx;
- text-align:center;
- }
- .left-icon {
- width: 80rpx;
- height: 20rpx;
- }
- .right-icon {
- width: 80rpx;
- height: 20rpx;
- }
- .last-text {
- width: 100%;
- text-align: center;
- font-size: 30rpx;
- font-weight: 800;
- color: #f14025;
- margin-top: 8rpx;
- }
- .group-regular-text {
- font-size: 30rpx;
- font-weight: 800;
- color: rgba(12, 10, 10, 1);
- width: 100%;
- text-align: center;
- line-height: 45rpx;
- }
- .last-member{
- margin-top: 17rpx;
-
- }
- .invitation-btn {
- /* position: absolute;
- left: 50%;
- top: 55%; */
- /* transform: translate(-50%); */
- width: 434rpx;
- height: 80rpx;
- margin: 0 auto 20rpx;
- display: block;
- position: relative;
- }
- .middle-btn{
- position: fixed;
- top: 300rpx;
- left: 0;
- right: 0;
- margin: 0 auto;
- }
- .invitation-btn image {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .invitation-btn text {
- /* position: absolute; */
- width: 100%;
- height: 100%;
- display: inline-block;
- text-align: center;
- line-height: 80rpx;
- z-index: 2;
- color: #fff;
- background: #FF653A;
- border-radius: 56rpx;
- font-size: 36rpx;
- font-weight: 800;
- }
- .red-text{
- color: #f13e25
- }
- .rule {
- position: fixed;
- right: 0;
- top: 82%;
- width: 84rpx;
- height: 88rpx;
- z-index: 2;
- }
- .rule image {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .rule text {
- position: absolute;
- left: 30rpx;
- top: 10rpx;
- font-size: 24rpx;
- color: #fff;
- z-index: 2;
- }
- .explain {
- color: #8E8B8C;
- width: 100%;
- box-sizing: border-box;
- text-align: center;
- font-size: 24rpx;
- line-height: 40rpx;
- position: absolute;
- bottom: 20rpx;
- }
- .explain-title{
- font-weight: 800;
- }
- .flower-inline{
- width: 33rpx;
- height: 38rpx;
- display: inline-block;
- }
|