12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- /* pages/groupPage/make-money/make-money.wxss */
- .details-head {
- width: 100%;
- height: 78%;
- margin-top: 12rpx;
- background: #fff;
- }
- .headImg {
- display: flex;
- flex-wrap: wrap;
- padding: 40rpx 0;
- box-sizing: border-box;
- }
- .headImg-item {
- width: 106rpx;
- height: 106rpx;
- border-radius: 50%;
- margin: 20rpx 22rpx;
- }
- .headImg-item image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .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: 20rpx;
- height: 40rpx;
- 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;
- }
- .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;
- }
|