| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .beforeLoginview{
- text-align: left;
- padding: 30rpx 0 20rpx 40rpx;
- display: flex;
- flex-direction: row;
- }.headerImg{
- margin-top: 10rpx;
- width: 92rpx;
- height: 92rpx;
- border-radius: 50%;
- border:2px solid #fff;
- box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
- }.menuText2{
- font-size: 22rpx;color: #666666;text-align: center;
- }.headerView{
- height: 360rpx;
- text-align: center;
- padding: 30rpx 0 20rpx 0;
- background-color:#3581EB;
- /* background-image: url('../../img/h-data_bg.png'); */
- flex-direction: row;
- }.loginname{
- font-size: 30rpx;
- color: #FFF;
- font-weight:bold; line-height: 92rpx;margin: 20rpx;
- }.newHeaderView{
- z-index:99;position: fixed;left: 5%; display: flex;
- flex-direction: row;
- }.headerdata{
- z-index:99;position: fixed;height: 200rpx;width: 560rpx;background: #FFF;
- border-radius: 20rpx 20rpx 0 0;left: 13%;top: 20%;opacity: 0.6;
- }
- .h_data_left{
- color:#666666;font-size:24rpx;margin-top: 30rpx;
- }.h_data_right{
- color:#242323;font-size:30rpx;margin-top: 30rpx;
- }.menuhview{
- display: flex;flex-direction: row; width: 100%;
- }
- .menuText1{
- font-size: 30rpx;
- text-align: left;
- margin: 25rpx 10rpx 20rpx 20rpx;
- width: 95%;
- color: #333333;background-color: #FFF;
- }.nextImg{
- width: 20rpx;
- height: 30rpx;
- text-align: left;margin-top: 30rpx;
- }
|