| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-popup-message[data-v-a4566996] {
- display: flex;
- flex-direction: row;
- justify-content: center;
- }
- .uni-popup-message__box[data-v-a4566996] {
- background-color: #e1f3d8;
- padding: 10px 15px;
- border-color: #eee;
- border-style: solid;
- border-width: 1px;
- flex: 1;
- }
- @media screen and (min-width: 500px) {
- .fixforpc-width[data-v-a4566996] {
- margin-top: 20px;
- border-radius: 4px;
- flex: none;
- min-width: 380px;
- max-width: 50%;
- }
- }
- .uni-popup-message-text[data-v-a4566996] {
- font-size: 14px;
- padding: 0;
- }
- .uni-popup__success[data-v-a4566996] {
- background-color: #e1f3d8;
- }
- .uni-popup__success-text[data-v-a4566996] {
- color: #67C23A;
- }
- .uni-popup__warn[data-v-a4566996] {
- background-color: #faecd8;
- }
- .uni-popup__warn-text[data-v-a4566996] {
- color: #E6A23C;
- }
- .uni-popup__error[data-v-a4566996] {
- background-color: #fde2e2;
- }
- .uni-popup__error-text[data-v-a4566996] {
- color: #F56C6C;
- }
- .uni-popup__info[data-v-a4566996] {
- background-color: #F2F6FC;
- }
- .uni-popup__info-text[data-v-a4566996] {
- color: #909399;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-popup[data-v-4dd3c44b] {
- position: fixed;
- z-index: 99;
- }
- .uni-popup.top[data-v-4dd3c44b], .uni-popup.left[data-v-4dd3c44b], .uni-popup.right[data-v-4dd3c44b] {
- top: 0;
- }
- .uni-popup .uni-popup__wrapper[data-v-4dd3c44b] {
- display: block;
- position: relative;
- /* iphonex 等安全区设置,底部安全区适配 */
- }
- .uni-popup .uni-popup__wrapper.left[data-v-4dd3c44b], .uni-popup .uni-popup__wrapper.right[data-v-4dd3c44b] {
- padding-top: 0;
- flex: 1;
- }
- .fixforpc-z-index[data-v-4dd3c44b] {
- z-index: 999;
- }
- .fixforpc-top[data-v-4dd3c44b] {
- top: 0;
- }
-
- .content[data-v-1cf27b2a]{
- width: 100%;
- height: 100vh;
- opacity: 1;
- background: linear-gradient(180deg, rgba(215, 230, 245, 0) 0%, rgba(196, 229, 255, 1) 100%);
- box-sizing: border-box;
- }
- .top[data-v-1cf27b2a] {
- width: 100%;
- height: 100px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background-size: 100% 100%;
- background-repeat: no-repeat;
- box-sizing: border-box;
- background-color: #fff;
- padding: 0px 46px;
- }
- .top_logo[data-v-1cf27b2a]{
- width:426px;
- height: 68px;
- }
- .tite[data-v-1cf27b2a]{
- width:277px;
- height: 48px;
- }
- .time[data-v-1cf27b2a]{
- text-align: right;
- }
- .time_top[data-v-1cf27b2a]{
- font-size: 17px;
- }
- .time_bottom[data-v-1cf27b2a]{
- display: flex;
- font-size: 17px;
- justify-content: space-between;
- }
- .time_bottom1[data-v-1cf27b2a]{
- display: flex;
- }
- .time_state[data-v-1cf27b2a]{
- font-size: 17px;
- font-weight: 600;
- color: rgba(22, 68, 144, 1);
- }
- .time_state1[data-v-1cf27b2a] {
- font-size: 17px;
- font-weight: 600;
- color: rgba(217, 22, 22, 1);
- }
- .tap[data-v-1cf27b2a]{
- width: 100%;
- height: 46.01px;
- display: flex;
- justify-content: space-between;
- margin-top: 118px;
- margin-bottom: 50px;
- padding: 0px 20px;
- box-sizing: border-box;
- }
- .tap_1[data-v-1cf27b2a]{
- width: 485.57px;
- height: 46.5px;
- border-radius: 50px;
- background: linear-gradient(180deg, rgba(43, 158, 218, 1) 0%, rgba(39, 114, 186, 1) 100%);
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 35.24px;
- font-weight: 700;
- color: #fff;
- }
- .tap_2[data-v-1cf27b2a]{
- width: 485px;
- height: 46.5px;
- border-radius: 50px;
- background: linear-gradient(180deg, rgba(43, 158, 218, 1) 0%, rgba(39, 114, 186, 1) 100%);
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 35.24px;
- font-weight: 700;
- color: #fff;
- }
- .tap_3[data-v-1cf27b2a]{
- width: 155.17px;
- height: 46.01px;
- opacity: 1;
- border-radius: 24.47px;
- background: linear-gradient(180deg, rgba(43, 158, 218, 1) 0%, rgba(39, 114, 186, 1) 100%);
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 30px;
- font-weight: 700;
- color: #fff;
- }
- .power[data-v-1cf27b2a]{
- width: 100%;
- display: flex;
- justify-content: space-between;
- padding: 0px 20px;
- box-sizing: border-box;
- }
- .power_1[data-v-1cf27b2a]{
- width: 237.55px;
- height: 298.98px;
- opacity: 1;
- box-sizing: border-box;
- uni-image[data-v-1cf27b2a]{
- width: 100%;
- height: 100%;
- }
- }
- .power_11[data-v-1cf27b2a]{
- width: 237.55px;
- height: 298.98px;
- opacity: 1;
- box-sizing: border-box;
- font-size: 23px;
- font-family: 400;
- display: flex;
- flex-direction: column;
- align-items: center;
- .power_image[data-v-1cf27b2a]{
- width: 100%;
- height: 248px;
- margin-bottom: 20px;
- background-image: url("../../static/electricity1.png");
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 0px 16px;
- box-sizing: border-box;
- uni-image[data-v-1cf27b2a]{
- width: 100%;
- height: 160.06px;
- }
- }
- }
- .power_5[data-v-1cf27b2a]{
- width: 154.19px;
- height: 297.61px;
- opacity: 1;
- uni-image[data-v-1cf27b2a]{
- width: 100%;
- height: 100%;
- }
- }
- .power_6[data-v-1cf27b2a]{
- width: 100%;
- height: 50px;
- font-size: 17.62px;
- margin-top: 80px;
- display: flex;
- align-items: center;
- padding: 0px 20px;
- box-sizing: border-box;
- position: fixed;
- left: 0px;
- bottom: 64px;
- uni-image[data-v-1cf27b2a]{
- margin-right: 10px;
- width: 27.41px;
- height: 27.41px;
- };
- }
|