| @charset "UTF-8"; | 
| /** | 
|  * 这里是uni-app内置的常用样式变量 | 
|  * | 
|  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 | 
|  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App | 
|  * | 
|  */ | 
| /** | 
|  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 | 
|  * | 
|  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 | 
|  */ | 
| /* uni.scss */ | 
| /* 颜色变量 */ | 
| /* 行为相关颜色 */ | 
| /* 文字基本颜色 */ | 
| /* 背景颜色 */ | 
| /* 边框颜色 */ | 
| /* 尺寸变量 */ | 
| /* 文字尺寸 */ | 
| /* 图片尺寸 */ | 
| /* Border Radius */ | 
| /* 水平间距 */ | 
| /* 垂直间距 */ | 
| /* 透明度 */ | 
| /* 文章场景相关 */ | 
| page { | 
|   background-color: #f8f8f8; | 
| } | 
|   | 
| @charset "UTF-8"; | 
| /** | 
|  * 这里是uni-app内置的常用样式变量 | 
|  * | 
|  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 | 
|  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App | 
|  * | 
|  */ | 
| /** | 
|  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 | 
|  * | 
|  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 | 
|  */ | 
| /* uni.scss */ | 
| /* 颜色变量 */ | 
| /* 行为相关颜色 */ | 
| /* 文字基本颜色 */ | 
| /* 背景颜色 */ | 
| /* 边框颜色 */ | 
| /* 尺寸变量 */ | 
| /* 文字尺寸 */ | 
| /* 图片尺寸 */ | 
| /* Border Radius */ | 
| /* 水平间距 */ | 
| /* 垂直间距 */ | 
| /* 透明度 */ | 
| /* 文章场景相关 */ | 
| .tx.data-v-0969ec26 { | 
|   width: 100%; | 
| } | 
| .tx .tx-content.data-v-0969ec26 { | 
|   width: 100%; | 
|   height: 240rpx; | 
|   padding: 30rpx 40rpx; | 
|   box-sizing: border-box; | 
|   background: #5BBE38; | 
| } | 
| .tx .tx-content .content.data-v-0969ec26 { | 
|   width: 100%; | 
|   padding: 60rpx 40rpx; | 
|   box-sizing: border-box; | 
|   background: #FFFFFF; | 
|   box-shadow: 0rpx 2rpx 20rpx 0rpx rgba(0, 0, 0, 0.08); | 
|   border-radius: 20rpx; | 
| } | 
| .tx .tx-content .content .content-head.data-v-0969ec26 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
|   border-bottom: 1rpx solid #E5E5E5; | 
|   padding-bottom: 32rpx; | 
|   box-sizing: border-box; | 
|   margin-bottom: 30rpx; | 
| } | 
| .tx .tx-content .content .content-head text.data-v-0969ec26:nth-child(1) { | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #666666; | 
| } | 
| .tx .tx-content .content .content-head text.data-v-0969ec26:nth-child(2) { | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #222222; | 
| } | 
| .tx .tx-content .content .content-title.data-v-0969ec26 { | 
|   font-weight: 500; | 
|   font-size: 34rpx; | 
|   color: #111111; | 
| } | 
| .tx .tx-content .content .content-input.data-v-0969ec26 { | 
|   width: 100%; | 
|   height: 116rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   border-bottom: 1rpx solid #E5E5E5; | 
| } | 
| .tx .tx-content .content .content-input .content-input-icon.data-v-0969ec26 { | 
|   width: 24rpx; | 
|   height: 56rpx; | 
|   flex-shrink: 0; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
| } | 
| .tx .tx-content .content .content-input .content-input-icon image.data-v-0969ec26 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .tx .tx-content .content .content-input input.data-v-0969ec26 { | 
|   flex: 1; | 
|   margin: 0 10px; | 
|   font-weight: 500; | 
|   font-size: 40rpx; | 
|   color: #222222; | 
| } | 
| .tx .tx-content .content .content-input .content-input-btn.data-v-0969ec26 { | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #5BBE38; | 
| } | 
| .tx .tx-content .content .content-tips.data-v-0969ec26 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #FF0000; | 
|   margin-top: 30rpx; | 
| } | 
| .tx .tx-content .content .content-button.data-v-0969ec26 { | 
|   width: 100%; | 
|   height: 88rpx; | 
|   line-height: 88rpx; | 
|   text-align: center; | 
|   background: #5BBE38; | 
|   box-shadow: 0rpx 8rpx 12rpx 0rpx rgba(91, 190, 56, 0.16); | 
|   border-radius: 44rpx; | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #FFFFFF; | 
|   margin-top: 80rpx; | 
|   box-sizing: border-box; | 
| } | 
| .tx .tx-content .tx-content-title.data-v-0969ec26 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #FFFFFF; | 
|   margin-bottom: 14rpx; | 
| } | 
| .tx .tx-content .tx-content-price.data-v-0969ec26 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
|   margin-bottom: 32rpx; | 
| } | 
| .tx .tx-content .tx-content-price text.data-v-0969ec26 { | 
|   font-weight: 600; | 
|   font-size: 48rpx; | 
|   color: #FFFFFF; | 
| } | 
| .tx .tx-content .tx-content-price .tx-content-price-btn.data-v-0969ec26 { | 
|   width: 164rpx; | 
|   height: 60rpx; | 
|   line-height: 60rpx; | 
|   text-align: center; | 
|   border-radius: 30rpx; | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #FFFFFF; | 
|   border: 2rpx solid #FFFFFF; | 
| } |