123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- @charset "UTF-8";
- .text-center.data-v-0d01c9c8 {
- text-align: center;
- }
- .font-weight.data-v-0d01c9c8 {
- font-weight: bold;
- }
- .page-width.data-v-0d01c9c8 {
- width: 100%;
- }
- .goods-hover-class.data-v-0d01c9c8 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-0d01c9c8 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-0d01c9c8 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-0d01c9c8 {
- width: 100%;
- }
- .u-hover-class.data-v-0d01c9c8 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-0d01c9c8 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .app-participant-model.data-v-0d01c9c8 {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 16000;
- width: 750rpx;
- height: 100%;
- background-color: rgba(127, 127, 127, 0.3);
- }
- .app-participant-model .app-content.data-v-0d01c9c8 {
- width: 650rpx;
- border-radius: 16rpx;
- background-color: white;
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- padding-bottom: 40rpx;
- }
- .app-participant-model .app-content .app-top.data-v-0d01c9c8 {
- border-bottom: 1rpx solid #e2e2e2;
- padding-bottom: 24rpx;
- padding-top: 32rpx;
- text-align: center;
- }
- .app-participant-model .app-content .app-top .app-title.data-v-0d01c9c8 {
- font-size: 32rpx;
- color: #353535;
- }
- .app-participant-model .app-content .app-top .app-description.data-v-0d01c9c8 {
- font-size: 24rpx;
- color: #999999;
- margin-top: 12rpx;
- }
- .app-participant-model .app-content .app-top .app-icon.data-v-0d01c9c8 {
- position: absolute;
- top: 24rpx;
- right: 24rpx;
- width: 30rpx;
- height: 30rpx;
- }
- .app-participant-model .app-content .app-scroll.data-v-0d01c9c8 {
- width: 650rpx;
- max-height: 540rpx;
- padding: 14rpx 24rpx 0 24rpx;
- }
- .app-participant-model .app-content .app-scroll .app-item.data-v-0d01c9c8 {
- width: 602rpx;
- height: 100rpx;
- margin-bottom: 10rpx;
- background-color: #f6f6f6;
- border-bottom-left-radius: 8rpx;
- border-top-left-radius: 8rpx;
- position: relative;
- }
- .app-participant-model .app-content .app-scroll .app-item .app-avatar.data-v-0d01c9c8 {
- margin-left: 20rpx;
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .app-participant-model .app-content .app-scroll .app-item .app-content-text.data-v-0d01c9c8 {
- width: 338rpx;
- height: 100rpx;
- padding-left: 24rpx;
- }
- .app-participant-model .app-content .app-scroll .app-item .app-content-text .app-top-name-people.data-v-0d01c9c8 {
- margin-top: 13rpx;
- }
- .app-participant-model .app-content .app-scroll .app-item .app-content-text .app-time.data-v-0d01c9c8 {
- font-size: 24rpx;
- color: #666666;
- margin-top: 12rpx;
- }
- .app-participant-model .app-content .app-scroll .app-item .app-content-text .app-name.data-v-0d01c9c8 {
- font-size: 28rpx;
- color: #353535;
- width: 118rpx;
- word-break: break-all;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- overflow: hidden;
- }
- .app-participant-model .app-content .app-scroll .app-item .app-content-text .app-people.data-v-0d01c9c8 {
- margin-left: 20rpx;
- font-size: 24rpx;
- color: #ff4544;
- }
- .app-participant-model .app-content .app-scroll .app-item .app-go.data-v-0d01c9c8 {
- width: 140rpx;
- height: 100rpx;
- line-height: 100rpx;
- color: #ffffff;
- font-size: 24rpx;
- text-align: center;
- position: absolute;
- right: 0;
- }
|