1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- /* common/components/component-list/component-list.wxss */
- /* pages/yuezhan/search/index.wxss */
- .weui-media-box {
- padding: 0;
- }
- .weui-tab__panel {
- padding: 0 44rpx;
- margin-top: 6rpx;
- overflow-x: hidden;
- margin-bottom: 20rpx;
- }
- .weui-media-box_appmsg {
- align-items: flex-start;
- }
- .weui-media-box__hd_in-appmsg {
- width: 240rpx;
- height: 180rpx;
- min-width: 240rpx;
- border-radius: 8rpx;
- margin-right: 44rpx;
- overflow: hidden;
- }
- .weui-tab__content_item {
- height: 100%;
- background: #fff;
- }
- .weui-media-box__thumb {
- position: relative;
- }
- .weui-flex__item{
- margin-bottom: 42rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 400rpx;
- display: inline-block;
- }
- .weui-media-box__desc {
- line-height: 1.5;
- white-space: nowrap;
- text-overflow:ellipsis;
- overflow: hidden;
- display: inline-block;
- }
- .weui-media-box__bd_in-appmsg .desc{
- display: flex;
- justify-content: space-between;
- font-weight: normal;
- }
- .weui-media-box__bd_in-appmsg .desc .iconweizhi{
- font-size: 20rpx;
- display: inline-block;
- vertical-align: text-bottom;
- margin-right: 12rpx;
- }
- .weui-media-box__bd_in-appmsg .desc .iconredu{
- font-size: 20rpx;
- display: inline-block;
- vertical-align: middle;
- margin-right: 12rpx;
- }
- .weui-media-box__bd_in-appmsg{
- height: 185rpx;
- display: flex;
- flex-direction: column;
- font-size: 24rpx;
- color: #646464;
- justify-content: space-between;
- }
- .weui-media-box__title{
- font-size: 32rpx;
- color: #000;
- flex-direction: column;
- }
- .weui-media-box__title .pavilionName{
- font-size: 24rpx;
- color: #646464;
- }
- .fdkk-cells{
- background: #fff;
- }
|