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/feedbackInfo/index.wxss */
- .info_container {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .main_info {
- width: 100%;
- height: 150rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-end;
- align-items: center;
- }
- .info_item {
- width: 100%;
- margin-top: 15rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .info_title {
- width: 130rpx;
- color: #333333;
- font-size: 26rpx;
- }
- .info_value {
- color: #666666;
- font-size: 26rpx;
- }
|