| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .app-content.data-v-76b98c44 {
- min-height: 40wh;
- }
- .billing_box_bg.data-v-76b98c44 {
- position: relative;
- padding: 60rpx 30rpx 30rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- background-color: #f5f5f5;
- }
- .billing_box_bg .top-view.data-v-76b98c44 {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 299rpx;
- background: #3385ff;
- border-radius: 0rpx 0rpx 83rpx 83rpx;
- }
- .billing_box_bg .result-view.data-v-76b98c44 {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 70rpx;
- width: 100%;
- background: #ffffff;
- border-radius: 20rpx;
- z-index: 1;
- }
- .billing_box_bg .result-view .iconchenggong.data-v-76b98c44 {
- font-size: 170rpx;
- color: #049E2C;
- }
- .billing_box_bg .result-view .icondaizhifu.data-v-76b98c44 {
- font-size: 170rpx;
- color: #ffa92e;
- }
- .billing_box_bg .result-view .result-title.data-v-76b98c44 {
- margin: 50rpx 0 70rpx;
- font-size: 32rpx;
- }
|