123456789101112131415161718192021222324252627282930 |
- /* message/message.wxss */
- .card{
- width: 90%;
- margin: auto;
- height: 270rpx;
- background: #fff;
- border-radius: 10rpx;
- margin-top: 18rpx;
- padding: 20rpx 20rpx;
- position: relative;
- /* box-shadow: 5px 5px 5px #cdcfcf; */
- }
- .card2{
- display: flex;
- justify-content: space-between;
- color: #696969;
- margin-bottom: -10rpx;
- }
- .btn1{
- position: absolute;
- right: 20rpx;
- bottom: 25rpx;
- }
- .card1{
- display: flex;
- justify-content: space-between;
- color: #696969;
- margin-bottom: 8rpx;
- }
|