| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .prescription-info-box{
- background-color: #fff;
- margin-top: 10rpx;
- padding: 30rpx;
- }
- .prescription-state-title{
- color: #E60000;
- line-height: 40rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .prescription-state-title .baojia{
- padding:4rpx 24rpx ;
- border-radius: 30rpx;
- border: 1px solid #E60000;
- }
- .prescription-data{
- margin-top: 10rpx;
- }
- .prescription-tinfo{
- font-size: 24rpx;
- color: #999999;
- margin-right: 10rpx;
- }
- .prescription-dinfo{
- font-size: 24rpx;
- color: #333;
- }
- /* 处方图 */
- .prescription-image-box{
- background-color: #fff;
- margin-top: 10rpx;
- padding: 30rpx;
- padding-bottom: 0;
- }
- .prescription-image-box .prescription-image{
- width: 100%;
- margin: 20rpx 0;
- }
- .prescription-image-box .service-item{
- display: flex;
- display: -webkit-flex;
- justify-content: space-between;
- padding: 30rpx 0;
- }
- .prescription-image-box .bottom-border{
- border-bottom: 1px solid #F4F4F4;
- }
- /* 收货地址 */
- .prescription-address-box{
- background-color: #fff;
- margin-top: 10rpx;
- padding: 30rpx;
- }
- .prescription-address-box .address{
- display: flex;
- display: -webkit-flex;
- justify-content: space-between;
- align-items: center;
- margin: 20rpx 0;
- }
- .prescription-address-box .address-icon{
- width: 30rpx;
- height: 39rpx;
- margin-right: 30rpx;
- }
- .prescription-address-box .address-user{
- font-size: 24rpx;
- color: #999999;
- margin-top: 10rpx;
- }
|