科技系统

This commit is contained in:
liukang 2025-01-20 14:29:50 +08:00
parent 4aaf19c2d2
commit f268cb09e4
12 changed files with 92 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{
"name" : "yglt_uniapp",
"name" : "阳光澜庭",
"appid" : "__UNI__542B476",
"description" : "",
"versionName" : "1.0.0",
@ -14,8 +14,8 @@
"ignoreVersion" : true
},
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"alwaysShowBeforeRender" : false,
"waiting" : false,
"autoclose" : true,
"delay" : 0
},

View File

@ -352,7 +352,7 @@
}
.top-left-content-item-content {
font-size: 12rpx;
font-size: 10rpx;
}
.top-left-content-item-img {
@ -477,7 +477,7 @@
.top-content-four-content {
margin-top: 10rpx;
font-size: 12rpx;
font-size: 10rpx;
width: 75%;
margin-bottom: 8rpx;
}
@ -530,20 +530,19 @@
display: flex;
width: 100%;
height: 100%;
padding: 30rpx 0 0 0;
padding: 0rpx 0 0 0;
}
.two-six-img {
flex: 1;
display: flex;
padding: 10rpx;
box-sizing: border-box;
justify-content: center;
align-items: center;
}
.two-six-img image {
width: 100%;
width: 90%;
height: auto;
}

View File

@ -2,7 +2,35 @@
<template>
<view class="content">
<div class="top">
7.科技系统
<swiper class="swiper" circular :interval="2000" :duration="500" :indicatorDots="true">
<swiper-item>
<div class="top-content top-content1" />
</swiper-item>
<swiper-item>
<div class="top-content top-content2" />
</swiper-item>
<swiper-item>
<div class="top-content top-content3" />
</swiper-item>
<swiper-item>
<div class="top-content top-content4" />
</swiper-item>
<swiper-item>
<div class="top-content top-content5" />
</swiper-item>
<swiper-item>
<div class="top-content top-content6" />
</swiper-item>
<swiper-item>
<div class="top-content top-content7" />
</swiper-item>
<swiper-item>
<div class="top-content top-content8" />
</swiper-item>
<swiper-item>
<div class="top-content top-content9" />
</swiper-item>
</swiper>
</div>
<div class="bottom">
<Menu :type="7" />
@ -29,4 +57,59 @@
flex: 1;
background-color: rgba(44 61, 43, 1);
}
.swiper {
height: 100%;
padding: 10rpx;
box-sizing: border-box;
}
.top-content {
height: 100%;
}
.top-content1 {
background: url('~@/static/eight1.jpg') no-repeat;
background-size: 100% 100%;
}
.top-content2 {
background: url('~@/static/eight2.jpg') no-repeat;
background-size: 100% 100%;
}
.top-content3 {
background: url('~@/static/eight3.jpg') no-repeat;
background-size: 100% 100%;
}
.top-content4 {
background: url('~@/static/eight4.jpg') no-repeat;
background-size: 100% 100%;
}
.top-content5 {
background: url('~@/static/eight5.jpg') no-repeat;
background-size: 100% 100%;
}
.top-content6 {
background: url('~@/static/eight6.jpg') no-repeat;
background-size: 100% 100%;
}
.top-content7 {
background: url('~@/static/eight7.jpg') no-repeat;
background-size: 100% 100%;
}
.top-content8 {
background: url('~@/static/eight8.jpg') no-repeat;
background-size: 100% 100%;
}
.top-content9 {
background: url('~@/static/eight9.jpg') no-repeat;
background-size: 100% 100%;
}
</style>

BIN
static/eight1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

BIN
static/eight2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

BIN
static/eight3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

BIN
static/eight4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

BIN
static/eight5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

BIN
static/eight6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

BIN
static/eight7.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

BIN
static/eight8.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

BIN
static/eight9.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB