12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .top {
- width: 100%;
- height: 70rpx;
- background-color: #26A2FF;
- margin-bottom: 94rpx;
- }
- .xusj{
- /* opacity: 0 */
- }
- .head{
- position: absolute;
- top: 0;
- left: 32rpx;
- right: 32rpx;
- border-radius: 20rpx;
- background-color: #fff;
- box-shadow: 0 0.04rem 0.12rem 0 rgba(0,0,0,.05);
- height: 140rpx;
- }
- .head .flex-box{
- padding:0 28rpx;
- height: 100%;
- }
- .name{
- font-size: 36rpx;
- }
- .li{
- background-color: #fff;
- border-bottom: 1px solid #f1f1f1;
- }
- .img-left{
- width: 40rpx;
- height: 40rpx;
- margin: 0 28rpx;
- }
- .img-right{
- width: 24rpx;
- height: 24rpx;
- margin-right: 28rpx;
- }
- .li-right{
- padding: 28rpx 0;
- }
- .date{
- font-size: 28rpx;
- color: #999
- }
- .xusj{
- color: #fff;
- background-color: #26A2FF;
- border-radius: 6rpx;
- margin-right: 28rpx;
- font-size: 28rpx;
- padding: 5rpx 10rpx;
- }
|