You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* components/riverInfo/index.wxss */
- .info_container {
- flex: 1;
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .main_info {
- width: 330rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .info_name {
- width: 300rpx;
- font-size: 28rpx;
- color: #333333;
- font-size: 26rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .info_area {
- width: 300rpx;
- margin-top: 20rpx;
- color: #666666;
- font-size: 26rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
|