| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .more-class{
- display: flex;
- align-content: center;
- justify-content: flex-end;
- color:#95A8CB
- }
- .title-class{
- width: 50%;
- font-size: 14px !important;
- font-weight: 500;
- text-align: left;
- color:#2E3853 !important;
- }
- .button-main-class{
- display: flex;
- margin-top: 25rpx;
- margin-left:25rpx;
- display: flex;
- flex-wrap: wrap;
- align-content: stretch;
- width: 100%;
- flex-direction: row;
- justify-content: flex-start;
- background: #fff;
- align-items: center;
- }
- .botton-class{
- border-radius: 10rpx !important;
- padding-right: 15rpx !important;
- border: 1px solid #95A8CB;
- background-color: #fff !important;
- width:183rpx !important;
- height:88rpx !important;
- }
- .button-selected-class{
- border-radius: 10rpx !important;
- padding-right: 15rpx !important;
- color:#95A8CB !important;
- background-color: #606EB2 !important;
- width:183rpx !important;
- height:88rpx !important;
- }
|