修改样式
This commit is contained in:
parent
853db1af9c
commit
deeddf0dc5
|
@ -72,7 +72,7 @@
|
|||
</view>
|
||||
<view class="star-technician width">
|
||||
<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 class="index-project width">
|
||||
|
@ -1470,7 +1470,7 @@
|
|||
height: 50rpx;
|
||||
}
|
||||
/deep/.item-descr{
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-line-clamp: 2;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.index-card-image{
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</view>
|
||||
<view class="line"></view>
|
||||
<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"
|
||||
:clearable="true">
|
||||
</u-input>
|
||||
|
|
|
@ -51,6 +51,11 @@
|
|||
}
|
||||
</style>
|
||||
<style scoped>
|
||||
/deep/.uni-scroll-view-content{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* justify-content: center; */
|
||||
}
|
||||
.xiangshi{
|
||||
padding: 5px;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
|
@ -76,7 +81,7 @@
|
|||
.item-box {
|
||||
display: inline-block;
|
||||
width: 232rpx;
|
||||
height: 90%;
|
||||
height: 210px;
|
||||
margin-right: 10px;
|
||||
border-radius: 10px;
|
||||
margin-top: 10px;
|
||||
|
@ -103,7 +108,7 @@
|
|||
}
|
||||
|
||||
.item-descr {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
display: table;
|
||||
width: 100px;
|
||||
font-size: 24rpx;
|
||||
|
|
Loading…
Reference in New Issue