酷店app

expert.css 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. html,body {height: 100%;}
  2. body {
  3. padding: .26rem .18rem;
  4. }
  5. * {font-size: .16rem;box-sizing: border-box;}
  6. input{
  7. position: absolute;
  8. left: -9999px;
  9. }
  10. i {
  11. position:relative;
  12. display:inline-block;
  13. width: .16rem;
  14. height: .16rem;
  15. outline: 0;
  16. border: 1px solid #ccc;
  17. border-radius: 50%;
  18. background: transparent;
  19. }
  20. .checkbox i {
  21. border-radius: .04rem;
  22. }
  23. input[type=checkbox]:checked + i {
  24. border: 1px solid #FF4400;
  25. background-color: #FFEBEB;
  26. }
  27. input[type=checkbox]:checked + i:after {position: absolute;content: '';top: 50%;left: 50%;margin-top: -.04rem;margin-left: -.06rem;-webkit-transform: rotate(-53deg);transform: rotate(-53deg);width: .1rem;height: .04rem;border: .02rem solid #FF4400;border-top: 0;border-right: 0;}
  28. .star {color: #FF4400;margin-right: .09rem;}
  29. .text {color: #222;}
  30. ul {display: flex;flex-wrap: wrap;margin-top: .2rem;}
  31. .title {margin-bottom: .16rem;margin-top: .02rem;}
  32. span {color: #555;vertical-align: text-top;}
  33. label {width: 33.333%;position: relative;margin-bottom: .14rem;}
  34. textarea {width: 100%;background: #F7F7F7;border: 1px solid #979797;padding: .09rem .13rem;margin-bottom: .16rem;}
  35. button{width: 1.75rem;height: .46rem;line-height: .46rem;background:#FF4400;color: #fff;border: none;font-size: .16rem;margin: auto;display: inherit;box-shadow: 0 .01rem .02rem rgba(255,110,12,.4);margin-top: .24rem;margin-bottom: .24rem;}
  36. /*提示*/
  37. .alert-info {position: absolute;top: 2.74rem; right: 0; left: 0;bottom: 0; text-align: center;z-index: 999;}
  38. .alert-info p {display: inline-block;height: 0.38rem;color: #fff;font-size: 0.14rem;line-height: 0.38rem;padding: 0 0.10rem;background-color: rgba(0, 0, 0, 0.7);border-radius: 5px;}