123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /* pages/search/search.wxss */
- .content-name {
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- color: rgba(69, 82, 107, 1);
- line-height: 20px;
- margin-left: 8px;
- }
- .icon-container{
- display: flex;
- flex-direction: row;
- align-items: center
- }
- .city{
- font-size: 28rpx;
- color: #333;
- margin-right: 10rpx;
- }
- .aa{
- margin-top: 20rpx;
- }
- .bb{
- width: 500rpx !important;
- }
- .card-dot {
- width: 18rpx;
- height: 18rpx;
- border-radius: 50%;
- border: 6rpx solid #3963bc;
- margin-left: 26rpx;
- }
- .card-top {
- display: flex;
- flex-direction: row;
- align-items: center;
- width: 750rpx;
- height: 100rpx;
- }
- .content-name {
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- color: rgba(69, 82, 107, 1);
- line-height: 20px;
- margin-left: 8px;
- }
- .card {
- margin: 10rpx auto !important;
- }
- .right-card {
- height: 300rpx !important;
- width: 300rpx !important;
- border-radius: 12rpx !important;
- }
- .content {
- margin-top: 10rpx;
- color: #666;
- font-size: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 5;
- }
- .avter-content {
- margin-top: 10rpx;
- color: #333;
- font-size: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 5;
- }
- .avter-share-container{
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- }
- .like-container{
- display: flex;
- flex-direction: row;
- margin-left: 40rpx;
- align-items: center
- }
- .number{
- color: #666;
- font-size: 24rpx;
- margin-left: 12rpx;
- }
|