123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- /* 上 右 下 左*/
- /* 居中 */
- .as-gravity-center {
- /* 伸缩盒子 */
- display: flex;
- /* 对齐方式*/
- align-items: center;
- /* 两端对齐*/
- justify-content: center;
- }
-
- /* 左对齐 */
- .as-gravity-center-left {
- /* 伸缩盒子 */
- display: flex;
- /* 对齐方式*/
- align-items: flex-start;
- /* 两端对齐*/
- justify-content: center;
- }
-
- /* 右对齐 */
- .as-gravity-center-right {
- /* 伸缩盒子 */
- display: flex;
- /* 对齐方式*/
- align-items: flex-end;
- /* 两端对齐*/
- justify-content: center;
- }
-
- /* 启始对齐 */
- .as-gravity-center-start {
- /* 伸缩盒子 */
- display: flex;
- /* 对齐方式*/
- align-items: center;
- /* 两端对齐*/
- justify-content: flex-start;
- }
-
- /* 末尾对齐 */
- .as-gravity-center-end {
- /* 伸缩盒子 */
- display: flex;
- /* 对齐方式*/
- align-items: center;
- /* 两端对齐*/
- justify-content: flex-end;
- }
-
- /* 垂直布局 */
- .as-layout-vertical {
- /* 显示弯曲 */
- display: flex;
- /* 方向垂直 */
- flex-direction: column;
- /* 内容对齐 */
- /* justify-content: space-between; */
- flex: 1;
- /* 溢出隐藏 */
- overflow: hidden;
- }
-
- /* 横向布局 */
- /* padding: 2px 0; */
- .as-layout-horizontal {
- /* 显示弯曲 */
- display: flex;
- /* 方向横向 */
- flex-direction: row;
- flex: 1;
- overflow: hidden;
- }
-
- /* 文本两端对齐 */
- .text-justify {
- text-align: justify;
- text-justify: distribute-all-lines;
- text-align-last: justify;
- -moz-text-align-last: justify;
- -webkit-text-align-last: justify;
- }
-
- .text-right {
- text-align: right;
- text-justify: distribute-all-lines;
- text-align-last: right;
- -moz-text-align-last: right;
- -webkit-text-align-last: right;
- }
-
- .text-left {
- text-align: left;
- text-justify: distribute-all-lines;
- text-align-last: left;
- -moz-text-align-last: left;
- -webkit-text-align-last: right;
- }
-
- /* 横向占满 */
- .as-weight {
- flex: 1;
- }
-
- /* 阴影高度 */
- .as-elevation-2px {
- box-shadow: 2px 2px 2px 2px #f5f6fe;
- }
-
- .elevation {
- box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.13);
- }
-
- /* 阴影高度 */
- .as-elevation-4px {
- box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.13);
- }
-
- /* 圆角 */
- .as-radius-5px {
- border-radius: 5px;
- }
-
- .as-radius-8px {
- border-radius: 8px;
- }
-
- .as-radius-30px {
- border-radius: 30px;
- }
-
- /* 加粗 */
- .as-bold {
- font-weight: bold;
- }
-
- /* 边框 */
- .as-border-width {
- border-width: 0.5px;
- border-style: solid;
- border-color: #c8c7cc;
- background-color: #f8f8f8;
- }
-
- .as-bg-transparent {
- background: transparent;
- }
-
- .bottom-style {
- border-radius: 15px;
- min-height: 5rem;
- }
-
- .text {
- color: #646464;
- font-size: 28rpx;
- opacity: 1;
- }
-
- .text-error {
- font-size: 20rpx;
- color: #f90808;
- }
-
- .text-content {
- font-size: 28rpx;
- color: #646464;
- }
-
- .text-hint {
- font-size: 28rpx;
- color: #969696;
- }
-
- .text-title {
- font-size: 28rpx;
- color: #323232;
- }
-
- .lines2 {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- overflow: hidden;
- }
-
- .as-line-h {
- background: #d3d3d3;
- height: 1px;
- }
-
- .as-line-w {
- background: #999999;
- width: 1px;
- height: 100%;
- }
-
- .link {
- color: rgba(90, 110, 151);
- font-weight: bold;
- }
-
- /* 文本换行 */
- .huanhang {
- display: inline-block;
- width: 100%;
- height: auto;
- word-break: break-all;
- text-overflow: ellipsis;
- word-wrap: break-word;
- white-space: pre-wrap;
- }
-
- .bg {
- padding: 15px;
- }
-
- a {
- color: blue; /* 修改链接文字颜色为蓝色 */
- }
-
- a {
- text-decoration: none; /* 去除链接下划线 */
- }
-
- page {
- font-family: 'Microsoft Yahei';
- background-color: #ffffff;
- font-size: 14px;
- }
-
- uni-page-body {
- height: 100%;
- }
- .bgbeijing {
- background: url(https://qtzl.etcjz.cn/default-bucket/20240322/7380a0422a1e49fdb2fefc9d_beijing.png)
- no-repeat;
- background-size: contain;
- height: 100%;
- overflow: hidden;
- background-color: #f4f6fa;
- }
- .btn-txt {
- background: #023F8F!important;
- color: #ffffff;
- font-size: 28rpx;
- }
-
- .btn {
- width: calc(100% - 40rpx);
- height: 80rpx;
- opacity: 1;
- border-radius: 100rpx;
- margin: 20rpx;
- }
- .nav-bg {
- /* background: linear-gradient(to right, #13E7C1, #43A1E0); */
- border: 1px solid #ffffff;
- background: #1aac1b;
- }
|