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

修改页面样式

parent 1eed2b8f
......@@ -15,6 +15,7 @@
"path": "pages/shop/index",
"style": {
"onReachBottomDistance": 80, //开启触底加载
"navigationBarTextStyle": "white",
"navigationStyle":"custom"
}
}, {
......
<template>
<view class="top">
<u-row gutter="16">
<u-col>
<u-swiper
:list="topicList"
circular
indicator
height="500"
border-radius="0"
indicatorMode="line"
@click="navigateToPage"
></u-swiper>
......@@ -15,8 +14,6 @@
<u-line color="#ffffff"></u-line>
<span style="font-size: 10px;color: white">Hongze Cloud Intelligent Promotion System</span>
</div>
</u-col>
</u-row>
<view style="padding-bottom: 30rpx;">
<view class="gl-title">
<view style="height: 35px;display: flex;align-items: center;">
......@@ -284,33 +281,6 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
font-weight: bold;
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{
width: 45rpx;
height: 45rpx;
......
......@@ -139,6 +139,7 @@ export default {
.nameRow {
padding-bottom: 15px;
position: relative;
font-weight: bold;
}
.nameRow::before {
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