修改页面样式等
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<!--
|
||||
* @Date: 2024-10-08 14:29:36
|
||||
* @LastEditors: shirlwang
|
||||
* @LastEditTime: 2025-11-03 12:15:15
|
||||
* @LastEditTime: 2025-11-03 15:43:51
|
||||
-->
|
||||
<template>
|
||||
<view class="container" style="background-color: #eef1f5;">
|
||||
<view class="container">
|
||||
<scroll-view scroll-y="true" :style="{height: edit?'calc(90vh - 150px)':'calc(100vh - 144px)'}">
|
||||
<view class="inner">
|
||||
<view class="part-title" style="display: flex;justify-content: space-between;">创业需求信息
|
||||
@@ -463,7 +463,10 @@
|
||||
}
|
||||
|
||||
.inner {
|
||||
background: #eef1f5;
|
||||
background: #fff;
|
||||
width: calc(100% - 64rpx);
|
||||
box-sizing: border-box;
|
||||
margin: 0 auto;
|
||||
border-radius: 16rpx;
|
||||
padding: 32rpx;
|
||||
margin-bottom: 24rpx;
|
||||
@@ -486,7 +489,7 @@
|
||||
margin-bottom: 24rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 8rpx;
|
||||
padding: 24rpx;
|
||||
padding: 24rpx 0;
|
||||
}
|
||||
|
||||
.form-label {
|
||||
@@ -594,8 +597,7 @@
|
||||
}
|
||||
.button-area {
|
||||
padding: 24rpx 32rpx 68rpx;
|
||||
width: calc(100% + 64rpx);
|
||||
margin-left: -32rpx;
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user