.box{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.2); z-index: 999; transform: translate(0,100%); } .userSelect{ background-color: #fff; text-align: center; padding-right: 1.4rem; border-bottom:1px solid #f1f1f1 ; position: relative; } .ren{ position: absolute; right: 0.32rem; top: 0.3rem; color: #969799; font-size: 28rpx; } .userSelect .msg{ height: 0.8rem; max-width: 5rem; line-height: 0.8rem; padding: 0 0.32rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; font-size: 32rpx; display: inline-block; top: 6rpx; } .btns view{ text-align: center; padding:0.32rem; border-top: 1px solid #f1f1f1; font-size: 0.28rem } .btns view:nth-child(1){ border-right: 1px solid #f1f1f1; } .btns view:nth-child(2){ color: #26A2FF; } .text2 { border-radius: 50%; border: 1px solid #909399; color: #909399; width: 26rpx; height: 26rpx; font-size: 22rpx; text-align: center; display: inline-block; margin-left: 10rpx; position: relative; line-height: 26rpx; box-sizing: border-box; } .userSelect .msg::after{ position: absolute; top: 50%; right: 10rpx; margin-top: -0.1rem; border: 0.06rem solid; border-color: transparent transparent #666 #666; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); /* opacity: .8; */ content: ' '; } .header{ background-color: #fff; } .title{ border-bottom: 1px solid #f1f1f1; padding: 0.28rem 0.32rem; color: #222; font-size: 32rpx; position: relative; } .title::before{ position: absolute; content: ""; height: 30rpx; left: 16rpx; top: 50%; margin-top: -16rpx; width: 6rpx; background-color: #26A2FF; border-radius: 50rpx; } .bfb{ position: absolute; top: 50%; left: 50%; color: #26A2FF; width: 1.4rem; font-size: 40rpx; margin-left: -0.7rem; margin-top:-0.1rem; text-align: center; } .bfb2{ position: absolute; top: 50%; left: 25%; color: #222; width: 1.4rem; height: 1.4rem; font-size: 24rpx; margin-left: -0.57rem; margin-top:-0.6rem; text-align: center; /* background-color: #F4C04A; */ } .jt{ font-size:32rpx; position: relative; /* padding-right: 0.32rem; */ } /* .jt::after{ position: absolute; top: 50%; right: 10rpx; margin-top: -0.1rem; border: 0.06rem solid; border-color: transparent transparent #666 #666; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); content: ' '; } */ .header .item{ padding:0.32rem; } .item .img{ width:80rpx; border-radius: 50%; height: 80rpx; text-align: center; line-height: 100rpx; margin-right: 20rpx; } .img image{ width:40rpx; height: 40rpx; } .msg .num{ color: #222; font-size: 36rpx; } .msg text{ color: #969799; font-size: 24rpx; } .main{ background-color: #fff; padding-bottom: 0.24rem; } .item2{ text-align: center; } .item2 text{ color: #222; font-size: 36rpx; margin-bottom: 10rpx; } .item2 view{ color: #969799; font-size: 24rpx; } .rule-all-text{ font-size: 28rpx; color: #999; position: relative; right: 10rpx; bottom: 5rpx; } .zk{ color: #999; text-decoration:line-through; } .windows-box { background: #fff; border-radius: 20rpx; position: absolute; left: 10%; right: 10%; top: 40%; margin-top: -25%; } .windows-title { padding: 32rpx; color: #999; font-size: 24rpx; } .windows-btn view:nth-child(1) { text-align: right; padding: 32rpx; color: #26A2FF; } .windows-content { /* height: 1rem; */ padding: 0 28rpx; font-size: 28rpx; color: #666; } .windows-content view{ margin-bottom: 16rpx; } .windows-content .chu{ font-weight: 600; font-size: 32rpx; color: #222; } .windows-content2 { height: auto; max-height: 4rem; overflow-y: auto; padding:28rpx; font-size: 32rpx; }