196 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			196 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @charset "UTF-8";
 | ||
| /**
 | ||
|  * 这里是uni-app内置的常用样式变量
 | ||
|  *
 | ||
|  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 | ||
|  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 | ||
|  *
 | ||
|  */
 | ||
| /**
 | ||
|  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 | ||
|  *
 | ||
|  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 | ||
|  */
 | ||
| /* 颜色变量 */
 | ||
| /* 行为相关颜色 */
 | ||
| /* 文字基本颜色 */
 | ||
| /* 背景颜色 */
 | ||
| /* 边框颜色 */
 | ||
| /* 尺寸变量 */
 | ||
| /* 文字尺寸 */
 | ||
| /* 图片尺寸 */
 | ||
| /* Border Radius */
 | ||
| /* 水平间距 */
 | ||
| /* 垂直间距 */
 | ||
| /* 透明度 */
 | ||
| /* 文章场景相关 */
 | ||
| .b-center.data-v-6818116e {
 | ||
|   line-height: 25px;
 | ||
|   margin: 10px 0;
 | ||
|   margin-left: 10px;
 | ||
|   font-size: 15px;
 | ||
| }
 | ||
| .b-center-spn.data-v-6818116e {
 | ||
|   margin-left: 20px;
 | ||
| }
 | ||
| .swiper-box.data-v-6818116e {
 | ||
|   height: 50vh;
 | ||
| }
 | ||
| .content.data-v-6818116e {
 | ||
|   background: #2F3648;
 | ||
|   height: 100vh;
 | ||
| }
 | ||
| .container.data-v-6818116e {
 | ||
|   width: 100%;
 | ||
|   box-sizing: border-box;
 | ||
|   padding-top: 88px;
 | ||
| }
 | ||
| .my-header.data-v-6818116e {
 | ||
|   width: 100%;
 | ||
|   height: 88px;
 | ||
|   background: #ffffff;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: space-between;
 | ||
|   color: #000;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 0px 15px;
 | ||
|   padding-top: 40px;
 | ||
|   position: fixed;
 | ||
|   top: 0px;
 | ||
| }
 | ||
| .my-header .my-icons.data-v-6818116e {
 | ||
|   width: 20px;
 | ||
| }
 | ||
| .top-box.data-v-6818116e {
 | ||
|   width: 90%;
 | ||
|   border-radius: 8px;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 20px;
 | ||
|   background: linear-gradient(90deg, #EEF4FF 0%, #AEC9FF 100%);
 | ||
|   margin: 10px auto;
 | ||
| }
 | ||
| .b-top.data-v-6818116e {
 | ||
|   color: #2F72F7;
 | ||
|   display: flex;
 | ||
|   justify-content: space-between;
 | ||
| }
 | ||
| .right-img.data-v-6818116e {
 | ||
|   width: 80px;
 | ||
|   height: 80px;
 | ||
| }
 | ||
| .right-img image.data-v-6818116e {
 | ||
|   width: 100%;
 | ||
|   height: 100%;
 | ||
| }
 | ||
| .title-size.data-v-6818116e {
 | ||
|   font-weight: bold;
 | ||
|   font-size: 18px;
 | ||
| }
 | ||
| .min-size.data-v-6818116e {
 | ||
|   font-size: 12px;
 | ||
| }
 | ||
| .c-box.data-v-6818116e {
 | ||
|   width: 90%;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 15px;
 | ||
|   margin: 20px auto;
 | ||
|   height: 188px;
 | ||
|   background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
 | ||
|   border-radius: 8px;
 | ||
| }
 | ||
| .title-bai.data-v-6818116e {
 | ||
|   font-size: 18px;
 | ||
|   font-weight: bold;
 | ||
|   color: #ffffff;
 | ||
| }
 | ||
| .wrap-box.data-v-6818116e {
 | ||
|   width: 100%;
 | ||
|   display: flex;
 | ||
|   justify-content: space-between;
 | ||
|   align-items: center;
 | ||
| }
 | ||
| .box-ba.data-v-6818116e {
 | ||
|   width: 33%;
 | ||
|   text-align: center;
 | ||
|   margin: 10px auto;
 | ||
|   color: #ffffff;
 | ||
|   font-size: 12px;
 | ||
| }
 | ||
| .min-box.data-v-6818116e {
 | ||
|   width: 90%;
 | ||
|   height: 90px;
 | ||
|   margin: 5px auto;
 | ||
| }
 | ||
| .min-box image.data-v-6818116e {
 | ||
|   width: 100%;
 | ||
|   height: 100%;
 | ||
| }
 | ||
| .bottom-box.data-v-6818116e {
 | ||
|   background: #F3F5F9;
 | ||
|   width: 100%;
 | ||
|   border-radius: 16px 16px 0px 0px;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 15px;
 | ||
|   position: fixed;
 | ||
|   bottom: 0px;
 | ||
|   height: 390px;
 | ||
|   overflow-y: scroll;
 | ||
| }
 | ||
| .bottom-bai-box.data-v-6818116e {
 | ||
|   width: 100%;
 | ||
|   border-radius: 8px;
 | ||
|   background: #ffffff;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 10px;
 | ||
|   margin: 15px auto;
 | ||
| }
 | ||
| .b-top-bt.data-v-6818116e {
 | ||
|   width: 100%;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: space-between;
 | ||
| }
 | ||
| .title.data-v-6818116e {
 | ||
|   font-size: 16px;
 | ||
|   font-weight: bold;
 | ||
|   color: #333333;
 | ||
| }
 | ||
| .times.data-v-6818116e {
 | ||
|   font-size: 12px;
 | ||
|   color: #999999;
 | ||
| }
 | ||
| .btimg image.data-v-6818116e {
 | ||
|   width: 44px;
 | ||
|   height: 44px;
 | ||
| }
 | ||
| .anniu.data-v-6818116e {
 | ||
|   width: 70px;
 | ||
|   height: 30px;
 | ||
|   background: #EB3E67;
 | ||
|   border-radius: 15px;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: center;
 | ||
|   color: white;
 | ||
|   font-size: 14px;
 | ||
|   font-weight: bold;
 | ||
| }
 | ||
| .disa.data-v-6818116e {
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: center;
 | ||
| }
 | ||
| .an-title.data-v-6818116e {
 | ||
|   font-size: 16px;
 | ||
|   font-weight: bold;
 | ||
|   color: #333333;
 | ||
|   margin-left: 5px;
 | ||
| }
 | ||
| .mu_.data-v-6818116e {
 | ||
|   font-size: 18px;
 | ||
|   font-weight: bold;
 | ||
|   margin: 15px auto;
 | ||
| }
 | ||
| 
 | 
