123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- /* pages/groupPage/make-money/make-money.wxss */
- .details-head {
- width: 100%;
- height: 78%;
- margin-top: 12rpx;
- background: #fff;
- }
- .headImg {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- padding: 40rpx 0;
- box-sizing: border-box;
- margin-top: 180rpx;
- }
- .headImg-item-faqiren {
- position: absolute;
- left: 300rpx;
- top: 30rpx;
- width: 106rpx;
- height: 106rpx;
- border-radius: 50%;
- margin: 20rpx 22rpx;
- border: 2px solid #61CA54;
- }
- .headImg-item {
- position: relative;
- width: 106rpx;
- height: 106rpx;
- border-radius: 50%;
- margin: 20rpx 22rpx;
- }
- .headImg-item-faqiren image,
- .headImg-item image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .headImg-item-faqiren .faqiren {
- position: absolute;
- right: -15rpx;
- bottom: -40rpx;
- width: 144rpx;
- height: 48rpx;
- border-radius: 0;
- }
- .shengyu {
- display: flex;
- flex-direction: column;
- color: #696969;
- }
- .shengyu-num {
- text-align: center;
- }
- .shengyu-num text {
- color: #FF4330;
- }
- .shengyu-time {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 8rpx;
- }
- .shengyu-time .time {
- position: relative;
- width: 32rpx;
- height: 36rpx;
- margin: 0 8rpx;
- }
- .shengyu-time .time image {
- width: 24rpx;
- height: 40rpx;
- }
- .shengyu-time .time text {
- position: absolute;
- left: 2rpx;
- top: 0;
- z-index: 2;
- color: #fff;
- font-size: 28rpx;
- width: 32rpx;
- height: 36rpx;
- line-height: 36rpx;
- background: #ff9209;
- text-align: center;
- border-radius: 4rpx;
- }
- .invitation-btn {
- position: absolute;
- left: 50%;
- top: 65%;
- transform: translate(-50%);
- width: 434rpx;
- height: 80rpx;
- }
- .invitation-btn image {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .invitation-btn text {
- position: absolute;
- width: 100%;
- height: 100%;
- display: inline-block;
- text-align: center;
- line-height: 80rpx;
- z-index: 2;
- color: #fff;
- }
|