cert_index.css 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .body-content{
  2. padding: 0;
  3. margin: 10px;
  4. background-color: #fff;
  5. }
  6. .cert-box{margin: auto;width: 720px;}
  7. /* 公共*/
  8. h2.apply-h2-title{margin-top: 80px;margin-bottom: 80px;font-size:34px;font-weight:400;color:rgba(93,93,93,1);text-align: center;}
  9. .apply-btn-box{margin-top: 50px;margin-bottom: 30px;text-align: center;}
  10. .dis-input{background-color: #f7f7f7; cursor: no-drop;}
  11. .dis-input:hover{border-color: #e6e6e6 !important;}
  12. /* 选择店铺等级 */
  13. .store-level{padding: 0 50px 50px;margin: auto;display: flex;flex-wrap: wrap;justify-content: center;}
  14. .store-level > li:first-of-type{margin-left: 0;}
  15. .store-level > li{margin-bottom: 30px;margin-left: 20px;padding: 50px 35px 30px;width: 260px;text-align: center;background-color: #fff;box-sizing: border-box;border: 1px solid #E9E9E9;border-radius: 2px;}
  16. .store-level > li:hover{border-color: transparent; box-shadow: 0 0 20px 0 rgba(0,0,0,.07);}
  17. .store-level .group_name{margin: 10px;font-size: 18px;font-weight: 400;line-height: 25px;color: #323233;}
  18. .store-level .remark{display: inline-block;margin: 0 -10px 20px;font-size: 12px;line-height: 19px;color: #646566;}
  19. .store-level-sublevel{padding-top: 20px;border-top: 1px solid #f2f2f2;}
  20. .store-level-sublevel li{text-align: left;height: 28px;line-height: 28px;color: #646566;}
  21. .store-level-sublevel li .is-checked{color: #ccc;}
  22. .store-level button{margin-top: 25px;}
  23. /* 申请类型*/
  24. .application-type h2{margin-bottom: 80px;height:34px;font-size:34px;font-weight:400;color:rgba(93,93,93,1);}
  25. .application-type .cert-type{display: flex;justify-content: center;}
  26. .application-type .cert-type li{margin-left: 40px;text-align: center;}
  27. .application-type .cert-type li:first-of-type{margin-left: 0;}
  28. .application-type .cert-type li{font-size: 16px;color: #D0D0D0;cursor: pointer;}
  29. .application-type .cert-type .cert-img-box{overflow: hidden;width: 81px;height: 81px;margin-bottom: 10px;}
  30. .application-type .cert-type .cert-img-box img{position: relative;}
  31. .application-type li:first-of-type img{left: -91px;}
  32. h2.apply-h2-title{margin-bottom: 80px;height:34px;font-size:34px;font-weight:400;color:rgba(93,93,93,1);text-align: center;}
  33. /* 审核*/
  34. .audit-status .status{display: flex;flex-direction: column;justify-content: center;align-items: center;margin-bottom: 100px;}
  35. .audit-status .status span{font-weight:400;color:rgba(93,93,93,1);}
  36. .audit-status .status-pic{margin-right: 5px;margin-bottom: 10px;width: 100px;height: 100px;line-height: 100px;text-align: center;}
  37. .audit-status .status-pic img{max-height: 100%;max-width: 100%;}
  38. /* 开店成功*/
  39. .shop-succeey{position: relative;top: 0;bottom: 0;left: 0;right: 0;margin: auto;text-align: center;}
  40. .shop-succeey p{font-size: 16px;margin-top: 20px;}