feedbackxq.wxss 405 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
/* packageA/pages/feedbackxq/feedbackxq.wxss */
.box1{
background-color: #fff;
min-height: 100rpx;
border: 1px solid #ccc;
border-radius: 10rpx;
padding: 10rpx;
}
.box2{
background-color: #fff;
min-height: 100rpx;
border: 1px solid #ccc;
border-radius: 10rpx;
padding: 10rpx;
margin-top: 20rpx;
}
.flex1{
display: flex;
justify-content: space-between;
}