Commit 6b6654ce authored by 罗林杰's avatar 罗林杰

修改页面样式

parent 1eed2b8f
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"path": "pages/shop/index", "path": "pages/shop/index",
"style": { "style": {
"onReachBottomDistance": 80, //开启触底加载 "onReachBottomDistance": 80, //开启触底加载
"navigationBarTextStyle": "white",
"navigationStyle":"custom" "navigationStyle":"custom"
} }
}, { }, {
......
<template> <template>
<view class="top"> <view class="top">
<u-row gutter="16"> <u-swiper
<u-col> :list="topicList"
<u-swiper circular
:list="topicList" indicator
circular height="500"
indicator border-radius="0"
height="500" indicatorMode="line"
indicatorMode="line" @click="navigateToPage"
@click="navigateToPage" ></u-swiper>
></u-swiper> <div class="center-text">
<div class="center-text"> <span style="color: #ffffff;font-size: 18px;padding-left: 55rpx">鸿泽云智能推广系统</span>
<span style="color: #ffffff;font-size: 18px;padding-left: 55rpx">鸿泽云智能推广系统</span> <u-line color="#ffffff"></u-line>
<u-line color="#ffffff"></u-line> <span style="font-size: 10px;color: white">Hongze Cloud Intelligent Promotion System</span>
<span style="font-size: 10px;color: white">Hongze Cloud Intelligent Promotion System</span> </div>
</div>
</u-col>
</u-row>
<view style="padding-bottom: 30rpx;"> <view style="padding-bottom: 30rpx;">
<view class="gl-title"> <view class="gl-title">
<view style="height: 35px;display: flex;align-items: center;"> <view style="height: 35px;display: flex;align-items: center;">
...@@ -284,33 +281,6 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue"; ...@@ -284,33 +281,6 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
font-weight: bold; font-weight: bold;
color: #222222; color: #222222;
} }
.gl-img {
padding: 30rpx;
}
.gl-name {
font-size: 26rpx;
}
.gl-descript {
font-size: 20rpx;
}
.gl-price {
font-size: 24rpx;
color: #FA3534;
}
.topimage{
border-radius: 12px 12px 12px 12px;
margin: 22rpx 30rpx 0 30rpx;
height: 274rpx;
}
.imagedeatil{
width: 100%;
height: 100%;
border-radius: 12px 12px 12px 12px;
}
.smallicon{ .smallicon{
width: 45rpx; width: 45rpx;
height: 45rpx; height: 45rpx;
......
...@@ -139,6 +139,7 @@ export default { ...@@ -139,6 +139,7 @@ export default {
.nameRow { .nameRow {
padding-bottom: 15px; padding-bottom: 15px;
position: relative; position: relative;
font-weight: bold;
} }
.nameRow::before { .nameRow::before {
content: ''; content: '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment