123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- page {
- height: 100%;
- width: 100%;
- background: #f4f4f4;
- }
- .container {
- background: #f4f4f4;
- height: auto;
- overflow: hidden;
- width: 100%;
- padding:24rpx 28rpx;
- /* filter: blur(5rpx);*/
- }
- .main-module{
- border-radius:16rpx;
- background:#fff;
- height: 106rpx;
- margin:20rpx 0 0;
- padding:11rpx 0 9rpx;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .coupon-block,.favor-good{
- display: flex;
- flex-direction: column;
- height: 80rpx;
- justify-content: space-between;
- align-items: center;
- flex:1;
- }
- .devide-line{
- height: 86rpx;
- width: 1rpx;
- background: #E4E4E4;
- }
- .main-module .num{
- font-weight: bold;
- font-size: 24rpx;
- }
- .main-module .module-text{
- font-size: 24rpx;
- }
- .no-order {
- width: 100%;
- height: auto;
- margin: 0 auto;
- }
- .no-order .c {
- width: 100%;
- height: auto;
- margin-top: 200rpx;
- }
- .no-order .c text {
- margin: 0 auto;
- display: block;
- width: 258rpx;
- height: 29rpx;
- line-height: 29rpx;
- text-align: center;
- font-size: 29rpx;
- color: #999;
- }
- .team-list{
- padding:30rpx 18rpx 0;
- background: #fff;
- }
- .team {
- display: flex;
- align-items: center;
- height: 86rpx;
- margin:0 0 30rpx 0;
- justify-content: space-between;
- }
- .team .avatar{
- height: 86rpx;
- width:86rpx;
- /* margin:0 40rpx 0 0; */
- }
- .avatar image{
- height: 86rpx;
- width:86rpx;
- border-radius:86rpx;
- }
- .team .item{
- display:flex;
- flex-direction: column;
- text-align: center;
- font-style: 24rpx;
- margin: 14rpx 0;
- height: 58rpx;
- justify-content: space-between;
- }
- .team .flex-item{
- /* flex:1; */
- text-align: left;
- }
- .referee-info{
- display: flex;
- align-items: center;
- height: 24rpx;
- line-height: 24rpx;
- }
- .item .mobile{
- height: 18rpx;
- line-height: 18rpx;
- }
- .type{
- width:64rpx;
- height: 28rpx;
- line-height: 28rpx;
- margin-left: 10rpx;
- border: 2rpx solid #09AFFF;
- border-radius: 6rpx;
- color: #09AFFF;
- text-align: center;
- font-size:18rpx;
- /* padding: 2rpx 0 0; */
- }
- .rLine{
- border-right: 1rpx solid #E4E4E4;
- padding:0 24rpx;
- }
- .team .item .title{
- color:#85868A;
- font-size:20rpx;
- }
- .team .item .value{
- height: 24rpx;
- line-height: 24rpx;
- }
- .team .item image{
- width: 100rpx;
- height: 100rpx;
- }
- .tip-wrapper{
- display: flex;
- align-items: center;
- }
- .tip-img{
- width:22rpx;
- height:22rpx;
- margin:0 0 0 8rpx;
- }
- .van-ellipsis {
- font-size: 24rpx;
- }
- .dialog-wrapper {
- display: flex;
- align-items: flex-start;
- justify-content: center;
- height: 100%;
- padding-top:170rpx;
- }
- .dialog-block {
- width: 590rpx;
- height: 534rpx;
- border-radius:10rpx;
- background-color: #fff;
- position: relative;
- font-size: 24rpx;
- padding:100rpx 44rpx 0;
- }
- .close-icon{
- width:60rpx;
- height: 60rpx;
- position: absolute;
- top:-30rpx;
- right:-30rpx;
- }
- .tips-text{
- color:#85868A;
- font-size: 24rpx;
- text-align: justify;
- }
- .devide-line{
- width: 1rpx;
- height: 54rpx;
- background: #E4E4E4;
- }
|