@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; } .view-li { position: relative; /* width: 30%; */ padding: 30rpx 0; box-sizing: border-box; font-size: 32rpx; text-align: center; } .view-li-active .li-text-active{ color: #2B58A5; font-size: 34rpx; font-weight: 700; } .view-li-active::after { display: block; content: ""; position: absolute; bottom: 0; width: 100%; height: 4rpx; background: #2B58A5; border-radius: 4rpx; } .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: 34rpx; font-weight: 700; } /* .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; background: #fff; padding: 30rpx 23rpx; box-sizing: border-box; } .activity-imgs-wrap { /* width: 240rpx; height: 240rpx; */ /* position: absolute; left: 0; top: 0; */ margin-right: 20rpx; border-radius: 20rpx; /* z-index: 200; */ position: relative; } .activity-imgs { height: 220rpx; width: 220rpx; border-radius: 10rpx; } .activity-imgs-over{ position: absolute; top: 0rpx; left: 0; width: 220rpx; height: 220rpx; background: rgba(255,255,255,0.5); display: flex; justify-content: center; align-items: center; z-index: 202; font-size: 0; } .icyover { width: 115rpx; height: 100rpx; } .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: 100%; margin: 0 auto; margin-bottom: 15rpx; background: #f7f8fa; border-radius: 40rpx 40rpx 0rpx 0rpx; padding: 30rpx 30rpx 20rpx; box-sizing: border-box; min-height: 90vh; } .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; font-size: 30rpx; font-weight: 700; } .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: 165rpx; height: 60rpx; opacity: 1; display: flex; justify-content: center; align-items: center; border: 2rpx solid #ffffff; } .flex-btn-wrap .s { background: #2B58A5; color: white; } .flex-btn-wrap .c { background: #C5DBFF; color: #2B58A5; /* border: 2rpx solid #ffdc2f; */ } .mr10{ margin-right: 10rpx; } .view-type { justify-content: space-around; }