12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- /* pages/todayExp/todayExp.wxss */
- page{
- padding: 20rpx;
- }
- scroll-view{
- height: 100vh;
- }
- .relist{
- position: relative;
- padding-left: 80rpx;
- margin-bottom: 24rpx;
- }
- .relist>image{
- width: 90rpx;
- height: 90rpx;
- position: absolute;
- left: 0;
- top: 0;
- border-radius: 100%;
- }
- .content{
- font-size: 32rpx;
- line-height: 48rpx;
- color: #333;
- margin-bottom: 15rpx;
- }
- .msg .name{
- font-size: 32rpx;
- color: #333;
- margin-left: 30rpx;
- }
- .msg .date{
- font-size: 28rpx;
- color: #333;
- margin-left: 30rpx;
- }
- .item_money{
- font-size: 33rpx;
- margin-bottom: 15rpx;
- }
- .item_money_title{
- font-size: 30rpx;
- }
- .recomment{
- padding: 24rpx 0;
- border-bottom: 1px solid rgba(245, 245, 245, 1);
- }
- .recomment image{
- width: 32rpx;
- margin-right: 10rpx;
- position: relative;
- top: 5rpx;
- }
- .recomment text{
- color: #999;
- font-size: 28rpx;
- margin-right: 40rpx;
- }
|