123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- page {
- background: #fff;
- }
- .top {
- padding: 30rpx;
- border-bottom: 20rpx solid #f8f8f8;
- }
- .zbname {
- position: relative;
- margin-bottom: 30rpx;
- }
- .zbname text {
- font-weight: 600;
- }
- .qhzb {
- position: absolute;
- right: 0;
- top: 50%;
- font-size: 22rpx;
- width: 128rpx;
- height: 44rpx;
- line-height: 44rpx;
- text-align: center;
- border: 1rpx solid #2b9dff;
- border-radius: 8rpx;
- color: #2b9dff;
- margin-top: -22rpx;
- }
- .num {
- font-size: 28rpx;
- color: #666;
- }
- .members {
- padding: 0 30rpx;
- }
- .mrow {
- padding: 20rpx 0;
- line-height: 80rpx;
- }
- .mlogo {
- width: 80rpx;
- height: 80rpx;
- margin-right: 20rpx;
- }
- .mlogo image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .tip {
- color: #666;
- text-align: right;
- width: 150rpx;
- }
- .actbar {
- width: 100rpx;
- position: relative;
- }
- .actbar view {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 0;
- top: 50%;
- margin-top: -20rpx;
- border-radius: 50%;
- border: 1rpx solid #e6e6e6;
- color: #fff;
- text-align: center;
- line-height: 40rpx;
- }
- .actbar.act view {
- background: #2b9dff;
- }
- .foot {
- position: fixed;
- bottom: 0;
- left: 30rpx;
- right: 30rpx;
- height: 150rpx;
- background: #fff;
- }
- .bluebtn {
- width: 100%;
- height: 80rpx;
- text-align: center;
- line-height: 80rpx;
- border-radius: 50rpx;
- margin-top: 35rpx;
- font-size: 28rpx;
- }
- .del {
- color: #30afff;
- margin-right: 30rpx;
- border: 1rpx solid #30afff;
- }
- .add {
- color: #fff;
- background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
- }
- .empty {
- height: 150rpx;
- }
|