123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- /* parents/pages/me/me.wxss */
- @import '../../../templates/footer/footer.wxss';
- @import '../../../templates/loading/loading.wxss';
- page{
- background: #fff
- }
- .header {
- padding: 40rpx 30rpx;
- background: #fff;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .header-row {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-top: 18rpx;
- }
- .header-row:nth-of-type(1) {
- margin-top: 0;
- }
- .header-col {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .header-flex {
- flex: 1;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .header-images {
- position: relative;
- /* margin-right: 30rpx;
- right:-200rpx; */
- }
- .members-information{
- margin: 40rpx;
- background:rgba(255,255,255,1);
- box-shadow:0px 2rpx 29rpx 2rpx rgba(0, 0, 0, 0.1);
- border-radius: 18rpx;
- display: flex;
- justify-content: space-between;
- }
- .information-flex{
- display:inline-block;
- padding: 40rpx 40rpx 33rpx 40rpx;
- font-weight: bold;
- }
- .section-text-members{
- font-size: 30rpx;
- color: #333;
- margin-bottom: 20rpx;
- }
- .section-text-card{
- font-size: 30rpx;
- color: #00B7FF;
- }
- .information-two{
- position: relative;
- min-width: 250rpx;
- }
- .section-text-data{
- font-size: 24rpx;
- color: #6C6C80;
- position:absolute;
- top:30rpx;
- right:23rpx;
- }
- .header-image {
- width: 148rpx;
- height: 148rpx;
- border-radius: 200rpx;
- border: 10rpx solid #00B7FF;
- }
- .header-icon {
- position: absolute;
- right: 0;
- bottom: 0;
- width: 40rpx;
- height: 40rpx;
- }
- .header-nologin-icon{
- width: 148rpx;
- height: 148rpx;
- border-radius: 50%;
-
- }
- .modal-list{
-
- overflow: scroll
- }
- .header-text-black {
- font-size: 38rpx;
- color: #333;
- }
- .section-text-login{
- width:154rpx;
- height:46rpx;
- border:2rpx solid rgba(0,183,255,1);
- border-radius:23rpx;
- font-size: 28rpx;
- text-align:center;
- line-height:46rpx;
- color: #00B7FF;
- margin-bottom: 30rpx;
- background: #fff;
- }
- .modal-text-addchild{
- padding:12rpx 15rpx;
- width:30%;
- margin:20rpx auto;
- height: 40rpx;
- font-size: 30rpx;
- text-align:center;
- line-height:40rpx;
- border-radius: 40rpx;
- color: #00B7FF;
- border: 3rpx solid #00B7FF;
- }
- .header-images-btn{
- border: none;
- color: #333;
- font-size: 38rpx;
- text-align: center;
- background: transparent;
- }
- .header-button {
- border-radius: 100rpx;
- border: 1rpx solid rgba(0,183,255,1);
- font-size: 30rpx;
- color: #00B7FF;
- padding: 8rpx 20rpx;
- margin-left: 20rpx;
- }
- .header-icon-two {
- width: 30rpx;
- height: 34rpx;
- margin-right: 14rpx;
- }
- .header-text {
- font-size: 28rpx;
- color: #999;
- }
- .header-arrow {
- width: 14rpx;
- height: 24rpx;
- }
- .section-list {
- margin:20rpx 40rpx;
- background:rgba(255,255,255,1);
- border-radius: 18rpx;
- }
- .section-li {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 30rpx 0;
- border-bottom: solid 1rpx #E6E6EC;
- cursor: pointer;
- }
- /* .section-li:nth-last-of-type(1) {
- border-bottom: solid 1rpx transparent;
- } */
- .section-arrow {
- width: 14rpx;
- height: 24rpx;
- }
- .section-icon {
- width: 36rpx;
- height: 36rpx;
- margin-right: 22rpx;
- }
- .section-text {
- font-size: 30rpx;
- color: #6C6C80;
- font-weight: bold;
- }
- .section-text-black{
- font-size: 44rpx;
- color: rgb(2, 2, 2);
- }
- .section-text-add{
- font-size: 26rpx;
- color: #6C6C80;
- font-weight:500;
- }
- .modal-container {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.5);
- z-index: 999;
- }
- .section-queem_icon{
- width: 122rpx;
- height: 84rpx;
- position:absolute;
- right:0;
- bottom:0;
- }
- .modal-wrapper {
- position: absolute;
- top: 250rpx;
- left: 50%;
- width: 710rpx;
- transform: translateX(-50%);
- background: rgba(255,255,255,1);
- border-radius: 18rpx;
- }
- .modal-wrapper::after {
- content: "";
- position: absolute;
- right: 70rpx;
- top: -20rpx;
- border-left: solid 20rpx transparent;
- border-right: solid 20rpx transparent;
- border-bottom: solid 25rpx #fff;
- }
- .modal-li {
- border-bottom: solid 1rpx #E6E6E6;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 30rpx 40rpx;
- }
- /* .modal-li:nth-last-of-type(1) {
- border-bottom: none;
- } */
- .modal-row {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .modal-image {
- width: 98rpx;
- height: 98rpx;
- border-radius: 50%;
- margin-right: 30rpx;
- }
- .modal-text {
- font-size: 32rpx;
- color: #999;
- }
- .modal-icon {
- width: 30rpx;
- height: 24rpx;
- margin-left: 30rpx;
- }
- .section-icon-address{
- width: 30rpx;
- height: 30rpx;
- margin-right: 17rpx;
- }
- .li-picker{
- width: 60%;
- text-align: right
- }
|