| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- page {
- background-color: #EDF1F4;
- }
- .user-info {
- display: flex;
- align-items: center;
- margin: 12rpx 0 0 32rpx;
- }
- .head-img {
- width: 118rpx;
- height: 118rpx;
- border-radius: 50%;
- }
- .name {
- font-size: 40rpx;
- font-weight: 800;
- color: #1C274C;
- }
- .jz-type {
- font-size: 22rpx;
- font-weight: 500;
- background-color: #DEEAF9;
- color: #1677FF;
- display: inline-block;
- padding: 6rpx 12rpx;
- position: relative;
- top: -6rpx;
- }
- .job-text {
- font-size: 22rpx;
- font-weight: 500;
- color: #A4A9B7;
- margin-top: 10rpx;
- }
- .money-box {
- width: 686rpx;
- height: 334rpx;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- opacity: 1;
- margin: auto;
- position: relative;
- }
- .money-text {
- font-size: 24rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .money {
- font-size: 58rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .detail {
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 126rpx;
- background: #7230FF;
- border-radius: 0rpx 0rpx 20rpx 20rpx;
- opacity: 1;
- }
- .num-box {
- box-sizing: border-box;
- width: 228rpx;
- }
- .detail-text {
- font-size: 24rpx;
- font-weight: 500;
- color: rgba(255, 255, 255, 0.5);
- }
- .detail-num {
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- margin-top: 6rpx;
- }
- /* 更多功能 */
- .more-box {
- width: 686rpx;
- /* height: 390rpx; */
- background: #FFFFFF;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- opacity: 1;
- margin: auto;
- }
- .more-title {
- padding: 32rpx 0 0 32rpx;
- }
- .more-each-box {
- flex-wrap: wrap;
- }
- .more-each {
- width: 170rpx;
- position: relative;
- }
- .contact{
- position: absolute;
- opacity: 0;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- }
- .more-img {
- width: 48rpx;
- height: 48rpx;
- display: block;
- margin: auto;
- }
- .more-text {
- margin-top: 12rpx;
- }
- .popup-box {
- width: 560rpx;
- background: #FFFFFF;
- border-radius: 30rpx 30rpx 30rpx 30rpx;
- opacity: 1;
- }
- .close-img {
- width: 32rpx;
- height: 32rpx;
- position: absolute;
- top: 37rpx;
- right: 32rpx;
- }
- .phone {
- font-size: 56rpx;
- font-weight: bold;
- color: #1C274C;
- }
- .phone-text {
- font-size: 22rpx;
- font-weight: 500;
- color: #A4A9B7;
- margin-top: 8rpx;
- }
- .btn {
- width: 496rpx;
- height: 100rpx;
- background: #6116FF;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- opacity: 1;
- margin: auto;
- font-size: 30rpx;
- line-height: 100rpx;
- font-weight: 500;
- color: #FFFFFF;
- margin-bottom: 40rpx;
- }
|