25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
-
-
-
- .serchData-body {
- width: 100%;
- box-sizing: border-box;
- padding: 15rpx 24rpx 0;
- }
-
- .serchData-box {
- padding: 0 20rpx 24rpx;
- width: 100%;
- background: #FFF;
- box-sizing: border-box;
- border-radius: 16rpx;
- }
-
-
- .searchData-item {
- height: 109rpx;
- line-height: 109rpx;
- overflow: hidden;
- border-bottom: 1rpx solid #f0efef;
- }
-
- .imageUrl-box {
- display: inline-block;
- width: 60rpx;
- height: 60rpx;
- line-height: 60rpx;
- border-radius: 50%;
- overflow: hidden;
- box-sizing: border-box;
- border: 1rpx solid #F1F1F1;
- vertical-align: middle;
- }
-
- .imageUrl-box > image {
- width: 60rpx;
- height: 60rpx;
- }
-
- .title-box {
- display: inline-block;
- vertical-align: middle;
- margin-left: 10rpx;
- color: #333333;
- font-weight: 400;
- font-size: 28rpx;
- }
-
- .you-box {
- float: right;
- height: 100%;
-
- }
-
- .you-item {
- width: 26rpx;
- }
|