123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .box_hei.data-v-644ae252 {
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.8);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 3;
- }
- .box_hei .hei_box.data-v-644ae252 {
- background: #fff;
- border-radius: 22rpx 22rpx 0 0;
- height: 440rpx;
- padding: 52rpx 28rpx 104rpx;
- position: absolute;
- bottom: 0;
- width: 100%;
- box-sizing: border-box;
- }
- .box_hei .hei_box .box_top.data-v-644ae252 {
- padding: 0 18rpx 62rpx;
- }
- .box_hei .hei_box .box_top .box_title.data-v-644ae252 {
- display: flex;
- justify-content: space-between;
- font-size: 30rpx;
- margin-bottom: 30rpx;
- }
- .box_hei .hei_box .box_top .box_title view.data-v-644ae252 {
- display: flex;
- align-items: center;
- color: #333333;
- }
- .box_hei .hei_box .box_top .box_title .img.data-v-644ae252 {
- margin-right: 14rpx;
- width: 180rpx;
- height: 48rpx;
- }
- .box_hei .hei_box .box_top .box_title .imgs.data-v-644ae252 {
- width: 40rpx;
- height: 40rpx;
- }
- .box_hei .hei_box .box_top .box_nameq.data-v-644ae252 {
- color: #333333;
- font-size: 44rpx;
- font-weight: bold;
- }
- .box_hei .hei_box .box_phone.data-v-644ae252 {
- height: 106rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 28rpx;
- color: #A6A6A6;
- border-bottom: 1rpx solid #EBEBEB;
- border-top: 1rpx solid #EBEBEB;
- }
- .box_hei .hei_box .box_phone view.data-v-644ae252 {
- display: flex;
- align-items: center;
- }
- .box_hei .hei_box .box_phone .img.data-v-644ae252 {
- width: 26rpx;
- height: 22rpx;
- }
- .box_hei .hei_box .box_phone ._span.data-v-644ae252 {
- color: #333333;
- font-size: 32rpx;
- padding-right: 18rpx;
- font-weight: bold;
- }
- .box_hei .hei_box .box_qita.data-v-644ae252 {
- height: 106rpx;
- font-size: 28rpx;
- color: #7CA4FC;
- line-height: 106rpx;
- }
- .box_hei .hei_box .boxs.data-v-644ae252 {
- height: 50rpx;
- }
- .box_hei .hei_box .box_btns.data-v-644ae252 {
- margin-top: 10rpx;
- display: flex;
- justify-content: space-between;
- }
- .box_hei .hei_box .box_btns .box_btn.data-v-644ae252 {
- width: 324rpx;
- height: 82rpx;
- font-size: 32rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 4rpx;
- }
- .box_hei .hei_box .box_btns .box_btn1.data-v-644ae252 {
- background: #F3F3F3;
- color: #33B925;
- }
- .box_hei .hei_box .box_btns .box_btn2.data-v-644ae252 {
- background: #37962B;
- color: #FFFFFF;
- }
|