device-bind-info.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .info-card{
  2. margin: 10px;
  3. padding: 0px;
  4. border: 1px solid #e1e1e1;
  5. border-radius: 10px;
  6. }
  7. .c-999{
  8. color: #999;
  9. }
  10. .fenjie-line{
  11. background: url(../images/geduan_img.png) no-repeat;
  12. width: calc(100% + 2px);
  13. height: 20px;
  14. background-size: 100% 20px;
  15. left: -1px;
  16. right: -1px;
  17. position: relative;
  18. }
  19. .choose-patient{
  20. height: 45px;
  21. line-height: 45px;
  22. text-align: center;
  23. border: 1px solid #17b3ec;
  24. border-radius: 23px;
  25. color: #17b3ec;
  26. font-size: 17px;
  27. }
  28. .upload-btn,
  29. .confirm-btn{
  30. background-color: #c8c8c8;
  31. border-radius: 23px;
  32. }
  33. .upload-btn,
  34. .confirm-btn.active{
  35. background-color: #17b3ec;
  36. }
  37. .mui-popover.mui-popover-action .mui-table-view{
  38. color: #333;
  39. font-size: 17px;
  40. }
  41. .mui-popover.mui-popover-action .mui-table-view .choose-label{
  42. font-size: 14px;
  43. color: #999;
  44. }
  45. .mui-popover.mui-popover-action .mui-table-view .cancel{
  46. font-size: 17px;
  47. color: #666;
  48. }
  49. .image-panel{
  50. margin: 15px 15px 0;
  51. background-color: #fff;
  52. border-radius: 10px;
  53. border: 1px solid #e1e1e1;
  54. }
  55. .img-box{
  56. width: 100%;
  57. height: 200px;
  58. border-top-left-radius: 10px;
  59. border-top-right-radius: 10px;
  60. /*background: url(../images/xieyi.jpg) no-repeat;*/
  61. background-repeat: no-repeat;
  62. background-size: cover;
  63. background-position: 0 0;
  64. }
  65. .img-box img{
  66. position: absolute;
  67. width: 100%;
  68. height: 100%;
  69. left:0;
  70. top: 0;
  71. border-top-left-radius: 10px;
  72. border-top-right-radius: 10px;
  73. object-fit: cover;
  74. object-position: 0 0;
  75. }
  76. .re-upload-btn{
  77. text-align: center;
  78. font-size: 16px;
  79. color: #fff;
  80. background-color: #999;
  81. border-bottom-left-radius: 10px;
  82. border-bottom-right-radius: 10px;
  83. padding: 10px 0;
  84. }