|
@@ -74,6 +74,51 @@ view{box-sizing: border-box;}
|
|
|
background-position: $position;background-size: contain;background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
+/***** 标题栏 *****/
|
|
|
+// 三个元素
|
|
|
+.phone-navBar-box{
|
|
|
+ display: flex;align-items: center;justify-content: space-between;background-color: #fff;
|
|
|
+ padding: calc(20rpx + var(--status-bar-height)) 20rpx 20rpx;box-sizing: border-box;position: relative;
|
|
|
+ .nav-bar-icon{
|
|
|
+ width: 24rpx;height: 38rpx;
|
|
|
+ background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
+ }
|
|
|
+ .nav-bar-title{font-size: 36rpx;color: #333;}
|
|
|
+ // 考试数字
|
|
|
+ .nav-bar-other{
|
|
|
+ font-size: 30rpx;color: #fff;margin-right: 2%;
|
|
|
+ .key-note{color: #ffff01;}
|
|
|
+ }
|
|
|
+ // 文字按钮
|
|
|
+ .text-btn{font-size: 26rpx;color: #666;padding-top: 4rpx;box-sizing: border-box;}
|
|
|
+ // 图标
|
|
|
+ .nav-bar-icon-box{
|
|
|
+ .nav-bar-right-icon{font-size: 42rpx;color: #666;}
|
|
|
+ .nav-bar-right-icon + .nav-bar-right-icon{margin-left: 24rpx;}
|
|
|
+ }
|
|
|
+}
|
|
|
+// 两个元素
|
|
|
+.icon-title-navBar-box{
|
|
|
+ background-color: #fff;box-sizing: border-box;
|
|
|
+ .icon-title-box{display: flex;align-items: center;justify-content: center;padding:10rpx 10rpx 20rpx;position: relative;}
|
|
|
+ .nav-bar-title{
|
|
|
+ font-size: 32rpx;height: 64rpx;line-height: 64rpx;color: #333;max-width: 70%;
|
|
|
+ }
|
|
|
+ .nav-bar-icon{
|
|
|
+ width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: 24rrpx;
|
|
|
+ background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
+ }
|
|
|
+ .bar-ml10{margin-left: 10rpx;}
|
|
|
+ .nav-bar-btn{font-size: 24rpx;position: absolute;right: 20rpx;
|
|
|
+ line-height: 50rpx;border-radius: 8rpx;padding: 0 10rpx;}
|
|
|
+}
|
|
|
+
|
|
|
+// 仅一个返回按钮
|
|
|
+.phone-nav-bar-icon{width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: var(--status-bar-height);
|
|
|
+ background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
/***** 富文本处理 *****/
|
|
|
@mixin ezy-rich-text() {
|
|
|
white-space: pre-wrap;text-align: justify;
|