12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .con .area.data-v-17ee4f10 {
- width: 100%;
- }
- .con .area .view.data-v-17ee4f10 {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .con .area .view .area-con.data-v-17ee4f10 {
- position: relative;
- overflow: hidden;
- }
- .con .area .view .area-con .pre-image.data-v-17ee4f10 {
- width: 100%;
- height: 100%;
- }
- .con .area .view .area-con .del-con.data-v-17ee4f10 {
- position: absolute;
- top: 0rpx;
- right: 0rpx;
- padding: 0 0 20rpx 20rpx;
- }
- .con .area .view .area-con .del-con .del-wrap.data-v-17ee4f10 {
- width: 36rpx;
- height: 36rpx;
- background-color: rgba(0, 0, 0, 0.4);
- border-radius: 0 0 0 10rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .con .area .view .area-con .del-con .del-wrap .del-image.data-v-17ee4f10 {
- width: 20rpx;
- height: 20rpx;
- }
- .con .area .add.data-v-17ee4f10 {
- position: absolute;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .con .area .add .add-wrap.data-v-17ee4f10 {
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: #eeeeee;
- }
|