| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .billing_box_bg.data-v-2df82ca3 {
- height: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- }
- .billing_box_bg .input-wrap.data-v-2df82ca3 {
- padding: 22rpx 20rpx 22rpx 30rpx;
- }
- .billing_box_bg .scroll-middle_bx.data-v-2df82ca3 {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .billing_box_bg .tab-view.data-v-2df82ca3 {
- height: 100%;
- width: 170rpx;
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- background-color: #f0f2f6;
- }
- .billing_box_bg .tab-view .tab-bar-item.data-v-2df82ca3 {
- position: relative;
- width: 170rpx;
- height: 90rpx;
- box-sizing: border-box;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- font-size: 26rpx;
- color: #444;
- font-weight: 400;
- }
- .billing_box_bg .tab-view .tab-bar-item .tag.data-v-2df82ca3 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- padding: 0 20rpx;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- position: absolute;
- right: 0;
- top: 0;
- height: 32rpx;
- background: #ff2842;
- border-radius: 16rpx;
- color: #fff;
- font-size: 20rpx;
- }
- .billing_box_bg .tab-view .tab-bar-item.data-v-2df82ca3:last-child {
- margin-bottom: 110rpx;
- }
- .billing_box_bg .tab-view .active.data-v-2df82ca3 {
- position: relative;
- color: #3385FF;
- font-size: 26rpx;
- background: #fff;
- }
- .billing_box_bg .tab-view .active.data-v-2df82ca3::before {
- content: "";
- position: absolute;
- border-left: 8rpx solid #3385FF;
- height: 100%;
- left: 0;
- }
- .billing_box_bg .right-box.data-v-2df82ca3 {
- height: 100%;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- box-sizing: border-box;
- }
- .billing_box_bg .item_list_bx.data-v-2df82ca3 {
- padding: 40rpx 16rpx;
- }
- .billing_box_bg .item_list_bx.data-v-2df82ca3:last-child {
- margin-bottom: 70rpx;
- }
- .billing_box_bg .item_list_title.data-v-2df82ca3 {
- margin-bottom: 20rpx;
- font-size: 24rpx;
- font-weight: 600;
- color: #666666;
- }
- .billing_box_bg .select-cmd_bx .kc.data-v-2df82ca3 {
- color: #999999;
- font-size: 28rpx;
- font-weight: 400;
- margin-bottom: 60rpx;
- text-align: center;
- margin-top: 10rpx;
- }
- .billing_box_bg .select-cmd_bx .num_bx.data-v-2df82ca3 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- margin-bottom: 80rpx;
- }
- .billing_box_bg .select-cmd_bx .num_bx > input.data-v-2df82ca3 {
- width: 212rpx;
- height: 80rpx;
- border: 1rpx solid #dddddd;
- border-radius: 4rpx;
- text-align: center;
- margin-right: 24rpx;
- }
|