This commit is contained in:
kbing1981 2024-07-09 16:27:50 +08:00
parent 5c14d7c09c
commit f492812f00
3 changed files with 6 additions and 8 deletions

View File

@ -226,12 +226,12 @@
@import '../../static/less/index.less';
@import '../../static/css/index.css';
/deep/.uni-radio-input{
width: 23px;
height: 23px;
width: 20px;
height: 20px;
}
/deep/uni-radio::before{
margin-right: 0px;
margin-right: -1px;
}
.save_btn {
width: 600upx;

View File

@ -234,9 +234,7 @@
font-size: 28rpx;
flex-direction: column;
}
.adv_lines span:nth-child(1){
width: 70%;
}
.adv_line{
display: flex;
justify-content: space-between;

View File

@ -4,7 +4,7 @@
<view class="cooperate-line" @click="goNav('/pages/my/hehuo')">
<image class="cooperate-img" src="../../static/cooperate/cooperate1.png" mode=""></image>
</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>
</view>
<view class="cooperate-line" @click="goNav('/pages/cooperate/hehuo')">
@ -59,7 +59,7 @@
}
.cooperate-img{
width: 100%;
height:230rpx;
height:240rpx;
}
.shezhi-list-img-text{
font-weight: 400;