This commit is contained in:
kbing1981 2024-07-10 15:32:02 +08:00
parent 7c13eb7646
commit 5ba8447c89
3 changed files with 23 additions and 3 deletions

View File

@ -2388,7 +2388,7 @@
width: 90%;
margin: 0 auto;
text-align: center;
background: linear-gradient(to right, #223845, #00a85b);
background: linear-gradient(to right, #029c88, #2fc094);
height: 80rpx;
border-radius: 60rpx;
color: #ffffff;

View File

@ -1,5 +1,7 @@
<template>
<view class="hehuo_view">
<view class="advantage-title">应聘技师</view>
<view class="advantage-bor"></view>
<view class="text_view">
<view class="item_view">
<view class="item_title">服务城市 </view>
@ -256,15 +258,32 @@
height: 150upx;
background: #f7f7f7;
}
.advantage-title{
font-size: 32rpx;
font-weight: bold;
margin-top: 60rpx;
margin-left: 35rpx;
}
.advantage-bor{
width: 64px;
height: 6px;
border-radius: 3px;
bottom: 0;
background: linear-gradient(90deg, rgba(234, 248, 245, 0.7), rgba(132, 211, 196, 0.7));
margin-bottom: 80rpx;
margin-left: 35rpx;
}
.hehuo_view {
width: 100%;
padding-top: 10px;
height: 100vh;
background-color: #f7f7f7;
background:#fff url(../../static/cooperate/cooperate6.png)no-repeat ;
background-size: 100%;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
//align-items: center;
.text_view {
width: 95%;
@ -272,6 +291,7 @@
background-color: #fff;
border-radius: 10px;
padding: 20px;
margin-top: 50rpx;
.audit_message {
color: red;
width: 650rpx;

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB