perInfo.wxss 537 B

12345678910111213141516171819202122232425262728293031
  1. .conf_btn_per {
  2. width: 100%;
  3. height: 80rpx;
  4. line-height: 80rpx;
  5. background: linear-gradient(90deg, #26daad 0%, #68d7c4 100%);
  6. color: white;
  7. text-align: center;
  8. z-index: 10000;
  9. border-radius: 15rpx;
  10. }
  11. .form_item {
  12. justify-content: flex-start;
  13. }
  14. .form_item .rht {
  15. width: 200rpx;
  16. /* background-color: #00C7B2; */
  17. }
  18. .form_item input {
  19. text-align: left;
  20. /* background-color: #07C160; */
  21. width: 430rpx;
  22. }
  23. .cert_img_box {
  24. background-color: #f5f5f5;
  25. overflow: hidden;
  26. margin: 15rpx auto;
  27. width: 95%;
  28. border-radius: 20rpx;
  29. }