修改样式
This commit is contained in:
parent
853db1af9c
commit
deeddf0dc5
|
@ -72,7 +72,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="star-technician width">
|
<view class="star-technician width">
|
||||||
<view class="star-technician-mian">
|
<view class="star-technician-mian">
|
||||||
<liu-goods-swiper :goodsList="starTechnician" :imgWidth="165" :imgHeight="155" @clickItem="chooseItem" @cancellable='false' ></liu-goods-swiper>
|
<liu-goods-swiper :goodsList="starTechnician" :imgWidth="165" :imgHeight="149" @clickItem="chooseItem" @cancellable='false' ></liu-goods-swiper>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="index-project width">
|
<view class="index-project width">
|
||||||
|
@ -1470,7 +1470,7 @@
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
}
|
}
|
||||||
/deep/.item-descr{
|
/deep/.item-descr{
|
||||||
-webkit-line-clamp: 1;
|
-webkit-line-clamp: 2;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
.index-card-image{
|
.index-card-image{
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="line"></view>
|
<view class="line"></view>
|
||||||
<view class="info-box-item">
|
<view class="info-box-item">
|
||||||
<view class="info-box-item-name" @click="getcity()">地址</view>
|
<view class="info-box-item-name" @click="getcity()">选择城市</view>
|
||||||
<u-input placeholder="请选择所在区域地址" v-model="applyContent" :disabled="false"
|
<u-input placeholder="请选择所在区域地址" v-model="applyContent" :disabled="false"
|
||||||
:clearable="true">
|
:clearable="true">
|
||||||
</u-input>
|
</u-input>
|
||||||
|
|
|
@ -51,6 +51,11 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
/deep/.uni-scroll-view-content{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
/* justify-content: center; */
|
||||||
|
}
|
||||||
.xiangshi{
|
.xiangshi{
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
|
@ -76,7 +81,7 @@
|
||||||
.item-box {
|
.item-box {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 232rpx;
|
width: 232rpx;
|
||||||
height: 90%;
|
height: 210px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
@ -103,7 +108,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-descr {
|
.item-descr {
|
||||||
text-align: center;
|
text-align: left;
|
||||||
display: table;
|
display: table;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
|
|
Loading…
Reference in New Issue