123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363 |
- .group-information-box {
- width: 100vw;
- background: #006EFF;
- }
- .group-box {
- display: inline-flex;
- width: 100%;
- box-sizing: border-box;
- padding: 34rpx 40rpx;
- }
- .group-ID {
- flex: 1;
- max-width: 50%;
- color: white;
- display: inline-block;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .group-member {
- padding-left: 110rpx;
- color: white;
- }
- .icon-right {
- float: right;
- width: 32rpx;
- height: 32rpx;
- padding-top: 10rpx;
- padding-left: 4rpx;
- }
- .showdetail {
- display: flex;
- width: 100vw;
- height: 200rpx;
- background: #006EFF;
- }
- .box {
- width: 100rpx;
- height: 130rpx;
- padding-left: 35rpx;
- padding-top: 10rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .left-box {
- display: flex;
- padding-left: 200rpx;
- padding-top: 10rpx;
- width: 250rpx;
- }
- .box-group {
- position: absolute;
- width: 80rpx;
- height: 80rpx;
- right: 160rpx;
- }
- .box-group-quit {
- position: absolute;
- right: 80rpx;
- width: 80rpx;
- height: 80rpx;
- }
- .quitgroup {
- display: block;
- width: 80rpx;
- height: 80rpx;
- padding-left: 28rpx;
- }
- .addmember {
- display: block;
- width: 80rpx;
- height: 80rpx;
- }
- .profile-box {
- width: 80rpx;
- height: 80rpx;
- flex-shrink: 0;
- z-index: 999
- }
- .addmember-text {
- display: flex;
- justify-content: center;
- align-items: center;
- font-family: PingFangSC-Regular;
- font-size: 10px;
- color: #FFFFFF;
- letter-spacing: 0;
- }
- .quitgroup-text {
- display: flex;
- justify-content: center;
- align-items: center;
- font-family: PingFangSC-Regular;
- font-size: 10px;
- color: #FFFFFF;
- letter-spacing: 0;
- padding-left: 20rpx;
- width: 100rpx;
- }
- .nick-box {
- margin-top: 10px;
- display: flex;
- justify-content: center;
- align-items: center;
- font-family: PingFangSC-Regular;
- font-size: 10px;
- color: #FFFFFF;
- letter-spacing: 0;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- width: 100%;
- }
- .popup-mask {
- width: 100vw;
- height: 100vh;
- position: fixed;
- z-index: 10;
- top: 0;
- /* #ifdef H5 */
- top: calc(88rpx + constant(safe-area-inset-top));
- top: calc(88rpx + env(safe-area-inset-top));
- /* #endif */
- right: 0;
- background: rgba(0, 0, 0, 0.60);
- display: flex;
- align-items: flex-end;
- }
- .pop-main {
- max-height: 60%;
- width: 100%;
- padding-bottom: 120rpx;
- background: #FFFFFF;
- overflow: auto
- }
- .group-member-text {
- display: inline-block;
- padding-top: 40rpx;
- padding-left: 40rpx;
- opacity: 0.8;
- font-family: PingFangSC-Medium;
- font-size: 18px;
- letter-spacing: 0;
- line-height: 25px;
- }
- .close {
- padding-left: 460rpx;
- font-family: PingFangSC-Regular;
- font-size: 18px;
- color: #2B8BD5;
- letter-spacing: 0;
- line-height: 24px;
- }
- .quitpop-mask {
- width: 100vw;
- height: 100vh;
- position: fixed;
- z-index: 10;
- top: 0;
- /* #ifdef H5 */
- top: calc(88rpx + constant(safe-area-inset-top));
- top: calc(88rpx + env(safe-area-inset-top));
- /* #endif */
- right: 0;
- background: rgba(0, 0, 0, 0.60);
- display: flex;
- align-items: flex-end;
- }
- .quitpop {
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 25%;
- background: #FFFFFF;
- z-index: 99999;
- }
- .text-box {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 112rpx;
- }
- .confirmQuitgroup-text {
- display: inline-block;
- opacity: 0.4;
- font-family: PingFangSC-Regular;
- font-size: 14px;
- letter-spacing: 0;
- text-align: center;
- line-height: 18px;
- }
- .quitgroup-confirm {
- font-family: PingFangSC-Regular;
- font-size: 16px;
- color: #E85454;
- letter-spacing: 0;
- text-align: center;
- line-height: 22px;
- }
- .quitgroup-abandon {
- opacity: 0.8;
- font-family: PingFangSC-Regular;
- font-size: 16px;
- letter-spacing: 0;
- text-align: center;
- line-height: 22px;
- }
- .mask {
- position: absolute;
- top: 450rpx;
- left: 100rpx;
- width: 70%;
- height: 20%;
- background: #999999;
- z-index: 999;
- }
- .popup {
- background: #ffffff;
- border: 1px solid #eeeeee;
- }
- .popup-main {
- height: 56px;
- padding: 60rpx 0;
- text-align: center;
- font-family: PingFangSC-Regular;
- font-size: 14px;
- color: #999999;
- letter-spacing: 0;
- text-align: center;
- line-height: 18px;
- }
- .input-box {
- padding-top: 30rpx;
- }
- .popup-footer {
- display: flex;
- }
- .popup-footer-button {
- flex: 1;
- }
- .popup-footer .cancel {
- font-family: PingFangSC-Regular;
- font-size: 14px;
- color: #000000;
- letter-spacing: 0;
- text-align: center;
- line-height: 22px;
- height: 44px;
- }
- .popup-footer .submit {
- font-family: PingFangSC-Regular;
- font-size: 14px;
- color: #E85454;
- letter-spacing: 0;
- text-align: center;
- line-height: 22px;
- height: 44px;
- }
- .cancellation {
- margin-top: 68px;
- margin-left: 20px;
- margin-right: 20px;
- background-color: white;
- width: 280px;
- height: 46px;
- border: 1px solid #E85454;
- border-radius: 24px;
- border-radius: 24px;
- }
- .confirm-cancellation {
- margin-left: 110px;
- margin-top: 13px;
- font-family: PingFangSC-Regular;
- font-size: 16px;
- color: #E85454;
- letter-spacing: 0;
- }
- .image-list {
- padding-top: 40rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .image-nick-box {
- width: 108rpx;
- height: 140rpx;
- padding-left: 32rpx;
- padding-top: 32rpx;
- }
- .image-box {
- width: 108rpx;
- height: 108rpx;
- padding-left: 32rpx;
- border-radius: 4px;
- border-radius: 4px;
- }
- .groupmembername {
- display: inline-block;
- font-family: PingFangSC-Regular;
- font-size: 12px;
- color: #999999;
- letter-spacing: 0;
- padding-left: 32rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- width: 80rpx;
- }
- .text-box-qiut {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 112rpx;
- }
- .text-box-cancle {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 112rpx;
- border-top: 16rpx solid #eeeeee;
- }
|