ソースを参照

[我的][修改][样式优化]

tags/河北版C.8.2.0^2
hurui 5年前
コミット
cda33719f3
2個のファイルの変更12行の追加22行の削除
  1. +3
    -3
      pages/index/searchbar/detail/index.wxss
  2. +9
    -19
      pages/user/index.wxss

+ 3
- 3
pages/index/searchbar/detail/index.wxss ファイルの表示

@@ -213,12 +213,12 @@ page{
.fenxiang image { .fenxiang image {
width: 48rpx; width: 48rpx;
height: 48rpx; height: 48rpx;
margin: 0 auro;
}
margin: 0 auto;
}
.gift{ .gift{
color: #3C3C3C; color: #3C3C3C;
font-size: 20rpx; font-size: 20rpx;
margin: 0 auro;
margin: 0 auto;
} }
.user-motto { .user-motto {
width: 270rpx; width: 270rpx;


+ 9
- 19
pages/user/index.wxss ファイルの表示

@@ -46,22 +46,26 @@ page{
.user-name{ .user-name{
font-family: PingFangSC-Medium; font-family: PingFangSC-Medium;
height: 42rpx; height: 42rpx;
margin-left: 310rpx;
margin-top:66rpx;
letter-spacing: 0.64rpx; letter-spacing: 0.64rpx;
line-height: 44rpx; line-height: 44rpx;
margin-top: 66rpx;
font-size: 30rpx; font-size: 30rpx;
color: #3C3C3C; color: #3C3C3C;
font-weight:600; font-weight:600;
display: flex; /*设置显示样式**/
align-items: center; /**子view垂直居中*/
vertical-align: center; /**垂直居中*/
justify-content: center; /**内容居中*/
flex-direction: row;
} }
.user-phone { .user-phone {
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
height: 30rpx;
letter-spacing: 0.64rpx; letter-spacing: 0.64rpx;
line-height: 44rpx; line-height: 44rpx;
font-size: 36rpx; font-size: 36rpx;
color: #000; color: #000;
margin:20rpx 0 50rpx 180rpx;
padding:20rpx;
text-align: center;
} }
.user-avatar { .user-avatar {
position: absolute; position: absolute;
@@ -82,7 +86,6 @@ page{


.view { .view {
font-size: 24rpx; font-size: 24rpx;
/* color: #FD832D; */
} }


.view image { .view image {
@@ -105,7 +108,6 @@ page{
width: 120rpx; width: 120rpx;
height: 120rpx; height: 120rpx;
} }

.user-btns{ .user-btns{
background: #fff; background: #fff;
display: flex; display: flex;
@@ -114,10 +116,9 @@ page{
} }
.user-btns navigator{ .user-btns navigator{
width: 33.3%; width: 33.3%;
height: 160rpx;
} }




.user-btns:nth-of-type(3){ .user-btns:nth-of-type(3){
margin-bottom: 0; margin-bottom: 0;
} }
@@ -139,7 +140,6 @@ page{
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
} }
.btns_bg{ .btns_bg{
/* position: relative; */
width: 94%; width: 94%;
background: #fff; background: #fff;
border-radius: 16rpx; border-radius: 16rpx;
@@ -196,13 +196,7 @@ page{
border: none!important; border: none!important;
} }
.gzh { .gzh {
/* display: none; */
/* position: absolute; */
/* bottom: 70rpx; */
width: 100%; width: 100%;
/* left: 0;
right: 0; */
/* margin: auto; */
height: 170rpx; height: 170rpx;
z-index: 10; z-index: 10;
background: #fff; background: #fff;
@@ -216,10 +210,6 @@ page{
} }


.of { .of {
/* position:absolute;
bottom:50rpx;
left:0;
right:0; */
width: 90%; width: 90%;
margin: 30rpx auto; margin: 30rpx auto;
height: auto; height: auto;


読み込み中…
キャンセル
保存