|
@@ -12,281 +12,120 @@
|
|
|
<block slot="backText">返回</block>
|
|
|
<block slot="content">查看企业信息</block>
|
|
|
</cu-custom>
|
|
|
+
|
|
|
+ <swiper class="swiper" circular :indicator-dots="true" :autoplay="true" :interval="3000" :duration="800">
|
|
|
+ <swiper-item>
|
|
|
+ <image src="../../static/img/titlebg.jpg" class="swiper-item"></image>
|
|
|
+ </swiper-item>
|
|
|
+ <swiper-item>
|
|
|
+ <image src="../../static/img/titlebg.jpg" class="swiper-item"></image>
|
|
|
+ </swiper-item>
|
|
|
+ </swiper>
|
|
|
+
|
|
|
<form @submit="formSubmit" class="cu-list menu">
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- <text class="red-color ">* </text> 企业名称
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.name" placeholder="请填写企业名称" :disabled="ischeck"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- <text class="red-color ">* </text>企业类型
|
|
|
- </view>
|
|
|
- <jp-picker v-model="inputForm.industry" rangeKey="label" rangeValue="value"
|
|
|
- :range="$dictUtils.getDictList('industrial_type')" :disabled="ischeck">
|
|
|
- <view class="picker">
|
|
|
- {{$dictUtils.getDictLabel('industrial_type', inputForm.industry ,'请选择')}}
|
|
|
+
|
|
|
+ <view class="show1">
|
|
|
+
|
|
|
+ <view class="textbg">
|
|
|
+ <view class="text1">
|
|
|
+ 企业名称
|
|
|
</view>
|
|
|
- </jp-picker>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- <text class="red-color ">* </text>所属楼宇
|
|
|
+ <view class="text2">
|
|
|
+ {{inputForm.name}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
- <picker @change="changeLYId" :value="lyIndex" :range="showLYList" :disabled="ischeck">
|
|
|
- <view class=" picker action">
|
|
|
- <view class="text-grey ">{{showLYList[lyIndex] || '请选择'}}</view>
|
|
|
+ <view class="textbg" @click="call1">
|
|
|
+ <!-- <view class="text1">
|
|
|
+ 属地
|
|
|
</view>
|
|
|
- </picker>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- <text class="red-color ">* </text>
|
|
|
- 入驻时间
|
|
|
- </view>
|
|
|
- <jp-datetime-picker v-model="inputForm.entryTime" mode="date" :disabled="ischeck"></jp-datetime-picker>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 撤场时间
|
|
|
- </view>
|
|
|
- <jp-datetime-picker v-model="inputForm.des5" mode="date" :disabled="ischeck"></jp-datetime-picker>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 办公面积(平)
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.officeArea" placeholder="请填写办公面积" :disabled="ischeck"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 年租金(元)
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.annualRent" placeholder="请填写年租金" :disabled="ischeck"></input>
|
|
|
- </view> -->
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- <text class="red-color ">* </text>
|
|
|
- 楼层
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.floor" placeholder="请填写楼层" :disabled="ischeck"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- <text class="red-color ">* </text>
|
|
|
- 房间号
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.des3" placeholder="请填写房间号" :disabled="ischeck"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- <text class="red-color ">* </text>
|
|
|
- 联系人
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.lxr" placeholder="请填写联系人" :disabled="ischeck"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- <text class="red-color ">* </text>
|
|
|
- 联系人手机
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.phone" placeholder="请填写联系人手机" :disabled="ischeck"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- <text class="red-color ">* </text>
|
|
|
- 合约起始时间
|
|
|
- </view>
|
|
|
- <jp-datetime-picker v-model="inputForm.htStime" mode="date" :disabled="ischeck"></jp-datetime-picker>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- <text class="red-color ">* </text>
|
|
|
- 合约到期时间
|
|
|
- </view>
|
|
|
- <jp-datetime-picker v-model="inputForm.htEtime" mode="date" :disabled="ischeck"></jp-datetime-picker>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 主营内容
|
|
|
+ <input v-model="inputForm.des1" :disabled="ischeck"></input> -->
|
|
|
+ <view class="text1">
|
|
|
+ 负责人
|
|
|
+ </view>
|
|
|
+ <view class="text3">
|
|
|
+ {{inputForm.lxr}} <view v-if="inputForm.phone!=''"> ( </view>
|
|
|
+ <view class="phone">{{inputForm.phone}} </view> <view v-if="inputForm.phone!=''">) </view>
|
|
|
+ <image class="phoneimg" src="/static/img/dianhua.png "></image>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <input v-model="inputForm.businessContent" placeholder="请填写主营内容" :disabled="ischeck"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 用工总数
|
|
|
+
|
|
|
+ <view class="textbg" @click="call2" style="margin-bottom: 10rpx;padding-bottom: 20rpx;" >
|
|
|
+ <!-- <view class="text1">
|
|
|
+ 企业类型
|
|
|
+ </view>
|
|
|
+ <input v-model="inputForm.industry" :disabled="ischeck"></input> -->
|
|
|
+
|
|
|
+ <view class="text1">
|
|
|
+ 联系干部
|
|
|
+ </view>
|
|
|
+ <view class="text3">
|
|
|
+ {{inputForm.bz5}} <view v-if="inputForm.bz6!=''"> ( </view>
|
|
|
+ <view class="phone">{{inputForm.bz6}} </view> <view v-if="inputForm.bz6!=''"> ) </view>
|
|
|
+ <image class="phoneimg" src="/static/img/dianhua.png "></image>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
- <input v-model="inputForm.totalNumber" placeholder="请填写用工总数" :disabled="ischeck" type="number"></input>
|
|
|
+
|
|
|
</view>
|
|
|
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 社保人数
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.securityNumber" placeholder="请填写社保人数" :disabled="ischeck"
|
|
|
- type="number"></input>
|
|
|
+ <view class="titlebg2">
|
|
|
+ <view class="titlet1" ></view>
|
|
|
+ <view class="titlet2" >企业基本信息</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 男生人数
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.des7" placeholder="请填写男生人数" :disabled="ischeck"
|
|
|
- type="number"></input>
|
|
|
- </view>
|
|
|
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 女生人数
|
|
|
+ <view class="textbg">
|
|
|
+ <view class="text1">
|
|
|
+ 属地
|
|
|
</view>
|
|
|
- <input v-model="inputForm.des8" placeholder="请填写女生人数" :disabled="ischeck"
|
|
|
- type="number"></input>
|
|
|
+ <view class="text2">
|
|
|
+ {{inputForm.des1}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 党员人数
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.des9" placeholder="请填写党员人数" :disabled="ischeck"
|
|
|
- type="number"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 本科以下人数
|
|
|
+ <view class="textbg">
|
|
|
+ <view class="text1">
|
|
|
+ 所属行业
|
|
|
</view>
|
|
|
- <input v-model="inputForm.belowUndergraduate" placeholder="请填写本科以下人数" :disabled="ischeck"
|
|
|
- type="number"></input>
|
|
|
+ <view class="text2">
|
|
|
+ {{inputForm.industry}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 本科人数
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.undergraduate" placeholder="请填写本科人数" :disabled="ischeck"
|
|
|
- type="number"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 研究生人数
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.postgraduate" placeholder="请填写研究生人数" :disabled="ischeck"
|
|
|
- type="number"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 博士生人数
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.doctoralStudent" placeholder="请填写博士生人数" :disabled="ischeck"
|
|
|
- type="number"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 实用新型专利授权数
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.num2" placeholder="请填写实用新型专利授权数" :disabled="ischeck" type="number"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 发明专利授权数
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.num3" placeholder="请填写发明专利授权数" :disabled="ischeck" type="number"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 软著数
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.softWritingNumbers" placeholder="请填写软著数" :disabled="ischeck"
|
|
|
- type="number"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 今年准备申报项目明细
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.bz1" placeholder="请填写今年准备申报项目明细" :disabled="ischeck"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 今年项目认定明细
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.bz2" placeholder="请填写今年项目认定明细" :disabled="ischeck"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 是否是国家高企
|
|
|
- </view>
|
|
|
- <jp-picker v-model="inputForm.bz3" rangeKey="label" rangeValue="value"
|
|
|
- :range="$dictUtils.getDictList('yes_no')" :disabled="ischeck">
|
|
|
- <view class="picker">
|
|
|
- {{$dictUtils.getDictLabel('yes_no', inputForm.bz3 ,'请选择')}}
|
|
|
- </view>
|
|
|
- </jp-picker>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 意向哪年申报国家高企
|
|
|
- </view>
|
|
|
- <input v-model="inputForm.bz4" placeholder="请填写意向哪年申报国家高企" :disabled="ischeck"></input>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 是否是规上企业
|
|
|
+
|
|
|
+ <view class="textbg">
|
|
|
+ <view class="text1">
|
|
|
+ 去年销售
|
|
|
</view>
|
|
|
- <jp-picker v-model="inputForm.bz5" rangeKey="label" rangeValue="value"
|
|
|
- :range="$dictUtils.getDictList('yes_no')" :disabled="ischeck">
|
|
|
- <view class="picker">
|
|
|
- {{$dictUtils.getDictLabel('yes_no', inputForm.bz5 ,'请选择')}}
|
|
|
- </view>
|
|
|
- </jp-picker>
|
|
|
+ <view class="text2">
|
|
|
+ {{inputForm.des3}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 什么时候能达到规上企业标准
|
|
|
+
|
|
|
+ <view class="textbg">
|
|
|
+ <view class="text1">
|
|
|
+ 主导产品
|
|
|
</view>
|
|
|
- <input v-model="inputForm.bz6" placeholder="请填写什么时候能达到规上企业标准" :disabled="ischeck"></input>
|
|
|
+ <view class="text2">
|
|
|
+ {{text1}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
-
|
|
|
- <view class="cu-form-group margin-top">
|
|
|
- <view class="title">
|
|
|
- 企业简介
|
|
|
+
|
|
|
+ <view class="textbg" style="padding-bottom: 50rpx;">
|
|
|
+ <view class="text1">
|
|
|
+
|
|
|
</view>
|
|
|
- <textarea v-model="inputForm.qyDes" placeholder="请填写企业简介" :disabled="ischeck"></textarea>
|
|
|
+ <view class="text2">
|
|
|
+ {{text2}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+
|
|
|
|
|
|
<view style="height: 40rpx;"></view>
|
|
|
|
|
|
|
|
|
-
|
|
|
- <view class="padding-xl" v-if="!ischeck">
|
|
|
- <button form-type="submit" class="cu-btn block bg-blue margin-tb-sm lg">提交</button>
|
|
|
+ <view class="padding-xl" v-if="isadmin">
|
|
|
+ <button @click="sharezz" class="cu-btn block bg-blue margin-tb-sm lg">分享此企业账号</button>
|
|
|
</view>
|
|
|
</form>
|
|
|
</view>
|
|
@@ -298,7 +137,7 @@
|
|
|
import loginService from '@/api/auth/loginService.js'
|
|
|
export default {
|
|
|
onShow() {
|
|
|
- this.$auth.checkLogin()
|
|
|
+ //this.$auth.checkLogin()
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -342,8 +181,13 @@
|
|
|
des8: '',
|
|
|
des9: '',
|
|
|
},
|
|
|
+ text1:'',
|
|
|
+ text2:'',
|
|
|
parkList: [],
|
|
|
ischeck: false,
|
|
|
+ isLogin:"",
|
|
|
+ username:"",
|
|
|
+ isadmin:false,
|
|
|
lyIndex: '',
|
|
|
showLYList: [],
|
|
|
}
|
|
@@ -354,7 +198,15 @@
|
|
|
|
|
|
},
|
|
|
onLoad(query) {
|
|
|
- console.log(query, '==============>query')
|
|
|
+ this.isLogin=this.$auth.checkisLogin();
|
|
|
+ this.username=this.$auth.getUserInfo();
|
|
|
+ if(this.username!=undefined&&this.username!=''&&this.username!=null){
|
|
|
+ if(this.username.loginName=='admin'){
|
|
|
+ this.isadmin=true;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ console.log("是否登录:"+this.username.loginName);
|
|
|
if (query && query.ischeck) {
|
|
|
this.ischeck = true
|
|
|
this.title = "查看企业信息";
|
|
@@ -362,7 +214,7 @@
|
|
|
if (query && query.id && !query.ischeck) {
|
|
|
this.title = "修改企业信息";
|
|
|
}
|
|
|
- this.getParkList(query)
|
|
|
+ this.getComById(query)
|
|
|
|
|
|
},
|
|
|
methods: {
|
|
@@ -397,6 +249,99 @@
|
|
|
})
|
|
|
},
|
|
|
|
|
|
+ getComById(query) {
|
|
|
+ loginService.queryByIdCom(query.id).then(({
|
|
|
+ data
|
|
|
+ }) => {
|
|
|
+ //未登录
|
|
|
+ if(this.isLogin==null){
|
|
|
+ console.log('未登录')
|
|
|
+ //不做处理后台已做处理
|
|
|
+ this.setData(data);
|
|
|
+
|
|
|
+ }else{
|
|
|
+ this.setData(data);
|
|
|
+ }
|
|
|
+
|
|
|
+ }).catch((e) => {
|
|
|
+
|
|
|
+ })
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+ //账号分享
|
|
|
+ sharezz(){
|
|
|
+
|
|
|
+ if (navigator.share) {
|
|
|
+ navigator.share({
|
|
|
+ title: '分享标题',
|
|
|
+ text: '分享的文本内容',
|
|
|
+ url: 'https://example.com'
|
|
|
+ }).then(() => {
|
|
|
+ console.log('分享成功');
|
|
|
+ })
|
|
|
+ .catch(console.error);
|
|
|
+ } else {
|
|
|
+ console.log('当前浏览器不支持分享功能');
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+ setData(data){
|
|
|
+ this.inputForm = this.recover(this.inputForm, data)
|
|
|
+
|
|
|
+ if(this.inputForm.bz2!=''){
|
|
|
+ this.text1=this.inputForm.bz1+" ("+this.inputForm.bz2+")"
|
|
|
+ }
|
|
|
+ if(this.inputForm.bz4!=''){
|
|
|
+ this.text2=this.inputForm.bz3+" ("+this.inputForm.bz4+")"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+ call1(){
|
|
|
+ //未登录
|
|
|
+ if(this.isLogin==null){
|
|
|
+ uni.showModal({
|
|
|
+ title: '您还未登录,是否跳转登录页面?',
|
|
|
+ showCancel: true,
|
|
|
+ success: (res) => {
|
|
|
+ if (res.confirm) {
|
|
|
+
|
|
|
+ uni.reLaunch({
|
|
|
+ url: '/pages/login/login'
|
|
|
+ })
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }else{
|
|
|
+ window.location.href = 'tel:'+this.inputForm.phone;
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+ call2(){
|
|
|
+ //未登录
|
|
|
+ if(this.isLogin==null){
|
|
|
+ uni.showModal({
|
|
|
+ title: '您还未登录,是否跳转登录页面?',
|
|
|
+ showCancel: true,
|
|
|
+ success: (res) => {
|
|
|
+ if (res.confirm) {
|
|
|
+
|
|
|
+ uni.reLaunch({
|
|
|
+ url: '/pages/login/login'
|
|
|
+ })
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }else{
|
|
|
+ window.location.href = 'tel:'+this.inputForm.bz6;
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
changeLYId(e){
|
|
|
let index = e.detail.value
|
|
|
this.lyIndex = index
|
|
@@ -506,4 +451,72 @@
|
|
|
input,textarea{
|
|
|
color: #8799a3;
|
|
|
}
|
|
|
+
|
|
|
+ .swiper {
|
|
|
+ width: 750rpx;
|
|
|
+ height: 360rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .swiper-item {
|
|
|
+ width: 750rpx;
|
|
|
+ height: 360rpx;
|
|
|
+ background-color: aliceblue;
|
|
|
+ }
|
|
|
+ .show1{
|
|
|
+ background-color: #2752eb;
|
|
|
+ padding-left: 8rpx;
|
|
|
+ }
|
|
|
+ .textbg{
|
|
|
+ display: flex;
|
|
|
+ background-color: white;
|
|
|
+ padding-top: 29rpx;
|
|
|
+ }
|
|
|
+ .text1{
|
|
|
+ width: 200rpx;
|
|
|
+ margin-left: 30rpx;
|
|
|
+ color: #393939;
|
|
|
+ font-size: 30rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .text2{
|
|
|
+ flex: 1;
|
|
|
+ color: #393939;
|
|
|
+ font-size: 30rpx;
|
|
|
+ padding-bottom: 2rpx;
|
|
|
+ }
|
|
|
+ .text3{
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .phone{
|
|
|
+ display: flex;
|
|
|
+ color: #00aaff;
|
|
|
+ padding-left: 5rpx;
|
|
|
+ padding-right: 5rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ align-items: center
|
|
|
+ }
|
|
|
+ .phoneimg{
|
|
|
+ margin-left: 10rpx;
|
|
|
+ width: 35rpx;
|
|
|
+ height: 35rpx;
|
|
|
+ }
|
|
|
+ .titlebg2{
|
|
|
+ display: flex;
|
|
|
+ background-color: white;
|
|
|
+ padding-left: 22rpx;
|
|
|
+ padding-top: 35rpx;
|
|
|
+ padding-bottom: 25rpx;
|
|
|
+ margin-bottom: 2rpx;
|
|
|
+ }
|
|
|
+ .titlet1{
|
|
|
+ width: 7rpx;
|
|
|
+ margin-top: 7rpx;
|
|
|
+ margin-bottom: 7rpx;
|
|
|
+ background-color: #2752eb;
|
|
|
+ margin-right: 8rpx;
|
|
|
+ }
|
|
|
+ .titlet2{
|
|
|
+ font-weight: 800;
|
|
|
+ color: #2752eb;
|
|
|
+ }
|
|
|
</style>
|