/* 部分菜单图标 */ .mine { min-height: calc(100vh - 44px); background-color: #F2F2F2; font-family: 'PingFangSC-Regular, PingFang SC'; &-bg { height: 650rpx; margin-top: -70rpx; background-image: url(../../static/img/mine-bg.png); background-repeat: no-repeat; background-position: center center; background-size: cover; } &-info { margin-top: -500rpx; &-header { display: flex; justify-content: space-between; align-items: center; &-left { margin-left: 20rpx; display: flex; align-items: center; .avatar { background-color: rgba(255, 255, 255, 0.2); width: 146rpx; height: 146rpx; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 20rpx; image { width: 130rpx; height: 130rpx; border-radius: 50%; } } .name { color: #fff; font-size: 44rpx; font-family: 'PingFangSC-Medium, PingFang SC'; font-weight: 700; } } &-right { background: linear-gradient(270deg, #FF6100 0%, #FE7C02 100%); border-top-left-radius: 40rpx; border-bottom-left-radius: 40rpx; border: solid 2px rgba(255, 255, 255, 0.3); border-right: none; display: flex; align-items: center; padding: 0 30rpx 0 26rpx; height: 82rpx; view { &:first-child { font-size: 22rpx; color: #fff; line-height: 24rpx; } &:nth-child(2) { font-size: 60rpx; color: #fff; font-weight: 500; margin: 0 22rpx 0 16rpx; } } } } &-authentication { display: flex; justify-content: space-between; width: calc(100% - 220rpx); margin: 50rpx auto; font-size: 28rpx; color: rgba(255, 255, 255, .6); &-item { display: flex; align-items: center; .no-certified { padding: 6rpx 16rpx; background-color: rgba(255, 255, 255, 0.2); border-radius: 30rpx; margin-left: 10rpx; font-size: 24rpx; } .had { width: 134rpx; height: 68rpx; line-height: 72rpx; text-align: right; color: #684B06; font-size: 24rpx; padding-right: 12rpx; } .certified { background: url(../../static/img/certified-icon.png) no-repeat center center; background-size: 100% 100%; } .passed { background: url(../../static/img/passed-icon.png) no-repeat center center; background-size: 100% 100%; } } } &-gain { display: flex; justify-content: space-between; width: calc(100% - 60rpx); margin: 0 auto; background-color: #fff; border-radius: 10rpx; padding: 36rpx 34rpx; &-item { text-align: center; view { &:first-child { font-size: 50rpx; font-weight: 500; text { font-size: 32rpx; font-weight: 400; color: #6E6E6E; } } &:last-child { font-size: 30rpx; margin-top: 10rpx; font-weight: 400; } } &:first-child { view { &:first-child { color: #4591E7; } } } &:nth-child(2) { view { &:first-child { color: #FF5733; } } } &:last-child { view { &:first-child { color: #17BEB2; } } } } } &-cell1 { width: calc(100% - 60rpx); margin: 20rpx auto; background-color: #fff; border-radius: 10rpx; .cell-icon { margin-right: 24rpx; } // .jianli { // width: 34rpx; // height: 34rpx; // } // .toudi { // width: 34rpx; // height: 34rpx; // } // .mianshi { // width: 28rpx; // height: 34rpx; // } // .peixun { // width: 30rpx; // height: 38rpx; // } // .pingjia { // width: 36rpx; // height: 30rpx; // } // .shezhi { // width: 32rpx; // height: 32rpx; // } } } }