| 12345678910111213141516171819202122232425262728293031 |
- .packgeInfo{
- text-align: center;
- padding: 30rpx 32.5%;
- display: flex;
- flex-direction: column;
- }
- .packgeInfo > view{
- height: 100%;
- width: 100%;
- color: #999;
- }
- .packgeInfo > view >view{
- padding: 20rpx 20rpx;
- margin-bottom: 10rpx;
- border: 2.5rpx solid #d5e9ff;
- }
- .packgeInfo image{
- width: 25rpx;
- height: 60rpx;
- }
- .activeRight{
- align-self: center;
- margin-left: 55rpx;
- }
- .activeRight > view{
- background-color : #D5E9FF;
- }
- .activeBut{
- background-color: #d5e9ff;
- color: #027AFF;
- }
|