|
@@ -119,7 +119,7 @@
|
|
|
style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx; "></input>
|
|
|
|
|
|
</view>
|
|
|
- <button @click="serchByCard"> 搜索</button>
|
|
|
+ <button class="tj-btn" style="margin: 40rpx 90rpx;" @click="serchByCard"> 搜索</button>
|
|
|
<view class="background">
|
|
|
|
|
|
|
|
@@ -1591,13 +1591,13 @@
|
|
|
justify-content: space-between;
|
|
|
padding: 10px;
|
|
|
position: relative;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.uni-list {
|
|
|
border: 1xp solid #eee;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.to-right-icon {
|
|
|
width: 15px;
|
|
|
height: 15px;
|
|
@@ -1605,25 +1605,25 @@
|
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
.text {
|
|
|
font-size: 16px;
|
|
|
color: #333;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.background {
|
|
|
// border: 15px solid hsla(0, 0%, 100%, .5);
|
|
|
background: white;
|
|
|
background-clip: padding-box;
|
|
|
padding: 20rpx;
|
|
|
border-radius: 20rpx;
|
|
|
- margin: 20rpx;
|
|
|
+ margin: 20rpx 10rpx;
|
|
|
/*从padding开始往外面裁剪背景*/
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
.btn {
|
|
|
width: 715rpx;
|
|
|
height: 69rpx;
|
|
@@ -1637,7 +1637,8 @@
|
|
|
margin-top: 40rpx;
|
|
|
margin-bottom: 100rpx;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
.number {
|
|
|
display: flex;
|
|
|
/* 水平居中显示子元素 */
|
|
@@ -1648,7 +1649,40 @@
|
|
|
padding: 10px;
|
|
|
/* 设置padding以提高视觉效果 */
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+ .tj-btn {
|
|
|
+ height: 69rpx;
|
|
|
+ background: #3184f0;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ font-size: 25rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 69rpx;
|
|
|
+ margin: 40rpx 70rpx;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .sc-btn {
|
|
|
+ height: 69rpx;
|
|
|
+ background: #f0686b;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ font-size: 25rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 69rpx;
|
|
|
+ margin: 40rpx;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .num-style {
|
|
|
+ background: #e8f4f9;
|
|
|
+ margin: 20rpx;
|
|
|
+ padding: 10rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ border: 1px solid #d4e3f0;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
.textarea {
|
|
|
margin-top: 10upx;
|
|
|
width: 100%;
|
|
@@ -1656,4 +1690,148 @@
|
|
|
min-height: 100upx;
|
|
|
line-height: 20px;
|
|
|
}
|
|
|
+
|
|
|
+ page {
|
|
|
+ background: #f2f2f2;
|
|
|
+ }
|
|
|
+
|
|
|
+ .flex-x {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .template_title,
|
|
|
+ .template_title1,
|
|
|
+ .template_title_list {
|
|
|
+ height: 90rpx;
|
|
|
+ background: #fff;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 0 30rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+
|
|
|
+ .template_title1 {
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .template_title_list {
|
|
|
+ margin-bottom: 4rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .template_title>view,
|
|
|
+ .template_title1>view {
|
|
|
+ font-size: 32rpx;
|
|
|
+ color: #8f8f8f;
|
|
|
+ flex-shrink: 0;
|
|
|
+ margin-right: 20rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .template_title>input {
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #808080;
|
|
|
+ text-align: right;
|
|
|
+ flex-grow: 1;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 添加内容 */
|
|
|
+
|
|
|
+ .add_con>text {
|
|
|
+ font-size: 40rpx;
|
|
|
+ color: #f16765;
|
|
|
+ display: block;
|
|
|
+ margin-right: 20rpx;
|
|
|
+ margin-left: 10rpx;
|
|
|
+ line-height: 44rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .add_con>view {
|
|
|
+ font-size: 32rpx;
|
|
|
+ color: #7885cb;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 删除内容 */
|
|
|
+
|
|
|
+ .del {
|
|
|
+ font-size: 32rpx;
|
|
|
+ color: #f16765;
|
|
|
+ margin-right: 14rpx;
|
|
|
+ padding: 20rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ input {
|
|
|
+ flex-grow: 1;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #808080;
|
|
|
+ }
|
|
|
+ // .container {
|
|
|
+ // display: flex;
|
|
|
+ // align-items: center;
|
|
|
+ // justify-content: space-between;
|
|
|
+ // padding: 10px;
|
|
|
+ // position: relative;
|
|
|
+
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .uni-list {
|
|
|
+ // border: 1xp solid #eee;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .to-right-icon {
|
|
|
+ // width: 15px;
|
|
|
+ // height: 15px;
|
|
|
+ // position: absolute;
|
|
|
+ // top: 50%;
|
|
|
+ // transform: translateY(-50%);
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .text {
|
|
|
+ // font-size: 16px;
|
|
|
+ // color: #333;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .background {
|
|
|
+ // // border: 15px solid hsla(0, 0%, 100%, .5);
|
|
|
+ // background: white;
|
|
|
+ // background-clip: padding-box;
|
|
|
+ // padding: 20rpx;
|
|
|
+ // border-radius: 20rpx;
|
|
|
+ // margin: 20rpx;
|
|
|
+ // /*从padding开始往外面裁剪背景*/
|
|
|
+
|
|
|
+
|
|
|
+ // }
|
|
|
+
|
|
|
+
|
|
|
+ // .btn {
|
|
|
+ // width: 715rpx;
|
|
|
+ // height: 69rpx;
|
|
|
+ // background: #79A4F0;
|
|
|
+ // border-radius: 6rpx;
|
|
|
+ // font-size: 25rpx;
|
|
|
+ // font-family: Microsoft YaHei;
|
|
|
+ // font-weight: 400;
|
|
|
+ // color: #FFFFFF;
|
|
|
+ // line-height: 69rpx;
|
|
|
+ // margin-top: 40rpx;
|
|
|
+ // margin-bottom: 100rpx;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .number {
|
|
|
+ // display: flex;
|
|
|
+ // /* 水平居中显示子元素 */
|
|
|
+ // align-items: flex-start;
|
|
|
+ // /* 垂直居中显示子元素 */
|
|
|
+ // justify-content: space-between;
|
|
|
+ // /* 左右间距等于间距大小 */
|
|
|
+ // padding: 10px;
|
|
|
+ // /* 设置padding以提高视觉效果 */
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .textarea {
|
|
|
+ // margin-top: 10upx;
|
|
|
+ // width: 100%;
|
|
|
+ // border: 1rpx solid red;
|
|
|
+ // min-height: 100upx;
|
|
|
+ // line-height: 20px;
|
|
|
+ // }
|
|
|
</style>
|