Commit a38c8f31 authored by zhengke's avatar zhengke

修改样式

parent 6fce3b7f
...@@ -36,11 +36,6 @@ ...@@ -36,11 +36,6 @@
margin-bottom: 30rpx; margin-bottom: 30rpx;
} }
.active_InTitle text {
color: red;
margin-right: 5rpx;
}
.checkedNature { .checkedNature {
background-color: #FDCCD4 !important; background-color: #FDCCD4 !important;
color: #F95771 !important; color: #F95771 !important;
...@@ -126,6 +121,11 @@ ...@@ -126,6 +121,11 @@
line-height: 80rpx; line-height: 80rpx;
border-radius: 20rpx; border-radius: 20rpx;
} }
.activeStar{
color:red;
margin-right:5rpx;
font-size:23rpx;
}
</style> </style>
<template> <template>
<view class="activeSignUp"> <view class="activeSignUp">
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
</view> </view>
<view class="active_Info"> <view class="active_Info">
<view class="active_InTitle"> <view class="active_InTitle">
<text>*</text> <text class="activeStar">*</text>
基础信息 基础信息
</view> </view>
<view class="activeMainDiv"> <view class="activeMainDiv">
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
<input class="activeSign_Input" placeholder="请输入对应名称" v-model="signMsg.CompanyName" /> <input class="activeSign_Input" placeholder="请输入对应名称" v-model="signMsg.CompanyName" />
</view> </view>
<view class="activeMainDiv" style="border-bottom:1px solid #F5F6F7"> <view class="activeMainDiv" style="border-bottom:1px solid #F5F6F7">
<view class="activeSignName" style="margin-bottom:30rpx;">性质(单选)</view> <view class="activeSignName" style="margin-bottom:30rpx;"><text class="activeStar">*</text>性质(单选)</view>
<view class="active_Nature"> <view class="active_Nature">
<text v-for="(item,index) in natureList" @click="getckedId(item,index)" <text v-for="(item,index) in natureList" @click="getckedId(item,index)"
:class="{'checkedNature':commonIndex==index}" :key="index">{{item.Name}}</text> :class="{'checkedNature':commonIndex==index}" :key="index">{{item.Name}}</text>
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
</template> </template>
<view v-if="isShowAdd"> <view v-if="isShowAdd">
<view class="activeMainDiv"> <view class="activeMainDiv">
<view class="activeSignName">姓名</view> <view class="activeSignName"><text class="activeStar">*</text>姓名</view>
<input class="activeSign_Input" v-model="pMsg.LinkMan" placeholder="请输入您的姓名" /> <input class="activeSign_Input" v-model="pMsg.LinkMan" placeholder="请输入您的姓名" />
</view> </view>
<view class="activeMainDiv"> <view class="activeMainDiv">
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
<input class="activeSign_Input" v-model="pMsg.CountryInfo" placeholder="所属国籍/省/市" /> <input class="activeSign_Input" v-model="pMsg.CountryInfo" placeholder="所属国籍/省/市" />
</view> </view>
<view class="activeMainDiv"> <view class="activeMainDiv">
<view class="activeSignName">手机号</view> <view class="activeSignName"><text class="activeStar">*</text>手机号</view>
<input class="activeSign_Input" v-model="pMsg.LinkTel" placeholder="请输入您的11位手机号码" /> <input class="activeSign_Input" v-model="pMsg.LinkTel" placeholder="请输入您的11位手机号码" />
</view> </view>
</view> </view>
......
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