123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .work.data-v-535384dc {
- display: flex;
- flex-direction: column;
- overflow: hidden;
- background: linear-gradient(180deg, rgba(222, 230, 255, 0.72) 28%, rgba(232, 236, 198, 0) 100%);
- background-size: 100% 450rpx;
- background-repeat: no-repeat;
- }
- .work .tab.data-v-535384dc {
- display: flex;
- overflow-y: auto;
- align-items: center;
- }
- .work .tab .tit.data-v-535384dc {
- position: relative;
- padding: 32rpx 36rpx;
- color: #666666;
- }
- .work .tab .tit.act .tits.data-v-535384dc {
- font-size: 32rpx;
- font-weight: bold;
- }
- .work .tab .tit.act .line.data-v-535384dc {
- display: block;
- }
- .work .tab .line.data-v-535384dc {
- width: 40rpx;
- height: 12rpx;
- position: absolute;
- left: 50%;
- margin-left: -20rpx;
- bottom: 16rpx;
- display: none;
- }
- .work .road.data-v-535384dc {
- overflow: auto;
- padding: 24rpx 0;
- }
- .work .road_big.data-v-535384dc {
- background: #FFFFFF;
- border-radius: 14rpx;
- margin: 30rpx 36rpx 0;
- overflow: hidden;
- }
- .work .road_big video.data-v-535384dc {
- width: 100%;
- height: 376rpx;
- }
- .work .road_big .road_fot.data-v-535384dc {
- padding: 20rpx 24rpx 28rpx;
- }
- .work .road_big .road_fot .road_t.data-v-535384dc {
- min-width: 70rpx;
- height: 30rpx;
- background: #5CC37D;
- border-radius: 16rpx;
- padding: 0 8rpx;
- line-height: 30rpx;
- font-size: 24rpx;
- color: #FFFFFF;
- margin-left: 16rpx;
- margin-top: 6rpx;
- }
- .work .road_big .road_fot .road_r.data-v-535384dc {
- width: 80rpx;
- height: 80rpx;
- margin-left: 16rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .work .road_big .road_fot .road_r image.data-v-535384dc {
- width: 50rpx;
- height: 50rpx;
- }
- .work .hsta_t.data-v-535384dc {
- padding: 0 36rpx;
- }
- .work .hsta_t .hsta_tl.data-v-535384dc {
- font-weight: bold;
- color: #161616;
- position: relative;
- }
- .work .hsta_t .hsta_tl .hline.data-v-535384dc {
- position: absolute;
- bottom: -20rpx;
- width: 40rpx;
- height: 11rpx;
- left: 50%;
- margin-left: -20rpx;
- }
|