C端小程序
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.

20 lines
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. }