提交 b593263b6305a268f935706d79d9b697a6467737

作者 wangyu
1 个父辈 aa70e997

优化

正在显示 1 个修改的文件 包含 48 行增加0 行删除
  1 +/* pages/main/idinfo/idinfo.wxss */
  2 +.page {
  3 + background: #f8f8f8;
  4 +}
  5 +
  6 +.text_999_24 {
  7 + font-family: PingFangSC-Regular;
  8 + font-size: 24rpx;
  9 + color: #999;
  10 + background: #fff;
  11 + margin-left: 32rpx;
  12 + line-height: 70rpx;
  13 +}
  14 +
  15 +.id_background{
  16 + width: 100%;
  17 + height: 380rpx;
  18 + display: flex;
  19 + align-items: center;
  20 + background-color: #e5e5e5;
  21 +}
  22 +
  23 +.id_image_wrap{
  24 + width: 440rpx;
  25 + height: 280rpx;
  26 + margin-left: 150rpx;
  27 + margin-right: 150rpx;
  28 +}
  29 +
  30 +.item_body {
  31 + width: 100%;
  32 + height: 80rpx;
  33 +}
  34 +
  35 +.text_666_28 {
  36 + font-family: PingFangSC-Regular;
  37 + font-size: 28rpx;
  38 + color: #666;
  39 + line-height: 80rpx;
  40 +}
  41 +
  42 +.text_333_28 {
  43 + font-family: PingFangSC-Regular;
  44 + font-size: 28rpx;
  45 + color: #333;
  46 + text-align: right;
  47 + line-height: 80rpx;
  48 +}
... ...
注册登录 后发表评论