123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .hvideo.data-v-69a3e11d {
- margin: 0rpx 36rpx;
- padding: 28rpx 24rpx;
- box-sizing: border-box;
- }
- .hvideo .hvlist.data-v-69a3e11d {
- margin-bottom: 28rpx;
- min-height: 146rpx;
- background: #F3F3FD;
- border-radius: 14rpx;
- padding: 11rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- }
- .hvideo .hvlist.data-v-69a3e11d:last-child {
- margin-bottom: 0;
- }
- .hvideo .hvlistl.data-v-69a3e11d {
- flex: 1;
- position: relative;
- padding-left: 40rpx;
- }
- .hvideo .hvlistl .tit.data-v-69a3e11d {
- font-size: 30rpx;
- font-weight: bold;
- color: #161616;
- }
- .hvideo .hvlistl .txt.data-v-69a3e11d {
- font-size: 28rpx;
- color: #666666;
- }
- .hvideo .hvlistl .cir.data-v-69a3e11d {
- width: 12rpx;
- height: 12rpx;
- border-radius: 50%;
- position: absolute;
- left: 12rpx;
- top: 14rpx;
- }
- .hvideo .hvlistl .cir.cir1.data-v-69a3e11d {
- background-color: #5CC37D;
- }
- .hvideo .hvlistl .cir.cir2.data-v-69a3e11d {
- background-color: #EB5663;
- }
- .hvideo .hvlistr.data-v-69a3e11d {
- width: 217rpx;
- height: 125rpx;
- border-radius: 14rpx;
- flex: 0 0 auto;
- flex: 0 0 auto;
- }
- .hmore.data-v-69a3e11d {
- font-size: 30rpx;
- font-weight: 500;
- text-align: center;
- color: #AAAAAA;
- }
- .hmore image.data-v-69a3e11d {
- width: 26rpx;
- height: 22rpx;
- margin: 12rpx auto 0;
- }
|