|
@@ -7,8 +7,15 @@ export default defineUniPages({
|
|
|
'navigationBarBackgroundColor': '#f8f8f8',
|
|
|
'navigationBarTextStyle': 'black',
|
|
|
'backgroundColor': '#FFFFFF',
|
|
|
+ 'pageOrientation': 'auto',
|
|
|
'app-plus': {
|
|
|
scrollIndicator: 'none',
|
|
|
+ screenOrientation: [
|
|
|
+ 'portrait-primary', // 可选,字符串类型,支持竖屏
|
|
|
+ 'portrait-secondary', // 可选,字符串类型,支持反向竖屏
|
|
|
+ 'landscape-primary', // 可选,字符串类型,支持横屏
|
|
|
+ 'landscape-secondary', // 可选,字符串类型,支持反向横屏
|
|
|
+ ],
|
|
|
},
|
|
|
},
|
|
|
easycom: {
|
|
@@ -33,6 +40,8 @@ export default defineUniPages({
|
|
|
color: '#999999',
|
|
|
selectedColor: '#e61b28',
|
|
|
backgroundColor: '#ffffff',
|
|
|
+ // backgroundColor: 'rgba(255, 255, 255, 0.6)',
|
|
|
+ // blurEffect: 'extralight',
|
|
|
borderStyle: '#c1c1c1',
|
|
|
height: '50px',
|
|
|
fontSize: '10px',
|