@import "../../common.wxss"; @import "../../home/index/memberArea/memberArea.wxss"; page { /* padding: 0 30rpx; */ box-sizing: border-box; background-color: #fff; } .view-type { justify-content: space-around; background-color: #fff; border-bottom: 1px solid #e6e6e6; /* background: #FFFFFF; border-bottom: 1px solid #F3F3F3; */ } .view-li { position: relative; /* width: 30%; */ padding: 30rpx 0; box-sizing: border-box; font-size: 32rpx; text-align: center; } .view-li-active::after { display: block; content: ""; position: absolute; bottom: 0; width: 100%; height: 4rpx; background: #ffdd36; border-radius: 2rpx; } .view-li > text { display: block; position: relative; padding: 6rpx 25rpx; border-radius: 26rpx; box-sizing: border-box; font-size: 30rpx; font-family: PingFang SC, PingFang SC-Medium; font-weight: 500; text-align: left; color: #666666; background: transparent; letter-spacing: -1rpx; } .img-view { height: 400rpx; border-radius: 24rpx; width: 100%; } .flex-w100 { /* justify-content: center; */ padding: 30rpx 112rpx; box-sizing: border-box; justify-content: space-between; } .li-text-active { /* transition: all .5s; */ /* background: #9DDB52 !important; */ /* padding: 7rpx 19rpx !important; */ box-sizing: border-box; /* opacity: 1; */ /* background: transparent; */ /* color: white !important; */ /* display: flex; */ color: #1a1a1a; font-size: 32rpx; } /* .li-text-active::after{ content: ''; position: absolute; width: 70%; bottom: 0; left: 15%; height:10rpx; background: #9DDB52; transition: all .5s; border-radius: 40rpx; } */ /*-*-----------*/ .end-img { position: absolute; right: 30rpx; bottom: 55%; width: 120rpx; height: 100rpx; } .btn-view { width: 70%; margin: 10rpx auto; } .btn { padding: 5rpx 24rpx; border: 1rpx solid #e0e0e0; color: #c5c5c5; font-size: 30rpx; border-radius: 50rpx; } .img-view-item { display: flex; flex-direction: row; align-items: center; height: 100%; position: relative; } .activity-imgs-wrap { width: 240rpx; height: 240rpx; /* position: absolute; left: 0; top: 0; */ margin-right: 34rpx; border-radius: 20rpx; /* z-index: 200; */ } .activity-imgs { height: 240rpx; width: 240rpx; border-radius: 20rpx; } .icyover { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 150rpx; color: #9ddb52; z-index: 202; width: 125rpx; height: 125rpx; } .activity-imgs-wrap-after::after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; z-index: 201; border-radius: 20rpx 0 0 20rpx; background: rgba(0, 0, 0, 0.55); } .active-view-list { width: 690rpx; margin: 0 auto; margin-bottom: 15rpx; padding-top: 30rpx; padding-bottom: 20rpx; border-bottom: 1rpx solid #e6e6e6; } .flex-a-right { display: flex; flex-direction: column; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; /* background: white; */ /* border-radius: 20rpx; */ /* padding: 0 25rpx; */ box-sizing: border-box; /* height: 240rpx; */ /* padding-left: 255rpx; */ /* width: 450rpx; */ /* padding-top: 15rpx; */ } .flex-a-right .title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; /* width: 280rpx; */ margin-bottom: 10rpx; } .flex-a-right .item { display: flex; align-items: center; font-size: 28rpx; line-height: 36rpx; font-weight: 400; color: #999999; /* width: 420rpx; */ margin-bottom: 5rpx; } .flex-a-right .item .red { color: #ff0000; font-weight: 500; text-align: left; } .flex-a-right .item image { width: 24rpx; margin-right: 10rpx; vertical-align: middle; max-height: 50rpx; } .flex-a-right .item .address-icon { opacity: .5; } .flex-a-right .item i { color: #ffdc2f; font-size: 36rpx; margin-right: 12rpx; margin-bottom: 8rpx; flex-shrink: 0; } .flex-a-right .item text { /* vertical-align: middle; */ flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .iconfont { color: #ffdc2f; font-size: 29rpx; margin-right: 0; } .flex-btn-wrap { display: flex; flex-direction: row; width: 100%; justify-content: space-between; } .flex-btn-wrap .btn { width: 130rpx; height: 50rpx; opacity: 1; display: flex; justify-content: center; align-items: center; border: 2rpx solid #ffffff; } .flex-btn-wrap .s { background: #9ddb52; color: white; } .flex-btn-wrap .c { background: #ffdc2f; color: #1a1a1a; color: #fff; border: 2rpx solid #ffdc2f; } .view-type { justify-content: space-around; }