sign.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @charset "utf-8";
  2. .head_tit_box{
  3. background-color: #feedbe;
  4. }
  5. .s_main{
  6. overflow: hidden;
  7. background-color: #fff;
  8. }
  9. .s_img{
  10. overflow: hidden;
  11. margin: 0rem auto;
  12. height:2.38rem;
  13. padding-bottom:.29rem;
  14. background:#feedbe url(../../img/frontend/icon/line_icon1.jpg) no-repeat center bottom;
  15. background-size:100%;
  16. }
  17. .s_img:before {
  18. content:"";
  19. display:block;
  20. margin: 0 auto;
  21. margin-top:.3rem;
  22. width: 1.8rem;
  23. height: 1.8rem;
  24. background:#feedbe url(../../img/frontend/icon/icon_sign_defualt.png) no-repeat center bottom;
  25. background-size:100%;
  26. }
  27. .is_sign .s_img:before {
  28. background:#feedbe url(../../img/frontend/icon/icon_sign_succees.png) no-repeat center bottom;
  29. background-size:100%;
  30. }
  31. .s_main h1{
  32. margin-top:.38rem;
  33. height: .36rem;
  34. color: #FFB473;
  35. font-size: .225rem;
  36. text-align: center;
  37. line-height: .36rem;
  38. }
  39. .s_main strong{
  40. display: block;
  41. overflow: hidden;
  42. height: .36rem;
  43. font-size: .15rem;
  44. color: #513D3D;
  45. text-align: center;
  46. line-height: .36rem;
  47. }
  48. .s_main strong span{
  49. display: inline;
  50. font-size: .15rem;
  51. color: #FFB473;
  52. }
  53. .content_null_but_box a{
  54. width:2.58rem;
  55. height: .36rem;
  56. font-size: .16rem;
  57. line-height: .36rem;
  58. background:#FFB473;
  59. }
  60. .content_null_but_box a.sign_0 {display:block;}
  61. .content_null_but_box a.sign_1 {display:none;}
  62. .is_sign .content_null_but_box a.sign_0 {display:none;}
  63. .is_sign .content_null_but_box a.sign_1 {display:block;}