| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .service-bar {
- padding: 30rpx;
- padding-bottom: 180rpx;
- }
- .bar-item {
- margin-bottom: 30rpx;
- background: #fff;
- border-radius: 10rpx;
- }
- .bar-top{
- padding: 30rpx;
- border-bottom: 1px solid #F0F0F0;
- display: flex;
- display: -webkit-flex;
- align-items: center;
- }
- .prescription-image{
- width: 100rpx;
- height: 100rpx;
- background: #D1D1D1;
- border-radius: 5rpx;
- margin-right: 10rpx;
- }
- .prescription-data{
- }
- .prescription-tinfo{
- font-size: 24rpx;
- color: #999999;
- margin-right: 10rpx;
- }
- .prescription-dinfo{
- font-size: 24rpx;
- }
- .bar-bottom{
- padding: 30rpx;
- display: flex;
- display: -webkit-flex;
- align-items: center;
- justify-content: space-between;
- }
- .buttons{
- flex: 1;
- -webkit-flex:1;
- display: flex;
- display: -webkit-flex;
- justify-content: flex-end;
- }
- .btn{
- padding: 10rpx 22rpx;
- font-size: 24rpx;
- border-radius: 50rpx;
- border: 1px solid #9C9C9C;
- margin-left: 20rpx;
- }
- .btn-red{
- border: 1px solid #E60000;
- color: #E60000;
- }
- .bottom-bar{position: fixed;bottom: 0;background: #fff;width: 100%;padding: 10rpx 0;height: 180rpx;}
- .bottom-btn{margin:30rpx 30rpx 20rpx;line-height: 83rpx;height: 83rpx;font-size: 36rpx; background-color: var(--mina);color: #fff;color:#fff;text-align: center;border-radius: 40rpx;}
- .bottom-btn image{width: 100%;height: 100%;}
- .bottom-text{margin: 0 auto 0rpx;font-size: 26rpx;color: #999;justify-content: center;}
- .bottom-text image{width: 30rpx;height: 30rpx;margin-right: 10rpx;}
- .bottom-text-share{font-size: 26rpx;color: #999;}
|