This commit is contained in:
parent
5c14d7c09c
commit
f492812f00
|
@ -226,12 +226,12 @@
|
||||||
@import '../../static/less/index.less';
|
@import '../../static/less/index.less';
|
||||||
@import '../../static/css/index.css';
|
@import '../../static/css/index.css';
|
||||||
/deep/.uni-radio-input{
|
/deep/.uni-radio-input{
|
||||||
width: 23px;
|
width: 20px;
|
||||||
height: 23px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/uni-radio::before{
|
/deep/uni-radio::before{
|
||||||
margin-right: 0px;
|
margin-right: -1px;
|
||||||
}
|
}
|
||||||
.save_btn {
|
.save_btn {
|
||||||
width: 600upx;
|
width: 600upx;
|
||||||
|
|
|
@ -234,9 +234,7 @@
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.adv_lines span:nth-child(1){
|
|
||||||
width: 70%;
|
|
||||||
}
|
|
||||||
.adv_line{
|
.adv_line{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<view class="cooperate-line" @click="goNav('/pages/my/hehuo')">
|
<view class="cooperate-line" @click="goNav('/pages/my/hehuo')">
|
||||||
<image class="cooperate-img" src="../../static/cooperate/cooperate1.png" mode=""></image>
|
<image class="cooperate-img" src="../../static/cooperate/cooperate1.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="cooperate-line" @click="goNav('/pages/cooperate/hehuocity')">
|
<view class="cooperate-line" @click="goNav('/pages/my/cooperation')">
|
||||||
<image class="cooperate-img" src="../../static/cooperate/cooperate2.png" mode=""></image>
|
<image class="cooperate-img" src="../../static/cooperate/cooperate2.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="cooperate-line" @click="goNav('/pages/cooperate/hehuo')">
|
<view class="cooperate-line" @click="goNav('/pages/cooperate/hehuo')">
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
}
|
}
|
||||||
.cooperate-img{
|
.cooperate-img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height:230rpx;
|
height:240rpx;
|
||||||
}
|
}
|
||||||
.shezhi-list-img-text{
|
.shezhi-list-img-text{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
Loading…
Reference in New Issue