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.
|
- /* package_B/pages/feedbackDetail/index.wxss */
- .detail_container {
- width: 100%;
- padding: 0 30rpx;
- }
- .detail_main {
- width: 100%;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- }
- .detail_item {
- width: 100%;
- margin: 15rpx 0;
- display:flex;
- justify-content: space-between;
- align-items: center;
- }
- .image_list {
- width: 100%;
- margin: 15rpx 0;
- display:flex;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .image_list .item_title {
- width: 180rpx;
- }
- .image_box {
- width: 500rpx;
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-content: flex-start;
- }
- .image_item {
- width: 140rpx;
- height: 140rpx;
- margin: 0 15rpx 15rpx 0;
- border-radius: 4rpx;
- }
-
- .item_title {
- width: 180rpx;
- font-size: 30rpx;
- color: #666666;
- margin-right: 30rpx;
- }
- .item_value {
- width: 500rpx;
- font-size: 26rpx;
- color: #333333;
- text-align: end;
- }
|