一体机放大效果开发

This commit is contained in:
冯辉
2026-03-12 17:10:34 +08:00
parent 0c63175816
commit e7ef23ad5d
83 changed files with 3034 additions and 2899 deletions

View File

@@ -245,19 +245,19 @@ function goToMessage(){
transform: perspective(600px) rotateY(8deg) rotateX(4deg);
}
.mini-cards{
padding: 28rpx
padding: 42rpx
.card-top{
background-image: url('@/static/icon/backAI2.png'), linear-gradient(to left, #9E74FD 0%, #256BFA 63%, #4180FF 100%);
background-repeat: no-repeat, no-repeat;
background-position: right top, center;
background-size: 396rpx 212rpx, cover;
padding: 36rpx 36rpx 64rpx 36rpx
border-radius: 20rpx 20rpx 0rpx 0rpx;
background-size: 594rpx 318rpx, cover;
padding: 54rpx 54rpx 96rpx 54rpx
border-radius: 30rpx 30rpx 0rpx 0rpx;
position: relative
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
.top-title{
font-weight: 500;
font-size: 32rpx;
font-size: 48rpx;
color: #FFFFFF;
width: auto;
max-width: 60%;
@@ -265,9 +265,9 @@ function goToMessage(){
overflow:visible;
}
.top-subTitle{
margin-top: 8rpx;
margin-top: 12rpx;
font-weight: 500;
font-size: 32rpx;
font-size: 48rpx;
color: #FFFFFF;
width: auto;
max-width: 60%;
@@ -276,31 +276,31 @@ function goToMessage(){
text-overflow: ellipsis;
}
.top-btn{
width: 164rpx;
height: 64rpx;
width: 246rpx;
height: 96rpx;
background: radial-gradient( 0% 24% at 57% 42%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.27) 100%);
box-shadow: 0rpx 8rpx 40rpx 0rpx rgba(210,210,210,0.14);
border-radius: 80rpx 80rpx 80rpx 80rpx;
border: 2rpx solid #D2D2D2;
box-shadow: 0rpx 12rpx 60rpx 0rpx rgba(210,210,210,0.14);
border-radius: 120rpx 120rpx 120rpx 120rpx;
border: 3rpx solid #D2D2D2;
text-align: center
line-height: 64rpx
line-height: 96rpx
font-weight: 500;
font-size: 28rpx;
font-size: 42rpx;
color: #FFFFFF;
position: absolute
right: 36rpx
top: 50rpx
right: 54rpx
top: 75rpx
}
}
.card-main{
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
border-radius: 30rpx 30rpx 30rpx 30rpx;
position: relative;
top: -28rpx
padding: 26rpx 60rpx 0 32rpx
padding: 39rpx 90rpx 0 48rpx
.main-title{
font-weight: 600;
font-size: 32rpx;
font-size: 48rpx;
color: #000000;
}
.main-row{
@@ -311,20 +311,20 @@ function goToMessage(){
display: flex
align-items: center
.left-img{
width: 44rpx;
height: 44rpx;
margin: 32rpx 16rpx 32rpx 10rpx
width: 66rpx;
height: 66rpx;
margin: 48rpx 24rpx 48rpx 15rpx
}
.left-text{
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
font-weight: 500;
font-size: 28rpx;
font-size: 42rpx;
color: #333333;
}
}
.row-right{
color: #6E6E6E;
font-size: 28rpx;
font-size: 42rpx;
}
}
.main-row:last-child{
@@ -332,27 +332,27 @@ function goToMessage(){
}
}
.card-help{
height: 96rpx;
height: 144rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
border-radius: 30rpx 30rpx 30rpx 30rpx;
text-align: center;
line-height: 96rpx;
font-size: 28rpx;
line-height: 144rpx;
font-size: 42rpx;
color: #256BFA;
margin-bottom: 20rpx;
margin-bottom: 30rpx;
}
.card-back{
height: 96rpx;
height: 144rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
border-radius: 30rpx 30rpx 30rpx 30rpx;
text-align: center;
line-height: 96rpx
font-size: 28rpx;
line-height: 144rpx
font-size: 42rpx;
color: #256BFA;
}
}
.mini-number{
padding: 24rpx
padding: 36rpx
display: flex
justify-content: space-around
.numbe-item{
@@ -363,12 +363,12 @@ function goToMessage(){
.mini-num{
font-family: DIN-Medium;
font-weight: 500;
font-size: 46rpx;
font-size: 69rpx;
color: #333333;
}
.mini-text{
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #6C7282;
}
}
@@ -377,14 +377,14 @@ function goToMessage(){
display: flex;
justify-content: flex-start;
align-items: center;
padding: 30rpx;
padding: 45rpx;
position: relative;
.userindo-head
width: 101rpx;
height: 101rpx;
width: 152rpx;
height: 152rpx;
overflow: hidden
border-radius: 50%
margin-right: 22rpx;
margin-right: 33rpx;
.userindo-head-img
width: 100%;
height: 100%;
@@ -395,31 +395,31 @@ function goToMessage(){
.userinfo-ls-name
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
font-weight: 600;
font-size: 40rpx;
font-size: 60rpx;
color: #333333;
border-radius: 50%
.userinfo-ls-resume
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #6C7282;
.mine-userinfo::before
position: absolute;
right: 40rpx;
right: 60rpx;
top: 50%;
content: '';
width: 4rpx;
height: 18rpx;
border-radius: 2rpx
width: 6rpx;
height: 27rpx;
border-radius: 3rpx
background: #A2A2A2;
transform: translate(0, -50%) rotate(-45deg);
.mine-userinfo::after
position: absolute;
right: 40rpx;
top: calc(50% + 1rpx);
right: 60rpx;
top: calc(50% + 2rpx);
content: '';
width: 4rpx;
height: 18rpx;
border-radius: 2rpx
width: 6rpx;
height: 27rpx;
border-radius: 3rpx
background: #A2A2A2;
transform: rotate(45deg)
@@ -427,18 +427,18 @@ function goToMessage(){
.company-info-card {
display: flex;
align-items: center;
padding: 30rpx;
padding: 45rpx;
background: #FFFFFF;
margin: 20rpx;
border-radius: 20rpx;
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.08);
margin: 30rpx;
border-radius: 30rpx;
box-shadow: 0 6rpx 30rpx rgba(0, 0, 0, 0.08);
.company-avatar {
width: 100rpx;
height: 100rpx;
width: 150rpx;
height: 150rpx;
border-radius: 50%;
overflow: hidden;
margin-right: 24rpx;
margin-right: 36rpx;
.company-avatar-img {
width: 100%;
@@ -450,20 +450,20 @@ function goToMessage(){
flex: 1;
.company-name {
font-size: 36rpx;
font-size: 54rpx;
font-weight: 600;
color: #333333;
margin-bottom: 8rpx;
margin-bottom: 12rpx;
}
.company-completeness {
font-size: 28rpx;
font-size: 42rpx;
color: #6C7282;
}
}
.company-arrow {
margin-left: 20rpx;
margin-left: 30rpx;
}
}
</style>