C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
267 B

  1. .registerd image {
  2. display: block;
  3. width: 100%;
  4. }
  5. .registerd button {
  6. background: #9d285c;
  7. border-radius: 10rpx;
  8. color: #fff;
  9. height: 84rpx;
  10. line-height: 84rpx;
  11. margin: 30rpx auto 0;
  12. width: 93%;
  13. font-size: 28rpx;
  14. }
  15. .bg_color {
  16. opacity: 0.6;
  17. }