新增页面
parent
c0a4e1efe7
commit
690589226f
|
@ -1,6 +1,8 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="项目详情"></statusNav>
|
||||
|
||||
<view class="head-top">
|
||||
<view class="details-head">
|
||||
<view class="swiper-head">
|
||||
<swiper class="swiper" @change="changeAutoplay" :autoplay="autoplay" :interval="interval"
|
||||
|
@ -52,6 +54,8 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
<view class="project-message-title">
|
||||
<view class="icon">
|
||||
|
||||
|
@ -498,7 +502,6 @@
|
|||
|
||||
.project-message-content {
|
||||
display: flex;
|
||||
box-shadow: 0rpx 5rpx 5rpx rgba(0, 0, 0, 0.1);
|
||||
padding: 30rpx 25rpx 0rpx;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 8rpx;
|
||||
|
|
|
@ -292,7 +292,7 @@
|
|||
.settlement-type {
|
||||
width: 100%;
|
||||
border-radius: 25rpx;
|
||||
height: 350rpx;
|
||||
height: 400rpx;
|
||||
margin-top: 29rpx;
|
||||
padding: 24rpx;
|
||||
box-sizing: border-box;
|
||||
|
|
|
@ -256,6 +256,7 @@
|
|||
|
||||
.numBtn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
|
@ -265,8 +266,9 @@
|
|||
height: 36rpx;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
line-height: 35rpx;
|
||||
font-size: 36rpx
|
||||
line-height: 25rpx;
|
||||
color: #333333;
|
||||
font-size: 50rpx
|
||||
}
|
||||
|
||||
.numBtn .sum {
|
||||
|
|
Loading…
Reference in New Issue