|
@@ -778,8 +778,8 @@ onLoad(async (options) => {
|
|
// max-width: 40px;
|
|
// max-width: 40px;
|
|
// max-height: 40px;
|
|
// max-height: 40px;
|
|
.enterAvatar{
|
|
.enterAvatar{
|
|
- width: 60rpx;
|
|
|
|
- height: 60rpx;
|
|
|
|
|
|
+ width: 68rpx;
|
|
|
|
+ height: 68rpx;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
margin: auto;
|
|
margin: auto;
|
|
}
|
|
}
|
|
@@ -894,11 +894,10 @@ onLoad(async (options) => {
|
|
.jobCard {
|
|
.jobCard {
|
|
padding: 30rpx;
|
|
padding: 30rpx;
|
|
background: #fbfbfb;
|
|
background: #fbfbfb;
|
|
- margin: 5px;
|
|
|
|
- margin-top: 20rpx;
|
|
|
|
|
|
+ margin: 20rpx 5px;
|
|
max-width: unset;
|
|
max-width: unset;
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
- box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
+ box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
|
|
&-title {
|
|
&-title {
|
|
// font-size: 1.2em;
|
|
// font-size: 1.2em;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
@@ -1002,7 +1001,8 @@ onLoad(async (options) => {
|
|
max-height: 300rpx;
|
|
max-height: 300rpx;
|
|
border-top: 2rpx solid #EEE;
|
|
border-top: 2rpx solid #EEE;
|
|
background: #fff;
|
|
background: #fff;
|
|
- padding: 20rpx 40rpx;
|
|
|
|
|
|
+ padding: 20rpx 40rpx 40rpx;
|
|
|
|
+
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
&-tool {
|
|
&-tool {
|
|
margin-bottom: 30rpx;
|
|
margin-bottom: 30rpx;
|