接单部分完成
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<view class="flex-col page">
|
||||
<view class="flex-col justify-start items-center self-center text-wrapper">
|
||||
<image src="/image/logo.png" mode="aspectFill"></image>
|
||||
<image class="imagesize" src="/image/logo.png" mode="aspectFill"></image>
|
||||
<text class="font text">欢迎登陆—青橙校园</text>
|
||||
</view>
|
||||
<view class="flex-col self-stretch group">
|
||||
|
@ -5,10 +5,11 @@
|
||||
padding: 30.77rpx 42.31rpx 71.27rpx 44.23rpx;
|
||||
background-color: #ffffff;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.text-wrapper {
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
@ -37,7 +38,7 @@
|
||||
line-height: 25.04rpx;
|
||||
}
|
||||
.text-wrapper_2 {
|
||||
padding: 35.46rpx 0 37.73rpx;
|
||||
padding: 25.46rpx 0 25.73rpx;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0rpx 3.85rpx 7.69rpx #00000040;
|
||||
}
|
||||
@ -55,7 +56,7 @@
|
||||
}
|
||||
.view {
|
||||
margin-top: 40.38rpx;
|
||||
padding: 37.38rpx 0 35.85rpx;
|
||||
padding: 25.38rpx 0 25.85rpx;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0rpx 3.85rpx 7.69rpx #00000040;
|
||||
}
|
||||
@ -65,7 +66,7 @@
|
||||
}
|
||||
.section {
|
||||
margin-top: 32.69rpx;
|
||||
padding: 35.35rpx 27.79rpx 37.71rpx 35.75rpx;
|
||||
padding: 27.35rpx 27.79rpx 27.71rpx 27.75rpx;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0rpx 3.85rpx 7.69rpx #00000040;
|
||||
}
|
||||
@ -78,7 +79,7 @@
|
||||
}
|
||||
.view_2 {
|
||||
margin-top: 40.38rpx;
|
||||
padding: 37.38rpx 0 35.87rpx;
|
||||
padding: 27.38rpx 0 25.87rpx;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0rpx 3.85rpx 7.69rpx #00000040;
|
||||
}
|
||||
@ -88,7 +89,7 @@
|
||||
}
|
||||
.view_3 {
|
||||
margin-top: 26.92rpx;
|
||||
padding: 37.19rpx 0 35.77rpx;
|
||||
padding: 27.19rpx 0 25.77rpx;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0rpx 3.85rpx 7.69rpx #00000040;
|
||||
}
|
||||
@ -143,4 +144,8 @@
|
||||
.text_14 {
|
||||
color: #ff5733;
|
||||
line-height: 21.31rpx;
|
||||
}
|
||||
.imagesize{
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
Reference in New Issue
Block a user