1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- /* pages/user/my_saw/index.wxss */
- .container{
- padding: 0;
- }
- .saw_body{
- }
- .saw_con {
- }
- .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;
- padding: 20rpx;
- }
- .weui-tab__content_item{
- padding:0 30rpx;
- background: #fff;
- }
- .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;
- }
|