123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .pbtn.data-v-304119c4 {
- text-align: center;
- font-size: 30rpx;
- font-weight: 500;
- flex: 0 0 auto;
- }
- .pbtn.btn1.data-v-304119c4 {
- background: #1f57e6;
- color: #ffffff;
- height: 70rpx;
- border-radius: 35rpx;
- line-height: 70rpx;
- width: 100%;
- }
- .pbtn.btn2.data-v-304119c4 {
- color: #aaa;
- margin-top: 14rpx;
- padding: 10rpx;
- }
- .cloimg.data-v-304119c4 {
- width: 56rpx;
- height: 56rpx;
- position: absolute;
- bottom: -80rpx;
- left: 50%;
- margin-left: -28rpx;
- }
- .perfect.data-v-304119c4 {
- position: fixed;
- left: 82rpx;
- right: 82rpx;
- height: 550rpx;
- top: 50%;
- margin-top: -340rpx;
- border-radius: 24rpx;
- z-index: 10;
- }
- .perfect .bgimg.data-v-304119c4 {
- width: 100%;
- height: 100%;
- }
- .perfect .pbox.data-v-304119c4 {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- padding: 32rpx 68rpx;
- box-sizing: border-box;
- z-index: 5;
- }
- .perfect .pbox .tit.data-v-304119c4 {
- font-size: 34rpx;
- font-weight: bold;
- color: #FFFFFF;
- text-align: center;
- flex: 0 0 auto;
- }
- .perfect .pbox .txt.data-v-304119c4 {
- font-size: 32rpx;
- font-weight: 500;
- color: #161616;
- flex: 1;
- text-align: center;
- }
- .confirmbox.data-v-304119c4 {
- position: fixed;
- left: 82rpx;
- right: 82rpx;
- min-height: 300rpx;
- top: 50%;
- margin-top: -30%;
- border-radius: 24rpx;
- z-index: 10;
- background-color: #ffffff;
- padding-top: 30rpx;
- box-sizing: border-box;
- text-align: center;
- }
- .confirmbox .tit.data-v-304119c4 {
- font-size: 34rpx;
- font-weight: bold;
- color: #161616;
- line-height: 48rpx;
- }
- .confirmbox .txt.data-v-304119c4 {
- font-size: 32rpx;
- color: #161616;
- flex: 1;
- padding: 28rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: 48rpx;
- }
- .confirmbox .cfbtn.data-v-304119c4 {
- border-top: 2rpx solid #DDDDDD;
- flex: 0 0 auto;
- }
- .confirmbox .cfbtn .cbtn.data-v-304119c4 {
- width: 50%;
- height: 88rpx;
- line-height: 88rpx;
- }
- .confirmbox .cfbtn .cbtn.btn1.data-v-304119c4 {
- font-size: 32rpx;
- font-weight: 500;
- color: #AAAAAA;
- position: relative;
- }
- .confirmbox .cfbtn .cbtn.btn1.data-v-304119c4::after {
- position: absolute;
- right: 1rpx;
- top: 0;
- bottom: 0;
- content: "";
- width: 2rpx;
- background-color: #DDDDDD;
- }
- .confirmbox .cfbtn .cbtn.btn2.data-v-304119c4 {
- font-size: 32rpx;
- font-weight: 500;
- color: #4775EA;
- }
- .chec_time.data-v-304119c4 {
- position: fixed;
- left: 126rpx;
- right: 126rpx;
- min-height: 660rpx;
- top: 50%;
- margin-top: -400rpx;
- border-radius: 14rpx;
- z-index: 10;
- background-color: #ffffff;
- padding: 48rpx 46rpx 54rpx;
- box-sizing: border-box;
- text-align: center;
- }
- .chec_time .che_box.data-v-304119c4 {
- padding-left: 80rpx;
- }
- .chec_time .che_box .picker-view.data-v-304119c4 {
- height: 300rpx;
- margin: 20rpx 0rpx;
- width: 100%;
- flex: 1;
- }
- .chec_time .che_box .picker-view .item.data-v-304119c4 {
- line-height: 90rpx;
- text-align: center;
- }
- .chec_time .che_box .picker-view .item .pickerSelected.data-v-304119c4 {
- font-size: 40rpx;
- font-weight: bold;
- color: #4775EA;
- }
- .chec_time .txt.data-v-304119c4 {
- margin-top: 32rpx;
- font-size: 24rpx;
- color: #666666;
- }
- .chec_time .txt text.data-v-304119c4 {
- font-size: 32rpx;
- color: #DF0024;
- margin-right: 6rpx;
- }
- .chec_time.yc_time.data-v-304119c4 {
- padding: 48rpx 0 0rpx;
- min-height: auto;
- }
- .chec_time.yc_time .time_par.data-v-304119c4 {
- padding: 0 46rpx;
- }
- .chec_time.yc_time .time_par .txt.data-v-304119c4 {
- text-align: left;
- margin: 0 0 24rpx;
- }
- .chec_time.yc_time .cfbtn.data-v-304119c4 {
- border-top: 2rpx solid #DDDDDD;
- flex: 0 0 auto;
- }
- .chec_time.yc_time .cfbtn .cbtn.data-v-304119c4 {
- width: 50%;
- height: 88rpx;
- line-height: 88rpx;
- }
- .chec_time.yc_time .cfbtn .cbtn.btn1.data-v-304119c4 {
- font-size: 32rpx;
- font-weight: 500;
- color: #AAAAAA;
- position: relative;
- }
- .chec_time.yc_time .cfbtn .cbtn.btn1.data-v-304119c4::after {
- position: absolute;
- right: 1rpx;
- top: 0;
- bottom: 0;
- content: "";
- width: 2rpx;
- background-color: #DDDDDD;
- }
- .chec_time.yc_time .cfbtn .cbtn.btn2.data-v-304119c4 {
- font-size: 32rpx;
- font-weight: 500;
- color: #4775EA;
- }
- .checkpick.data-v-304119c4 {
- display: flex;
- align-items: center;
- border-bottom: 2rpx solid #FFB132;
- flex-direction: row;
- margin: 40rpx auto 76rpx;
- width: 100%;
- padding: 32rpx 0;
- }
- .checkpick image.data-v-304119c4 {
- width: 22rpx;
- height: 12rpx;
- flex: 0 0 auto;
- margin-left: 16rpx;
- }
- .chec_shyj.data-v-304119c4 {
- position: fixed;
- left: 82rpx;
- right: 82rpx;
- height: 560rpx;
- top: 50%;
- margin-top: -380rpx;
- border-radius: 14rpx;
- z-index: 10;
- background-color: #ffffff;
- padding: 48rpx 46rpx 54rpx;
- box-sizing: border-box;
- text-align: center;
- }
- .chec_shyj .shbox .textar.data-v-304119c4 {
- width: 100%;
- border: 2rpx solid #FF6400;
- border-radius: 10rpx;
- padding: 26rpx 30rpx;
- font-size: 30rpx;
- color: #343434;
- height: 376rpx;
- margin: 40rpx 0;
- text-align: left;
- }
- .tkbox.data-v-304119c4 {
- flex: 1;
- text-align: left;
- display: flex;
- flex-direction: column;
- padding: 20rpx;
- }
- .tkbox view.data-v-304119c4 {
- font-size: 32rpx;
- color: #161616;
- padding: 6rpx 0;
- }
- .textarea.data-v-304119c4 {
- width: 100%;
- border: 2rpx solid #FF6400;
- border-radius: 10rpx;
- padding: 26rpx 30rpx;
- font-size: 30rpx;
- color: #343434;
- height: 200rpx;
- margin: 20rpx 0;
- text-align: left;
- }
- .invbox.data-v-304119c4 {
- position: fixed;
- left: 126rpx;
- right: 126rpx;
- background: #ffffff;
- border-radius: 14rpx;
- min-height: 640rpx;
- padding: 44rpx 46rpx 48rpx;
- box-sizing: border-box;
- top: 50%;
- z-index: 10;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- margin-top: -60rpx;
- }
- .invbox .tit.data-v-304119c4 {
- font-size: 34rpx;
- font-weight: bold;
- color: #161616;
- margin-bottom: 16rpx;
- text-align: center;
- line-height: 48rpx;
- }
- .invbox .img.data-v-304119c4 {
- width: 280rpx;
- height: 280rpx;
- margin: 0 auto 16rpx;
- }
- .invbox .img image.data-v-304119c4 {
- width: 100%;
- height: 100%;
- }
- .invbox .txt.data-v-304119c4 {
- font-size: 28rpx;
- color: #AAAAAA;
- display: flex;
- align-items: flex-start;
- line-height: 40rpx;
- }
- .invbox .txt text.data-v-304119c4 {
- color: #F7082E;
- flex: 0 0 auto;
- }
- .invbox .btn.data-v-304119c4 {
- width: 100%;
- height: 72rpx;
- background: #4775EA;
- border-radius: 36rpx;
- text-align: center;
- line-height: 72rpx;
- font-size: 30rpx;
- font-weight: 500;
- margin-top: 36rpx;
- color: #FFFFFF;
- }
- .videobox.data-v-304119c4 uni-video {
- width: 100% !important;
- }
|