This commit is contained in:
parent
7c13eb7646
commit
5ba8447c89
|
@ -2388,7 +2388,7 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(to right, #223845, #00a85b);
|
background: linear-gradient(to right, #029c88, #2fc094);
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
border-radius: 60rpx;
|
border-radius: 60rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="hehuo_view">
|
<view class="hehuo_view">
|
||||||
|
<view class="advantage-title">应聘技师</view>
|
||||||
|
<view class="advantage-bor"></view>
|
||||||
<view class="text_view">
|
<view class="text_view">
|
||||||
<view class="item_view">
|
<view class="item_view">
|
||||||
<view class="item_title">服务城市 </view>
|
<view class="item_title">服务城市 </view>
|
||||||
|
@ -256,15 +258,32 @@
|
||||||
height: 150upx;
|
height: 150upx;
|
||||||
background: #f7f7f7;
|
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 {
|
.hehuo_view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: #f7f7f7;
|
background:#fff url(../../static/cooperate/cooperate6.png)no-repeat ;
|
||||||
|
background-size: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
//align-items: center;
|
||||||
|
|
||||||
.text_view {
|
.text_view {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
@ -272,6 +291,7 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
margin-top: 50rpx;
|
||||||
.audit_message {
|
.audit_message {
|
||||||
color: red;
|
color: red;
|
||||||
width: 650rpx;
|
width: 650rpx;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 348 KiB |
Loading…
Reference in New Issue