123456789101112131415 |
- /* pages/search-details/earch-details.wxss */
- .ttt{
- font-size: 50rpx;
- color: rgba(4, 75, 14, 0.418);
- display:flex;
- align-items:center;
- justify-content:center;
- }
- .tt{
- color: rgba(4, 58, 75, 0.418);
- width:90%;
- margin-left:5%;
- padding:19rpx 0;
- }
|