mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 04:19:36 +08:00
1
This commit is contained in:
parent
4b659fc290
commit
63b773dd56
@ -5,6 +5,7 @@ App({
|
|||||||
tenantId : '12', // 地区
|
tenantId : '12', // 地区
|
||||||
parkId : '26', // 园区id
|
parkId : '26', // 园区id
|
||||||
parkName : '长阳智会云控', // 园区名称
|
parkName : '长阳智会云控', // 园区名称
|
||||||
|
ownership : 'Copyrights@2019淮安市行政中心报修版权所有',
|
||||||
// 本地测试
|
// 本地测试
|
||||||
// DOMAIN_NAME_PREFIX: 'http://192.168.0.11',
|
// DOMAIN_NAME_PREFIX: 'http://192.168.0.11',
|
||||||
// DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名
|
// DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名
|
||||||
|
@ -7,6 +7,7 @@ Page({
|
|||||||
*/
|
*/
|
||||||
data: {
|
data: {
|
||||||
IMG_NAME: app.IMG_NAME,
|
IMG_NAME: app.IMG_NAME,
|
||||||
|
ownership: app.ownership,
|
||||||
menuList: [{
|
menuList: [{
|
||||||
name: "我要报修",
|
name: "我要报修",
|
||||||
img: "/profile/static/index/menu-bxfw.png",
|
img: "/profile/static/index/menu-bxfw.png",
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
<view class="containerView public">
|
<view class="containerView public">
|
||||||
|
|
||||||
<view class="topHead">
|
<view class="topHead">
|
||||||
|
<view class="maskView1"></view>
|
||||||
|
<view class="maskView2"></view>
|
||||||
|
<view class="maskView3"></view>
|
||||||
|
|
||||||
<view class="title">随手拍</view>
|
<view class="title">随手拍</view>
|
||||||
<view class="contentView">
|
<view class="contentView">
|
||||||
<view class="label1">欢迎进入</view>
|
<view class="label1">欢迎进入</view>
|
||||||
@ -16,5 +20,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<view class="ownership">{{ownership}}</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
@ -1,46 +1,90 @@
|
|||||||
.topHead {
|
.topHead {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 600rpx;
|
height: 639rpx;
|
||||||
background: #5985de;
|
|
||||||
border-bottom-left-radius: 80rpx;
|
|
||||||
border-bottom-right-radius: 80rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topHead .maskView1 {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: #4c81e5;
|
||||||
|
opacity: 87%;
|
||||||
|
border-bottom-left-radius: 96rpx;
|
||||||
|
border-bottom-right-radius: 96rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topHead .maskView2 {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 2;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 446rpx;
|
||||||
|
height: 452rpx;
|
||||||
|
border: 1px solid red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topHead .maskView3 {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 3;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: #4c81e5;
|
||||||
|
opacity: 85%;
|
||||||
|
border-bottom-left-radius: 96rpx;
|
||||||
|
border-bottom-right-radius: 96rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.topHead .title {
|
.topHead .title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 4;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 110rpx;
|
top: 120rpx;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
font-size: 28rpx;
|
font-size: 32rpx;
|
||||||
color: #ffffff;
|
color: #FFFFFF;
|
||||||
|
line-height: 1rpx;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topHead .contentView {
|
.topHead .contentView {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 60rpx;
|
z-index: 4;
|
||||||
bottom: 210rpx;
|
left: 0;
|
||||||
|
bottom: 246rpx;
|
||||||
|
padding-left: 58rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topHead .contentView .label1 {
|
.topHead .contentView .label1 {
|
||||||
font-size: 44rpx;
|
font-size: 47rpx;
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topHead .contentView .label2 {
|
.topHead .contentView .label2 {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
margin-top: 20rpx;
|
line-height: 1;
|
||||||
|
margin-top: 40rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topHead .logo {
|
.topHead .logo {
|
||||||
width: 160rpx;
|
|
||||||
height: 160rpx;
|
|
||||||
background: #c9c9c9;
|
|
||||||
border-radius: 100rpx;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 4;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
bottom: -80rpx;
|
bottom: -80rpx;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
|
||||||
|
width: 226rpx;
|
||||||
|
height: 226rpx;
|
||||||
|
background: #c9c9c9;
|
||||||
|
border-radius: 226rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuContainerView {
|
.menuContainerView {
|
||||||
@ -48,12 +92,12 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 160rpx 100rpx;
|
padding: 150rpx 80rpx 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuContainerView .menuView {
|
.menuContainerView .menuView {
|
||||||
width: 240rpx;
|
width: 260rpx;
|
||||||
height: 240rpx;
|
height: 260rpx;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
box-shadow: -2px 2px 10px 0 rgba(102, 116, 166, 0.2);
|
box-shadow: -2px 2px 10px 0 rgba(102, 116, 166, 0.2);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
@ -66,12 +110,25 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menuContainerView .menuView .menuImg {
|
.menuContainerView .menuView .menuImg {
|
||||||
width: 132rpx;
|
width: 120rpx;
|
||||||
height: 134rpx;
|
height: 120rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuContainerView .menuView .menuTitle {
|
.menuContainerView .menuView .menuTitle {
|
||||||
font-size: 24rpx;
|
font-size: 26rpx;
|
||||||
color: #52658f;
|
color: #4B6291;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
|
line-height: 1;
|
||||||
|
margin-top: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ownership {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
bottom: 34rpx;
|
||||||
|
width: 100%;
|
||||||
|
word-break: break-all;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 22rpx;
|
||||||
|
color: #878787;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user