| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-b8003fe3 {
- display: flex;
- flex-direction: column;
- padding: 0 20rpx 20rpx 20rpx;
- min-height: 100vh;
- background-color: #f1f6fe;
- }
- .container .search.data-v-b8003fe3 {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 30rpx;
- width: 230rpx;
- height: 80rpx;
- font-size: 28rpx;
- border-radius: 56rpx;
- background-color: #fff;
- }
- .container .search .search_icon.data-v-b8003fe3 {
- margin-left: 10rpx;
- width: 28rpx;
- height: 28rpx;
- }
- .container .box .box_time.data-v-b8003fe3 {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 80rpx;
- color: #a6a6a6;
- font-size: 24rpx;
- }
- .container .box .box_card.data-v-b8003fe3 {
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- box-sizing: border-box;
- padding: 25rpx 30rpx;
- line-height: 52rpx;
- color: #808080;
- font-size: 24rpx;
- border-radius: 8rpx;
- background-color: #fff;
- }
- .container .box .box_card .card_title.data-v-b8003fe3 {
- display: flex;
- align-items: center;
- font-size: 28rpx;
- font-weight: bold;
- color: #000;
- }
- .container .box .box_card .card_title .title_read.data-v-b8003fe3 {
- margin-right: 10rpx;
- width: 12rpx;
- height: 12rpx;
- border-radius: 50%;
- background-color: #d43030;
- }
- .container .box .box_card .card_msg.data-v-b8003fe3 {
- display: flex;
- }
- .container .box .box_card .card_msg .img.data-v-b8003fe3 {
- margin-top: 10rpx;
- width: 100rpx;
- height: 160rpx;
- }
|