help.css 674 B

12345678
  1. /* mine/help/help.wxss */
  2. page{padding-bottom: 120rpx;}
  3. .tit{padding: 20rpx 30rpx;font-size: 24rpx;color: #999;}
  4. .list{background: #fff;padding: 0 30rpx;}
  5. .list .li{border-bottom: 2rpx solid #f7f7f7;line-height: 98rpx;padding-right: .25rpx;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 26rpx;color: #333;position: relative;}
  6. .list .li:last-child{border-bottom: none;}
  7. .rico{width: 14rpx;height: 24rpx;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
  8. .zixun{background: var(--mina);height: 100rpx !important;line-height: 100rpx !important;font-size: 36rpx;color: #fff;text-align: center;position: fixed;left: 0;bottom: 0;right: 0;}