| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- page {
- background-color: #f2f2f2;
- }
- /* 隐藏scroll-view滚动条 sh4wmoo 2020-10-17 */
- ::-webkit-scrollbar {
- display: none;
- width: 0;
- height: 0;
- color: transparent;
- }
- /* 修改card组件内容元素间距 sh4wmoo 2020-10-19 */
- .van-card__desc {
- margin-top: 12rpx;
- }
- .van-card__bottom {
- margin-top: 12rpx;
- }
- .van-card__title {
- font-size: 16px;
- font-weight: 900;
- }
- /* 加载更多文字 */
- .van-loading__text {
- color: #d9001b !important;
- }
- .van-cell__value{
- overflow:none !important;
- }
- /** 抽屉 start**/
- .popup {
- position: relative;
- }
- .popup-button {
- position: fixed;
- width: 100%;
- bottom: 0;
- display: flex;
- align-items: center;
- justify-content: space-around;
- padding-bottom: 15rpx;
- padding-top: 15rpx;
- background: #fff;
- height: 100rpx;
- }
- .van-swipe-cell__right {
- background: #d9001b;
- color: #fff;
- width: 65px;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .button-class{
- height: 85rpx !important;
- background: #F8F9FD !important;
- color: #95A8CB !important;
- border: 2rpx solid #95A8CB;
- border-radius: 10rpx !important;
- text-align: left !important;
- margin-bottom: 10rpx;
- z-index: 999 !important;
- }
- .button-selected-class{
- height: 85rpx !important;
- background: #606EB2 !important;
- color: #fff !important;
- border: 2rpx solid #606EB2;
- border-radius: 10rpx !important;
- text-align: left !important;
- margin-bottom: 10rpx;
- z-index: 999 !important;
- }
- .blue-blue {
- color: #1989fa
- }
- /** 字体 start20220509 **/
- .font-size16 {
- font-size: 16px !important;
- }
- .font-size15 {
- font-size: 15px !important;
- }
- .font-size14{
- font-size: 14px !important;
- }
- .font-size13 {
- font-size: 13px !important;
- }
- .font-size12 {
- font-size: 12px !important;
- }
- .font-size11 {
- font-size: 11px !important;
- }
- .app-font-weight-bold{
- font-weight: bold !important;
- }
- /** 字体 end**/
- /**数量计数器 start**/
- .van-stepper__input{
- background: transparent !important;
- }
- .van-stepper__plus{
- background: #1B365D !important;
- border-radius: 5rpx !important;
- width: 34.87rpx !important;
- height: 34.04rpx !important;
- color: #fff !important;
- background-color: #1B365D !important;
- }
- .van-stepper__minus{
- width: 34.87rpx !important;
- height: 34.04rpx !important;
- background: #fff !important;
- border: 1px solid #1B365D !important;
- border-radius: 5rpx !important;
- }
- /**数量计数器 end**/
- .van-checkbox__icon--checked{
- background-color: #1B365D !important;
- border: none !important;
- }
- /**红色label**/
- .red-label {
- color: red;
- font-size: 14px;
- font-weight: bold;
- }
- /**普通label*/
- .nomal-label .van-field__label{
- color: #95A8CB !important;
- font-size: 14px !important;
- }
- /**查询框的演示*/
- .van-search__content {
- background: #F8F9FD;
- border: 1px solid #D6E4FF;
- border-radius: 15rpx !important;
- }
- /**提示信息的样式*/
- .van-field__placeholder{
- color: #95A8CB !important;
- font-weight: normal;
- }
- /*修改van-grid-item样式*/
- .van-grid-item__content{
- padding-left: 0 !important;
- padding-right: 0 !important;
- }
- .van-swipe-cell__right {
- background: #1B365D !important;
- }
- .van-button{
- z-index: 999 !important;
- }
|