| 123456789101112131415161718 |
- /* prescription/prescriptionInformation/index.wxss */
- .drugUsers{margin: 20rpx;padding: 30rpx; font-size: 32rpx;}
- .jia{width: 62rpx;height: 62rpx; margin-right: 15rpx;}
- .add{display: flex;justify-content: center;align-items: center; padding: 20rpx;}
- .case{ margin: 0 20rpx;padding: 30rpx 30rpx 200rpx 30rpx;}
- .red{color: red;}
- .case .top{display: flex;align-items: center; justify-content: space-between;}
- .right{width: 16rpx ;height: 25rpx; margin-left: 10rpx;}
- .look{align-items: center; font-size: 24rpx;}
- .content{margin-top: 20rpx; color: #999;}
- .content view{margin-bottom: 15rpx;}
- .upload{width: 120rpx;height: 120rpx;border-radius: 10rpx;margin-top: 30rpx;}
- .gmbtn{width: 480rpx;height: 80rpx;border-radius: 40rpx;text-align: center;line-height: 80rpx;font-size: 30rpx;color: #fff;}
- .addcart{width: 206rpx;height: 76rpx;border: 2rpx solid #999;border-radius: 40rpx;text-align: center;line-height: 76rpx;font-size: 30rpx;color: #999;margin: 0 20rpx;}
- .gmbtn text{margin-right: 20rpx;}
- .scpz {width: 120rpx;height: 120rpx;border-radius: 10rpx;padding: 0 20rpx;}
- .cuo{width: 30rpx;height: 30rpx;position: absolute;top: -13rpx;left: 152rpx;}
- .pz{position: relative;}
|