123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- /* pages/user/my_saw/index.wxss */
- .container{
- padding: 60rpx 44rpx 72rpx 44rpx;
- }
- .weui-tab__panel {
- padding-top: 0;
- }
- .saw_avatar {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .weui-cell {
- padding: 10rpx 0 0;
- }
- .weui-cell__bd{
- margin-left: 30rpx;
- }
- .saw_name{
- font-size: 30rpx;
- }
- .saw_time{
- font-size: 24rpx;
- color: #999;
- }
- .weui-media-box{
- padding: 0;
- }
- .saw_content{
- margin: 20rpx 0;
- }
- .saw_exhibition{
- background: #eeeeee;
- height: 140rpx;
- display: flex;
- /* justify-content: center; */
- /* align-items: center; */
- }
- .saw_image{
- width: 140rpx;
- height: 140rpx;
- }
- .saw_exhibition_info{
- margin: 14rpx;
- }
- .saw_exhibition_info_title{
- font-weight: bold;
- }
- .saw_exhibition_info_txt{
- font-size: 22rpx;
- color: #999;
- }
- .fdkk-cells{
- background: #fff;
- margin-bottom: 20rpx;
- }
- .weui-tab__content_item:last-child > .fdkk-cells{
- margin-bottom: 0;
- }
- .item-img {
- width: 100%;
- height: 100%;
- }
- .iconfont {
- font-size: 22rpx;
- margin-right: 15rpx;
- }
- .icon-like{
- color: #E02F2F;
- }
- /* 没有收藏 */
- .noCollection{
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .noCollection image{
- width: 450rpx;
- height: 450rpx;
- margin: 0 auto;
- margin-top: 196rpx;
- margin-bottom: 272rpx;
- }
- .noCollection text{
- color: #646464;
- font-size: 32rpx;
- opacity: 0.9;
- }
|