mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-08-03 21:12:52 +08:00
25 lines
353 B
Plaintext
25 lines
353 B
Plaintext
/* page_package/search/search.wxss */
|
|
.skill{
|
|
color: #83653F;
|
|
}
|
|
|
|
.ellipsis{
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.ellipsis-title{
|
|
margin-top: 10rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.condition-item{
|
|
width: 25%;
|
|
height: 56rpx;
|
|
}
|
|
|
|
.line1{
|
|
width: 100%;
|
|
height: 1rpx;
|
|
background-color: #f2f2f2;
|
|
} |