123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .hlu.data-v-499180c6 {
- height: 90rpx;
- background: #FFFFFF;
- border-radius: 18rpx;
- margin: 0 34rpx;
- padding: 0 25rpx;
- font-size: 30rpx;
- }
- .hlu image.data-v-499180c6 {
- width: 70rpx;
- height: 40rpx;
- flex: 0 0 auto;
- margin-right: 26rpx;
- }
- .hlu .tit.data-v-499180c6 {
- font-size: 30rpx;
- position: relative;
- padding: 0 32rpx 0 27rpx;
- font-weight: bold;
- flex: 0 0 auto;
- }
- .hlu .tit.data-v-499180c6::before {
- content: '';
- position: absolute;
- left: 0;
- width: 12rpx;
- height: 12rpx;
- border-radius: 50%;
- top: 12rpx;
- }
- .hlu .tit.data-v-499180c6::after {
- content: '';
- position: absolute;
- right: 14rpx;
- top: 6rpx;
- bottom: 6rpx;
- width: 4rpx;
- background-color: #666666;
- }
- .hlu .tit.coeb.data-v-499180c6 {
- color: #EB5663;
- }
- .hlu .tit.coeb.data-v-499180c6::before {
- background-color: #EB5663;
- }
- .hlu .tit.co5c.data-v-499180c6 {
- color: #5CC37D;
- }
- .hlu .tit.co5c.data-v-499180c6::before {
- background-color: #5CC37D;
- }
- .hlu .swiper.data-v-499180c6 {
- flex: 1;
- height: 90rpx;
- }
- .hlu .swiper .swipera.data-v-499180c6 {
- height: 100%;
- display: flex;
- align-items: center;
- overflow: hidden;
- }
|