detail.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .prescription-info-box{
  2. background-color: #fff;
  3. margin-top: 10rpx;
  4. padding: 30rpx;
  5. }
  6. .prescription-state-title{
  7. color: #E60000;
  8. line-height: 40rpx;
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. }
  13. .prescription-state-title .baojia{
  14. padding:4rpx 24rpx ;
  15. border-radius: 30rpx;
  16. border: 1px solid #E60000;
  17. }
  18. .prescription-data{
  19. margin-top: 10rpx;
  20. }
  21. .prescription-tinfo{
  22. font-size: 24rpx;
  23. color: #999999;
  24. margin-right: 10rpx;
  25. }
  26. .prescription-dinfo{
  27. font-size: 24rpx;
  28. color: #333;
  29. }
  30. /* 处方图 */
  31. .prescription-image-box{
  32. background-color: #fff;
  33. margin-top: 10rpx;
  34. padding: 30rpx;
  35. padding-bottom: 0;
  36. }
  37. .prescription-image-box .prescription-image{
  38. width: 100%;
  39. margin: 20rpx 0;
  40. }
  41. .prescription-image-box .service-item{
  42. display: flex;
  43. display: -webkit-flex;
  44. justify-content: space-between;
  45. padding: 30rpx 0;
  46. }
  47. .prescription-image-box .bottom-border{
  48. border-bottom: 1px solid #F4F4F4;
  49. }
  50. /* 收货地址 */
  51. .prescription-address-box{
  52. background-color: #fff;
  53. margin-top: 10rpx;
  54. padding: 30rpx;
  55. }
  56. .prescription-address-box .address{
  57. display: flex;
  58. display: -webkit-flex;
  59. justify-content: space-between;
  60. align-items: center;
  61. margin: 20rpx 0;
  62. }
  63. .prescription-address-box .address-icon{
  64. width: 30rpx;
  65. height: 39rpx;
  66. margin-right: 30rpx;
  67. }
  68. .prescription-address-box .address-user{
  69. font-size: 24rpx;
  70. color: #999999;
  71. margin-top: 10rpx;
  72. }